Batch Compliance
List Compliance Jobs
Returns recent Compliance Jobs for a given job type and optional job status
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Type of Compliance Job to list.
Available options:
tweets
, users
Status of Compliance Job to list.
Available options:
created
, in_progress
, failed
, complete
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
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.
An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).