Search Models

Search forecast models.

Search Models

get

Returns a paginated list of forecast models belonging to the authenticated organization. Supports full-text search across name, label, and external_id via the q parameter, and filtering by Saved Location ID and readiness status.

Authorizations
AuthorizationstringRequired

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

Query parameters
qstringOptional

Fulltext search across name, label and external_id.

location.saved_location_idstring[]Optional

A comma-separated list of Saved Location IDs to filter on.

limitintegerOptional

The maximum number of results to return per page. Defaults to 10.

Default: 10
offsetintegerOptional

The number of results to skip before returning. Used for pagination. Defaults to 0.

Default: 0
Responses
chevron-right
200

Successful Response

application/json
errorsstring[]Optional

List of error messages, if any.

Default: []
warningsstring[]Optional

List of warning messages, if any.

Default: []
countintegerRequired

Total number of results matching the query.

nextany ofOptional

URL for the next page of results. Null if no more results.

stringOptional
or
nullOptional
previousany ofOptional

URL for the previous page of results. Null if on the first page.

stringOptional
or
nullOptional
get
/v1/forecasts/models

OpenAPI Spec

The OpenAPI spec for Forecasts API can be found herearrow-up-right.

Guides

Last updated

Was this helpful?