Skip to main content

List All Runs

GET 

/api/inventory-forecasting/schedule-runs

Get all forecast runs across all schedules (both manual and scheduled), paginated. Loads the schedule, triggering user, and linked purchase orders.

Authorization

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

Authentication: Requires Bearer token.

Text search uses filter[search] (matches run ID, schedule name, or user name). Advanced filtering uses filter_groups — a base64-encoded tree of AND/OR condition groups over: id, status, run_type (manual or scheduled), started_at, purge_at, created_at, updated_at. Sortable: id, started_at, status, run_type, purge_at (default -started_at, newest first).

Request

Responses

OK

Response Headers
    Content-Type