v1

latestOpenAPI 3.0.0Twitter Developer Agreement and Policy2026-07-1480235216.3 KB
Compliance

List Compliance Jobs

Returns recent Compliance Jobs for a given job type and optional job status

get/2/compliance/jobs

Query parameters

type'tweets' | 'users' required

Type of Compliance Job to list.

status'created' | 'in_progress' | 'failed' | 'complete'

Status of Compliance Job to list.

compliance_job.fieldsstring[]

The fields available for a ComplianceJob object.

A comma separated list of ComplianceJob fields to display.

[
  "created_at",
  "download_expires_at",
  "download_url",
  "id",
  "name",
  "resumable",
  "status",
  "type",
  "upload_expires_at",
  "upload_url"
]

Response

The request has succeeded.

Example response

{
  "data": [
    {
      "created_at": "2021-01-06T18:40:40.000Z",
      "download_expires_at": "2021-01-06T18:40:40.000Z",
      "id": "1372966999991541762",
      "name": "my-job",
      "upload_expires_at": "2021-01-06T18:40:40.000Z"
    }
  ]
}
All 80 operations