GET
/
platform
/
v2
/
models
/
{model_id}
/
input
curl --request GET \
  --url https://api.rebase.energy/platform/v2/models/{model_id}/input \
  --header 'Authorization: <api-key>'
{
  "dataframe": {},
  "metadata": {}
}

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

Response

200
application/json
Successful Response
dataframe
object
required
metadata
object
required