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
Changes
No recorded changes to this endpoint across all 2 revisions of this API.