--- name: webhook-dispatches-routes description: Handle 2 OpenAPI operation(s) under /v2/webhook-dispatches for the webhook dispatches route group. --- # webhook dispatches API Routes Handle 2 OpenAPI operation(s) under /v2/webhook-dispatches for the webhook dispatches route group. Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool. ## Operations ### webhook_dispatches_get - Operation ID: `webhook_dispatches_get` - Route: `GET /v2/webhook-dispatches` - Mode: READ - Summary: Get list of webhook dispatches - Parameters: - `offset` in `query` - `limit` in `query` - `desc` in `query` ### webhook_dispatch_get - Operation ID: `webhook_dispatch_get` - Route: `GET /v2/webhook-dispatches/{dispatchId}` - Mode: READ - Summary: Get webhook dispatch - Parameters: - `dispatchId` in `path` required