Workspaces

Get workspace

Get details for a single workspace including Creative Units balance.

get/v2/workspaces/{workspace_id}

Path parameters

workspace_idstring uuid required

Id of the workspace that owns the resource.

Id of the workspace that owns the resource.

Response

Successful Response

workspace_idstring uuid required

The workspace's unique identifier.

slugstring required

The workspace slug (its representation in the app URL).

namestring required

The workspace display name.

balance_creative_unitsnumber required

Total Creative Units balance before reservations.

reserved_creative_unitsnumber required

Creative Units reserved by in-progress generations.

available_creative_unitsnumber required

Usable balance (balance minus reserved). Can be negative.

last_active_atstring date-time nullable required

When the current user was last active in this workspace.

Changes

No recorded changes to this endpoint across all 1 revision of this API.