Get Demand Data
Get previously uploaded demand data.
Enter your PredictHQ API key. The Bearer prefix is added automatically.
When calling the API directly, send: Authorization: Bearer <YOUR_API_KEY> as documented at https://docs.predicthq.com/api/overview/authenticating
The unique identifier of the forecast model.
Filters demand after the specified date (exclusive).
Expected format: YYYY-MM-DD
Filters demand on or after the specified date.
Expected format: YYYY-MM-DD.
Example: 2025-01-01
Filters demand before the specified date (exclusive).
Expected format: YYYY-MM-DD.
Filters demand on or before the specified date.
Expected format: YYYY-MM-DD.
Example: 2025-01-07
The maximum number of results to return per page. Defaults to 10.
10The number of results to skip before returning. Used for pagination. Defaults to 0.
0Successful Response
List of error messages, if any.
[]List of warning messages, if any.
[]Total number of results matching the query.
URL for the next page of results. Null if no more results.
URL for the previous page of results. Null if on the first page.
Bad Request
Unauthorized
Payment Required
Forbidden
Not Found
OpenAPI Spec
Guides
Last updated
Was this helpful?