List webhook subscriptions
GET
/webhook-subscriptions
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” endpoint_id
string
Filter by endpoint ID
Responses
Section titled “ Responses ”object
items
required
Array<object>
object
created_at
required
string format: date-time
created_by
required
string
updated_at
required
string format: date-time
updated_by
required
string
id
required
string
endpoint_id
required
Endpoint this subscription delivers to
string
event_types
required
Event types to subscribe to. Use [""] for all. Supports prefix patterns like “io.datarecs.reconciliation.”.
Array<string>
filters
Optional attribute-level filters (subject_prefix, data field equality)
object
enabled
required
Whether this subscription is active
boolean
pagination
required
object
page
required
Current page number (1-indexed)
number
pageSize
required
Items per page
number
total
required
Total number of items across all pages
number
totalPages
required
Total number of pages
number
hasMore
required
Whether more pages exist after the current one
boolean