Meta Events

List all meta events

This endpoint fetches meta events with pagination

get/v1/projects/{projectID}/meta-events

Path parameters

projectIDstring required

Project ID

Query parameters

endDatestring

The end date

next_page_cursorstring

A pagination cursor to fetch the next page of a list

perPageinteger

The number of items to return per page

prev_page_cursorstring

A pagination cursor to fetch the previous page of a list

sortstring

sort order

startDatestring

The start date

Changes