cURL
curl --request GET \ --url https://api.example.com/v1/voiceai/agents/list
[ { "agent_id": "<string>", "name": "<string>", "created_at": 123 } ]
List all agents for the authenticated user
API key for authentication
Successful Response