GET
/
v1
/
groups
/
{group_id}
/
historical
curl --request GET \
  --url https://api.amberflow.io/v1/groups/{group_id}/historical \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "time": "2024-09-23T12:00:00.000Z",
      "forecast": 100,
      "scheduled": 100,
      "actual": 100
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

group_id
string
required

Query Parameters

start
string
default:2025-04-09T15:23:30.071848

The start date

end
string
default:2025-05-09T15:23:30.071931

The end date

Response

200
application/json
Successful Response

The response is of type object.