Skip to main content
GET
Get Compliance Job by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Pattern: ^[0-9]{1,19}$

Query Parameters

compliance_job.fields
enum<string>[]

A comma separated list of ComplianceJob fields to display. The fields available for a ComplianceJob object.

Minimum array length: 1
Available options:
created_at,
download_expires_at,
download_url,
id,
name,
resumable,
status,
type,
upload_expires_at,
upload_url

Response

The request has succeeded.

data
object
errors
object[]