X (Twitter) · Schema
ComplianceJob
ComplianceJob schema from X API v2
Social-MediaMicrobloggingReal-Time DataStreamingAdvertisingContent
Properties
| Name | Type | Description |
|---|---|---|
| created_at | string | Creation time of the compliance job. |
| download_expires_at | string | Expiration time of the download URL. |
| download_url | string | URL from which the user will retrieve their compliance results. |
| id | string | Compliance Job ID. |
| name | string | User-provided name for a compliance job. |
| status | string | Status of a compliance job. |
| type | string | Type of compliance job to list. |
| upload_expires_at | string | Expiration time of the upload URL. |
| upload_url | string | URL to which the user will upload their Tweet or user IDs. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/twitter/refs/heads/main/json-schema/x-api-compliance-job-schema.json",
"title": "ComplianceJob",
"description": "ComplianceJob schema from X API v2",
"type": "object",
"properties": {
"created_at": {
"type": "string",
"description": "Creation time of the compliance job.",
"format": "date-time",
"example": "2021-01-06T18:40:40.000Z"
},
"download_expires_at": {
"type": "string",
"description": "Expiration time of the download URL.",
"format": "date-time",
"example": "2021-01-06T18:40:40.000Z"
},
"download_url": {
"type": "string",
"description": "URL from which the user will retrieve their compliance results.",
"format": "uri"
},
"id": {
"type": "string",
"description": "Compliance Job ID.",
"pattern": "^[0-9]{1,19}$",
"example": "1372966999991541762"
},
"name": {
"type": "string",
"description": "User-provided name for a compliance job.",
"maxLength": 64,
"example": "my-job"
},
"status": {
"type": "string",
"description": "Status of a compliance job.",
"enum": [
"created",
"in_progress",
"failed",
"complete",
"expired"
]
},
"type": {
"type": "string",
"description": "Type of compliance job to list.",
"enum": [
"tweets",
"users"
]
},
"upload_expires_at": {
"type": "string",
"description": "Expiration time of the upload URL.",
"format": "date-time",
"example": "2021-01-06T18:40:40.000Z"
},
"upload_url": {
"type": "string",
"description": "URL to which the user will upload their Tweet or user IDs.",
"format": "uri"
}
},
"required": [
"id",
"type",
"created_at",
"upload_url",
"download_url",
"upload_expires_at",
"download_expires_at",
"status"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/x-api-compliance-job"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.