GET
/
platform
/
v2
/
models
/
{model_id}
/
output
curl --request GET \
  --url https://api.rebase.energy/platform/v2/models/{model_id}/output \
  --header 'Authorization: <api-key>'
{
  "model_id": "<string>",
  "model_version": 123,
  "model_name": "<string>",
  "model_label": "<string>",
  "priority": 123,
  "as_of": "2023-11-07T05:31:56Z",
  "forecast": [
    123
  ],
  "valid_time": [
    "2023-11-07T05:31:56Z"
  ]
}

Authorizations

Authorization
string
header
required

Your 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
required

Query Parameters

start_date
string
end_date
string | null
tz
string | null
as_of
string | null

Response

200
application/json
Successful Response
model_id
string
required
model_version
integer
required
model_name
string
required
model_label
string
required
priority
integer
required
as_of
string | null
required
forecast
(integer | number)[]
required
valid_time
string[]
required