cURL
curl --request GET \ --url http://127.0.0.1:3333/v3/bots/{botId}/results/purge/{purgeId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "status": "queued", "workspaceId": "<string>", "botId": "<string>", "userId": "<string>", "acknowledged": true, "deletedResults": 123, "deletedAnswers": 123, "userEmail": "<string>", "reason": "<string>", "confirmationText": "<string>", "error": "<string>" }
Get results purge status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
queued
processing
done
error