v1

latestOpenAPI 3.0.12026-08-041753011.2 MB
Webhooks

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

idstring

Represents log identifier across the system.

requestBodystring

Represents request body.

respondedAtstring

Represents date and time of response.

responseBodystring

Represents response body.

retryCountinteger

Represents how many times we tried to deliver the webhook event.

statusstring

Represents delivery status of the webhook event.

statusCodeinteger

Represents response status code.

webhookIdstring

Represents log identifier across the system.

webhookLogIdstring

Represents log identifier across the system.

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"
  }
]