Skip to main content
GET
/
twitter
/
grok
/
extract
/
job
Poll a queued Grok extraction job
curl --request GET \
  --url 'https://api.xshot.fun/twitter/grok/extract/job?api_key='
{
  "job_id": "<string>",
  "total": 123,
  "done": 123,
  "pending": 123,
  "complete": true,
  "results": [
    {}
  ]
}

Authorizations

api_key
string
query
required

Query Parameters

job_id
string
required

Response

Job status + results

job_id
string
total
integer
done
integer
pending
integer
complete
boolean
results
object[]