v1
latestOpenAPI 3.0.12026-08-041753011.2 MBWebhooks
Get logs for a webhook
post/v1/workspaces/{workspaceId}/webhooks/{webhookId}/logs
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.
Represents a webhook identifier across the system.
Query parameters
pageinteger
Page number.
Example:1
Page number.
sizeinteger
Page size.
Example:50
Page size.
Request body
Example request
{
"from": "2023-02-01T13:00:46Z",
"to": "2023-02-05T13:00:46Z"
}Response
OK
Example response
[
{
"id": "65e5b854fe0dfa24f1528ef0",
"requestBody": "{\"id\":\"65df50f5d2dd8f23a685374e\",\"name\":\"Webhook\"}",
"respondedAt": "2024-03-04T12:02:28.125+00:00",
"responseBody": "{\"id\":\"h73210f5d2dd8f23685374e\",\"response\":\"Webhook response\"}",
"statusCode": 200,
"webhookEventStatusId": "6818c52b391aca499bf8dafc",
"webhookId": "65df5508d2dd8f23a68537af"
}
]