List values for a forecasting targeting key

Returns the available targeting values for a specified forecasting key. The targeting_key query parameter is required. Use GET /forecasting/keys first to discover valid key names. Results are paginated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Page number for paginated results.

integer

Number of results per page.

string
required

The targeting key to retrieve values for (e.g. geo). Must be a valid key returned by GET /forecasting/keys.

string

Filter values containing this string (case-insensitive, e.g. US).

Responses
200

Paginated list of targeting values for the specified key. Includes count, next/previous page links, targeting_key, and supported_version_id.

400

The targeting_key parameter is missing or not available for forecasting.

401

Authentication credentials are missing or invalid.

403

Permission denied.

Language
Credentials
:
URL
LoadingLoading…