Atlas
Admin — Organizations

Workspace health summary

Returns a health summary for a workspace including member count, conversation count, recent queries, connection status, scheduled tasks, and pool metrics.

GET
/api/v1/admin/organizations/{id}/status

Path Parameters

id*string
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/organizations/org_abc123/status"
{
  "workspace": {
    "id": "string",
    "name": "string",
    "slug": "string",
    "workspaceStatus": "string",
    "planTier": "string",
    "suspendedAt": null,
    "deletedAt": null,
    "createdAt": "string"
  },
  "health": {
    "members": null,
    "conversations": null,
    "queriesLast24h": null,
    "connections": null,
    "scheduledTasks": null,
    "poolMetrics": [
      null
    ]
  }
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
Edit on GitHub

Last updated on