latestOpenAPI 3.0.32026-08-2142130334.7 KB

0a94056fba48

Agents

List agents

Lists workspace agents. Requires the agents:read scope. Filter with status=active|paused|archived|all (default active).

get/agents

Query parameters

status'active' | 'paused' | 'archived' | 'all'

Agent status filter.

Lifecycle status filter. Defaults to active.

Response

Workspace agents.

Example response

{
  "data": {
    "items": [
      {
        "id": "01jzn7e61x3a7v9h2r7t2m3q4p",
        "created_by": {
          "id": "01jzn7e61x3a7v9h2r7t2m3q4p"
        },
        "created_at": "2026-05-14T08:00:00.000Z",
        "updated_at": "2026-05-14T08:00:00.000Z"
      }
    ]
  }
}