Get refresh job status
API Reference
GET /jobs/{jobId}
Poll the status of a review scraping job
GET
Get refresh job status
GET /api/v1/jobs/
Check the status of a review scraping job.Request
Headers:
Path Parameters:
Response (200 OK)
Job Statuses
Errors
Examples
cURL:Best Practices
- Poll interval: Start with 5 seconds, use exponential backoff if needed
- Max timeout: Set a reasonable limit (2-3 minutes) to avoid infinite loops
- Error handling: Always check for
failedstatus and handle gracefully
Authorizations
API key passed in Authorization header as Bearer token.
Path Parameters
Response
Job found
Example:
2877
Example:
"B08N5WRWNW"
pending→queued, in_progress→processing, success→completed, failed→failed.
Available options:
queued, processing, completed, failed, unknown Example:
"processing"
Example:
"2026-02-02T10:30:00.000Z"
Example:
"2026-02-02T10:31:05.000Z"
Example:
"Example Product Title"