Skip to main content
GET
Get Compliance Jobs

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>
required

Type 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. 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
Example:

Response

The request has succeeded.

data
object[]
Minimum array length: 1
errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).

meta
object