Batch Compliance
Get Compliance Job
Returns a single Compliance Job by ID
GET
/
2
/
compliance
/
jobs
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the Compliance Job to retrieve.
Query Parameters
compliance_job.fields
enum<string>[]
A comma separated list of ComplianceJob fields to display.
Available options:
created_at
, download_expires_at
, download_url
, id
, name
, resumable
, status
, type
, upload_expires_at
, upload_url
Response
200 - application/json
data
object
errors
object[]