Skip to main content

Get Job Status

GET 

/api/inventory-forecasting/job/:jobId/status

Poll the status of a background forecast job dispatched by build-single.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

Status values: queued, processing, completed, failed.

When status is 'completed', the result field is included with full forecast data.

Returns 404 if job ID not found or has expired.

Request

Responses

OK

Response Headers
    Content-Type