Returns a single Compliance Job by ID
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the Compliance Job to retrieve.
"1372966999991541762"
A comma separated list of ComplianceJob fields to display.
1
[
"created_at",
"download_expires_at",
"download_url",
"id",
"name",
"resumable",
"status",
"type",
"upload_expires_at",
"upload_url"
]
The request has succeeded.
The response is of type object
.
Returns a single Compliance Job by ID
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the Compliance Job to retrieve.
"1372966999991541762"
A comma separated list of ComplianceJob fields to display.
1
[
"created_at",
"download_expires_at",
"download_url",
"id",
"name",
"resumable",
"status",
"type",
"upload_expires_at",
"upload_url"
]
The request has succeeded.
The response is of type object
.