Skip to main content
POST
run_complete
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Payload sent for the run_complete webhook event.

run
RunResponse · object
required

The completed run data

event_id
string<uuid>

Unique event identifier for idempotency

event_type
string
default:run_complete

Event type key

occurred_at
string<date-time>

Time the event occurred (UTC)

Response

Successful Response