Model
Get Model Output
Get the output produced by a model, as_of can be specified to get the output as it was at a specific point in time
If no start_date is provided, the start_date will today 00:00 UTC
GET
/
platform
/
v2
/
models
/
{model_id}
/
output
Authorizations
Authorization
string
headerrequiredYour API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
Path Parameters
model_id
string
requiredQuery Parameters
start_date
string
end_date
string | null
tz
string | null
as_of
string | null
Response
200 - application/json
model_id
string
requiredmodel_version
integer
requiredmodel_name
string
requiredmodel_label
string
requiredpriority
integer
requiredas_of
string | null
requiredforecast
(integer | number)[]
requiredvalid_time
string[]
required