---
title: "Get Example Dispatch Event"
method: GET
path: "/examples/dispatch-event"
tags: ["8. Examples"]
---

# Get Example Dispatch Event

`GET /examples/dispatch-event`

Get an example dispatch event.

Returns a pre-filled DispatchEvent object that can be used as a reference for the expected format and structure of dispatch events.

## Response `200`

Example dispatch event

- DispatchEvent
  - `asset_id` string, uuid, required — Asset or aggregate to which this event pertains
  - `event_id` string, uuid, required — UID of this event
  - `issued_timestamp` string, date-time, required — When the event was published (UTC)
  - `event_timestamp` string, date-time, required — When the event occurred, if different from publication (UTC)
  - `market_id` string, required — Market from which this dispatch originates
  - `level_kw` number, required — Desired power output of asset
  - `from_time` string, date-time, required — Start time of event (UTC)
  - `to_time` string, date-time, required — End time of event (UTC)
  - `update_status_callback` union, required — Callback to change status of event to RECEIVED, ACCEPTED, REJECTED, FAILED, or EXECUTED
    - string
    - string, uri

## Other responses

- `500` — Server error while generating example

---

[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)
