Events V2

List Events

Returns a list of events (webhook messages) for the project. Supports pagination and filtering. Requires webhooks:read scope.

get/v2/projects/{project_id}/events

Path parameters

project_idstring required

Project ID

Project ID

Query parameters

limitstring

a string to be decoded into a number

Maximum number of items to return (default: 20)

iteratorstring
channelstring
beforestring

a string to be decoded into a Date

afterstring

a string to be decoded into a Date

with_content'true' | 'false'

a string to be decoded into a boolean

Include event payload content (default: true)

tagstring
event_typesstring[]

Response

Success

object'list' required

Object type, always list

has_moreboolean required

Whether there are more results available

iteratorstring

Cursor for forward pagination

prev_iteratorstring

Cursor for backward pagination

Changes

No recorded changes to this endpoint across all 2 revisions of this API.