---
title: "Get Site Flex Events"
method: GET
path: "/entities/site/{site_id}/flex-events"
tags: ["3. Sites"]
---

# Get Site Flex Events

`GET /entities/site/{site_id}/flex-events`

Get info on flex events the site has participated in, including estimated and final gross revenues.

These estimates can be used for a variety of purposes, including paying out end-users before the final settlement data is available.However, to avoid overpayments it is recommended to only pay out a percentage of the estimated revenue initially, and top-up once final revenues are available.

Note: it is possible for gross revenues to be negative in some scenarios, e.g. if the site flexed in the wrong direction by consuming more energy while it was instructed to consume less.

## Path parameters

- `site_id` string, uuid, required

## Response `200`

Successful Response

- SiteFlexEventsResponse
  - `site_id` string, uuid, required — ID of the site
  - `events` FlexEventResponse[], required — List of flex events the site participated in
    - `start_at` string, date-time, required — UTC start time of the flex event
    - `end_at` string, date-time, required — UTC end time of the flex event
    - `estimated_gross_revenue_gbp` number, required — Estimated gross revenue earned in GBP for the event, before data has been submitted and reviewed by the relevant market bodies. Gross earnings are total flex earnings before any Axle and end-user revenue sharing deductions.
    - `final_gross_revenue_gbp` number — Final gross revenue earned in GBP for the event. This will be completed before the final settlement run of the event month (in UK Time), which runs at the end of the following month. Gross earnings are total flex earnings before any Axle and end-user revenue sharing deductions.

## Other responses

- `404` — Site not found or not authorized to access
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/axle/apis/axle-api-docs.md) · [All operations](https://skmtc.dev/axle/apis/axle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axle/axle-api-docs/revisions/75be7f9a952f/schema)
