v1
latestOpenAPI 3.1.12026-07-124448163.2 KBworkspaces
Get a workspace
Returns a single workspace by ID.
get/workspaces/{id}
Path parameters
idstring cuid required
The ID of the item
Example:cmf41ajzv003706un4i99q19z
Headers
x-client-idstring cuid required
The ID of the client
Example:cmf41ajzv003706un4i99q19z
Response
Workspace
Example response
{
"id": "cmf41ajzv003706un4i99q19z",
"name": "FiBu",
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z",
"archivedAt": "2021-01-01T00:00:00Z",
"clientId": "cmf41ajzv003706un4i99q19z"
}