Skip to main content
GET
/
api
/
v1
/
agents
List Agents
curl --request GET \
  --url http://localhost:3301/api/v1/agents \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "config_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": "running",
      "execution_endpoint": {
        "url": "<string>",
        "method": "POST",
        "headers": {},
        "body": {}
      },
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "trail": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication

Response

Default Response

items
object[]
trail
string | null

Pagination trail for next page