cURL
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>" }
List all agents in the workspace
API key authentication
Default Response
Show child attributes
Pagination trail for next page