v1
latestOpenAPI 3.0.12026-08-041753011.2 MBWebhooks
Get webhook event statuses for a webhook
get/v1/workspaces/{workspaceId}/webhooks/{webhookId}/statuses
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
webhookIdstring required
Represents a webhook identifier across the system.
Example:6973710805e44c5a46763239
Represents a webhook identifier across the system.
Query parameters
pageinteger
Page number.
Example:1
Page number.
sizeinteger
Page size.
Example:50
Page size.
statuses'SUCCEEDED' | 'RETRYING' | 'FAILED'
Represents a filter for webhook event status.
Response
OK
Example response
[
{
"id": "69807d47b209426e67302a42",
"requestBody": "{\"id\":\"65df50f5d2dd8f23a685374e\",\"name\":\"Webhook\"}",
"respondedAt": "2025-02-02T12:02:28.125+00:00",
"responseBody": "{\"id\":\"h73210f5d2dd8f23685374e\",\"response\":\"Webhook response\"}",
"retryCount": 2,
"status": "FAILED",
"statusCode": 400,
"webhookId": "6973710805e44c5a46763239",
"webhookLogId": "69807e04b209426e67302a57"
}
]