Workspaces
List Account workspaces
Returns workspaces owned by the authenticated Account, ordered by creation time and then ID in descending order.
get/workspaces
Query parameters
limitinteger
Maximum number of records to return.
cursorstring
Opaque pagination cursor returned by the previous response.
searchstring
Case-insensitive match on workspace name or slug.
Response
Workspace list.
Example response
{
"data": [
{
"id": "01HW01ABCDEF",
"name": "Engineering",
"slug": "eng"
}
]
}