Skip to main content
POST
Create Compliance Job

Authorizations

Authorization
string
header
required

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

Query Parameters

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

Body

application/json
type
enum<string>
required

Type of compliance job to list.

Available options:
tweets,
users
name
string

A user-provided name for this job.

Maximum string length: 64
resumable
boolean

Whether to enable the upload URL with support for resumable uploads.

Response

The request has succeeded.

data
object
errors
object[]