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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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