cURL
curl --request GET \ --url http://127.0.0.1:3333/v3/bots/{botId}/results/export/{exportId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "botId": "<string>", "workspaceId": "<string>", "status": "queued", "createdAt": "<string>", "updatedAt": "<string>", "progress": 123, "processed": 123, "total": 123, "url": "<string>", "error": "<string>" }
Get results export status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
queued
processing
done
error