ArgorantDocs

Download export

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

Download the finished export as a CSV attachment. Returns text/csv.

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

text/csv

application/json

Shell
curl -X GET "https://app.argorant.com/api/exports/84213/download"
JSON
"record_id,full_name,title,company,company_domain,email,verification,country\np_8d4b…,Alex Schneider,VP of Sales,Evenito,evenito.com,alex@evenito.com,valid,Switzerland"