cURL
curl --request GET \ --url https://api.example.com/agents
List all agents available to the API key organization.
curl -X GET "https://api.mosaic.so/agents?limit=25" \ -H "Authorization: Bearer mk_your_api_key"
limit
1-100
25
cursor
next_cursor
{ "agents": [ { "id": "123e4567-e89b-12d3-a456-789012345678", "name": "My Agent", "description": "Weekly YouTube clip automation", "created_at": "2026-03-01T12:00:00Z", "updated_at": "2026-03-02T08:00:00Z" } ], "next_cursor": null }
Was this page helpful?