Get workspace

Return a workspace by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

workspaceIdstringRequired
Workspace to retrieve.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Query parameters

includeRenderedbooleanOptional

Include rendered prompt text and first messages in prompt-template assignments.

Response

The requested workspace, including configuration and integration status.
workspaceobjectOptional

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error