cURL
curl --request GET \ --url https://api.bizzy.ai/v1/agents \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 1234567, "name": "Enterprise Sales Agent", "status": "ACTIVE", "createdAt": "2025-12-17T09:23:00.000Z" }, { "id": 2345678, "name": "SMB Outreach Agent", "status": "ACTIVE", "createdAt": "2025-12-17T14:37:00.000Z" } ], "pagination": { "limit": 4, "offset": 0, "total": 2 } }
Show Agent properties
Show Pagination properties
Was this page helpful?