Compliance
Get Compliance Job
Returns a single Compliance Job by ID
get/2/compliance/jobs/{id}
Path parameters
idstring required
Compliance Job ID.
Example:1372966999991541762
The ID of the Compliance Job to retrieve.
Query parameters
compliance_job.fieldsstring[]
The fields available for a ComplianceJob object.
A comma separated list of ComplianceJob fields to display.
[ "created_at", "download_expires_at", "download_url", "id", "name", "resumable", "status", "type", "upload_expires_at", "upload_url" ]
Response
The request has succeeded.
Example response
{
"data": {
"created_at": "2021-01-06T18:40:40.000Z",
"download_expires_at": "2021-01-06T18:40:40.000Z",
"id": "1372966999991541762",
"name": "my-job",
"upload_expires_at": "2021-01-06T18:40:40.000Z"
}
}