v27

latestOpenAPI 3.1.0LicenseRef-Proprietaryraw.githubusercontent.com2026-07-21173076.1 KB
Webhooks

List worker webhook executions

List recent webhook delivery attempts for a worker, newest first, paginated 50 per page. Only the worker creator can read execution history.

get/api/workers/{workerId}/webhook/executions

Path parameters

workerIdstring required
Example:t_org_123_w_01HZY2ZJQ8G7K42W2D7WF6V4GM

Worker id returned by the create worker endpoint.

Query parameters

pageinteger

Page number (1-indexed). Defaults to 1.

Example:1

Page number (1-indexed). Defaults to 1.

Response

Page of webhook executions.

pageinteger required

Current page number.

pageCountinteger required

Total number of pages available.

totalCountinteger required

Total number of executions recorded.

Example response

{
  "logs": [
    {
      "id": "whe_01HZY31W2SZJ8MJ2FQTR3M1K9D"
    }
  ]
}