cURL
curl --request GET \ --url https://api.x.com/2/compliance/jobs/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "created_at": "2021-01-06T18:40:40.000Z", "download_expires_at": "2021-01-06T18:40:40.000Z", "download_url": "<string>", "id": "1372966999991541762", "name": "my-job", "status": "created", "type": "tweets", "upload_expires_at": "2021-01-06T18:40:40.000Z", "upload_url": "<string>" }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Retrieves details of a specific Compliance Job by its ID.
1
Show child attributes