Get the latest input data for a model
curl --request GET \ --url https://api.rebase.energy/platform/v2/models/{model_id}/input \ --header 'Authorization: <api-key>'
{ "dataframe": {}, "metadata": {} }
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
Successful Response
The response is of type object.
object