ArgorantDocs

Get export status

gethttps://app.argorant.com/api/exports/{job_id}
GET
/api/exports/{job_id}

Poll an export job. When status is done, the CSV is available at the download endpoint.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Path Parameters

job_id*integer

The export job id.

Response Body

application/json

application/json

Shell
curl -X GET "https://app.argorant.com/api/exports/84213"
JSON
{  "id": 84213,  "status": "processing",  "progress": 3120,  "total": 5000,  "verified": 3120}