cURL
curl --request GET \ --url https://agents.nineteen58.co.za/public-api/agents \ --header 'x-api-key: <api-key>'
{ "agents": [ { "name": "<string>", "description": "<string>", "base_prompt": "<string>", "channels": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "channel": "<string>" } ] } ], "totalCount": 123, "currentPage": 123, "pageSize": 123, "totalPages": 123 }
Returns a paginated list of agents with their associated channels
Page number for pagination
x >= 1
Number of items per page
1 <= x <= 100
Successfully retrieved agents
Show child attributes