cURL
curl --request GET \ --url https://agent-platform.staging.hcompanyprod.fr/api/v1/agents
{ "items": [ { "name": "<string>", "agent_identifier": "<string>" } ], "total": 123, "page": 123 }
List available agents.
Page number (1-based)
x >= 1
Number of items per page
1 <= x <= 100
Successful Response
List of available agents.
Show child attributes