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.
Example response
{
"logs": [
{
"id": "whe_01HZY31W2SZJ8MJ2FQTR3M1K9D"
}
]
}