cURL
curl --request GET \ --url https://api.poelis.com/v1/public/workspaces/{workspace_id} \ --header 'Authorization: Bearer <token>'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Aerospace Engineering", "readable_id": "aerospace-engineering" }
Retrieve a single workspace by its unique identifier.
Returns detailed information about a specific workspace, including its metadata and organization association.
Enter your API key. Example: Bearer poelis_api_...
Complete workspace details including metadata and organization association
Public representation of a workspace.
Human-readable workspace ID
Workspace name