Platform Admin
List all workspaces
SaaS only. Returns all workspaces across the platform with health metrics, usage data, plan info, and status.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:3001/api/v1/platform/workspaces"{
"workspaces": [
{
"id": "string",
"name": "string",
"slug": "string",
"status": "active",
"planTier": "free",
"byot": true,
"members": 0,
"conversations": 0,
"queriesLast24h": 0,
"connections": 0,
"scheduledTasks": 0,
"stripeCustomerId": "string",
"trialEndsAt": "string",
"suspendedAt": "string",
"deletedAt": "string",
"region": "string",
"regionAssignedAt": "string",
"createdAt": "string"
}
]
}{
"property1": null,
"property2": null
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"error": "string",
"message": "string",
"requestId": "string"
}