Batch Compliance
List Compliance Jobs
Enterprise
Returns recent Compliance Jobs for a given job type and optional job statusGET
/
2
/
compliance
/
jobs
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
type
enum<string>
requiredType of Compliance Job to list.
Available options:
tweets
, users
status
enum<string>
Status of Compliance Job to list.
Available options:
created
, in_progress
, failed
, complete
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[]
meta
object