List all agents accessible to the user (personal, org-shared, or subscribed from Market).
cURL
curl --request GET \ --url https://your-domain.com/api/agents \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "name": "<string>", "icon": "<string>", "description": "<string>", "instructions": "<string>", "status": "<string>", "is_active": true, "kb_ids": [ "<string>" ], "connector_ids": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "size": 123, "pages": 123 }
API Key (fim_xxx) or JWT token
x >= 1
1 <= x <= 100
Filter by publication status
draft
published
Paginated list of agents
Show child attributes