v60

latestOpenAPI 3.0.0Mozilla Public License 2.0raw.githubusercontent.com2026-07-3167151417.8 KB
Events

Count events matching batch replay filters

This endpoint returns how many events would be affected by a batch replay with the given filters.

get/v1/projects/{projectID}/events/countbatchreplayevents

Path parameters

projectIDstring required

Project ID

Query parameters

direction'next' | 'prev'
endDatestring

The end date

endpointIdstring[]

A list of endpoint ids to filter by

idempotencyKeystring

IdempotencyKey to filter by

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

querystring

Any arbitrary value to filter the events payload

sortstring

Sort order, values are ASC or DESC, defaults to DESC

sourceIdstring[]

A list of Source IDs to filter the events by.

startDatestring

The start date

Response

OK

messagestring
statusboolean