latestOpenAPI 3.0.0Mozilla Public License 2.0raw.githubusercontent.com2026-08-2068152428.8 KB
8b507b40f18d
Events
Batch replay events
This endpoint replays multiple events at once.
post/v1/projects/{projectID}/events/batchreplay
Path parameters
projectIDstring required
Project ID
Query parameters
bodystring
URL-encoded JSON object matched against the event payload. Combined with query as AND when both are set.
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
Matches event id prefix, idempotency key, event type, and source name. A JSON object uses payload containment, same as body. Text plus JSON ANDs both.
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