cURL
curl --request GET \ --url https://api.bizzy.ai/v1/agents/import-queue \ --header 'Authorization: Bearer <token>'
{ "data": [ { "sessionId": 3456790, "agentId": 1234567, "status": "PENDING", "createdAt": "2025-12-17T16:18:00.000Z" }, { "sessionId": 3456789, "agentId": 1234567, "status": "COMPLETED", "createdAt": "2025-12-17T11:42:00.000Z" } ], "pagination": { "limit": 4, "offset": 0, "total": 2 } }
Show Session properties
PENDING
PROCESSING
COMPLETED
Show Pagination properties
Was this page helpful?