> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Workspace

> Retrieve details for a specific workspace

# GET /workspaces/{workspace_id}

Fetch the metadata for a single workspace by its ID.

## Notes

* Requires a valid JWT (any role).
* The `workspace_id` path parameter is an integer.
* Returns 404 if the workspace does not exist or is not accessible to the caller.
* See `GET /workspaces` to list all accessible workspaces, or `PUT /workspaces/{workspace_id}` to update workspace metadata.
