Get job status and metadata
curl --request GET \
--url https://www.suprkeywords.com/api/v1/jobs/{jobId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"primaryDomain": "<string>",
"competitorDomains": [
"<string>"
],
"languageCode": "<string>",
"locationCode": 123,
"progress": {},
"errorMessage": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"totalKeywordCount": 123
}Jobs
Get job status and metadata
Get a single job by ID. Allowed for the demo user when unauthenticated; otherwise requires authentication and ownership (or demo access).
GET
/
api
/
v1
/
jobs
/
{jobId}
Get job status and metadata
curl --request GET \
--url https://www.suprkeywords.com/api/v1/jobs/{jobId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"primaryDomain": "<string>",
"competitorDomains": [
"<string>"
],
"languageCode": "<string>",
"locationCode": 123,
"progress": {},
"errorMessage": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"totalKeywordCount": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.suprkeywords.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
bearerAuthSessionAuth
API key for programmatic access. Create keys in Settings (Agency plan). Send as Authorization: Bearer or X-API-KEY: . Unauthenticated requests return 401.
Path Parameters
Response
Job details including status, progress, and current totalKeywordCount (updated after each pipeline step)
Available options:
queued, running, completed, failed Current total keyword count from DB (updated after each step
⌘I