Developer portal
Poll export job
Poll the status of an export job.
GET
/api/v1/exports/{jobId}exports
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
jobId | Path | string | required | Export job ID. |
Code samples
curl -s -X GET 'https://app.qehsethos.com/api/v1/exports/job_01JEXAMPLE' \
-H 'Authorization: Bearer $QEHS_API_KEY' \
-H 'Content-Type: application/json'