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.

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

Successful response