Skip to main content
GET
/
v1
/
agents
List agents
curl --request GET \
  --url https://api.fortressproductivity.com/v1/agents \
  --cookie better-auth.session_token=
{
  "items": [
    {
      "id": "<string>",
      "workspace_id": "<string>",
      "actor_id": "<string>",
      "name": "<string>",
      "capabilities": [
        "<string>"
      ],
      "transport_mode": "poll",
      "access_mode": "worker",
      "webhook_url": "<string>",
      "icon": "radar",
      "last_seen_at": "2023-11-07T05:31:56Z",
      "state": "pending",
      "presence": "working",
      "mcp_url": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 1,
  "page": {
    "offset": 1,
    "limit": 123
  },
  "sort": "<string>",
  "filters": {},
  "hidden_count": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.fortressproductivity.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

better-auth.session_token
string
cookie
required

Human web-session cookie issued by Better Auth.

Response

Agent list

items
object[]
required
total
integer
Required range: x >= 0
page
object
sort
string
filters
object
hidden_count
integer
Required range: x >= 0