Skip to main content
Available from API version 2026-05-27.curie onwards.
Triggered when a smart meter order gets flagged as blocked. This is a transient marker layered on top of the current status: the order stays in its previous state, but the resource carries a blocked_reason field describing what needs attention.

Response body parameters

id
string
required
Unique event identifier (starts with evt_).
timestamp
string
required
ISO 8601 timestamp when the event was created.
topic
literal
required
Always meter_order.blocked for this event.
context
object
required
Event-specific data containing related resource IDs.
{
  "id": "evt_mi4f0oda6x9m7gcsvjk0ole1",
  "timestamp": "2026-01-15T10:30:00.000Z",
  "topic": "meter_order.blocked",
  "context": {
    "meter_order": "prdo_mi4f0oda6x9m7gcsvjk0ole1"
  }
}