Skip to main content
GET
Get Webhook Subscription Logs
Logs are only available for the last 14 days.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

webhook_id
string<uuid>
required

Query Parameters

start_date
string<date-time> | null
end_date
string<date-time> | null
status
enum<string> | null
Available options:
success,
failed
sort_by
enum<string>
default:created_at

Enum for webhook log list sortable fields

Available options:
created_at,
status
sort_order
enum<string>
default:desc

Enum for sort direction shared across paginated list endpoints

Available options:
asc,
desc
cursor
string | null

Cursor for the next page

size
integer
default:300

Page size

Required range: 1 <= x <= 1000

Response

Successful Response

items
WebhookLogRead · object[]
required
total
integer
required
Required range: x >= 0
current_page
string | null

Cursor to refetch the current page

current_page_backwards
string | null

Cursor to refetch the current page starting from the last item

previous_page
string | null

Cursor for the previous page

next_page
string | null

Cursor for the next page