v1

latestOpenAPI 3.1.02026-07-13182388559.6 KB
Outbound Webhook

List outbound webhook deliveries

List outbound webhook deliveries with optional workflow filter and pagination

get/v1/outbound-webhook/deliveries

Query parameters

workflowIdstring

Filter by workflow ID

limitinteger

Max results per page (1-100)

offsetinteger

Pagination offset

Request body

object required

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "Success",
  "requestId": "req_abc123"
}