Batch Compliance
Get Compliance Job
Returns a single Compliance Job by ID
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Compliance Job to retrieve.
Example:
"1372966999991541762"
Query Parameters
A comma separated list of ComplianceJob fields to display.
Minimum length:
1
Example:
[
"created_at",
"download_expires_at",
"download_url",
"id",
"name",
"resumable",
"status",
"type",
"upload_expires_at",
"upload_url"
]
Response
200
application/json
The request has succeeded.
The response is of type object
.