v1
latestOpenAPI 3.0.02026-07-222980136.7 KBWorkspaces
List workspaces
get/v1/workspaces
Query parameters
cursorstring
Optional. Pagination cursor — pass back the nextCursor value from a previous response. Omit to fetch the first page.
Optional. Pagination cursor — pass back the nextCursor value from a previous response. Omit to fetch the first page.
Response
A list of workspaces.
Example response
{
"items": [
{
"id": "01HX7K2YV9D3M8N0G6Q5R4S3T2",
"name": "Adidas Brand Tracking",
"promptsUsedCount": 142,
"promptsMaxCount": 500,
"geoAuditUsedCount": 7,
"geoAuditMaxCount": 25,
"createdDate": "2024-09-15T10:30:00.000Z",
"updatedDate": "2025-04-12T14:20:00.000Z"
}
],
"paging": {
"nextCursor": null,
"hasMore": false
}
}