Count events matching batch replay filters
This endpoint returns how many events would be affected by a batch replay with the given filters.
Path parameters
Project ID
Query parameters
URL-encoded JSON object matched against the event payload. Combined with query as AND when both are set.
The end date
A list of endpoint ids to filter by
IdempotencyKey to filter by
A pagination cursor to fetch the next page of a list
The number of items to return per page
A pagination cursor to fetch the previous page of a list
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.
Sort order, values are ASC or DESC, defaults to DESC
A list of Source IDs to filter the events by.
The start date
Response
OK
Changes
Changed in 3 of the 69 revisions of this API.65
- ○
added the new optional
queryrequest parameterbodynew-optional-request-parameter
- ○
- ▲
the response property
allOf[subschema #2]/databecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/databecame nullable for the status401response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/databecame nullable for the status404response-property-became-nullable
- ▲
the
allOf[subschema #2]/dataresponse's property type/format changed fromobject/to/for status400response-property-type-changed
- ▲
the
allOf[subschema #2]/dataresponse's property type/format changed fromobject/to/for status401response-property-type-changed
- ▲
the
allOf[subschema #2]/dataresponse's property type/format changed fromobject/to/for status404response-property-type-changed
- ○
added
handlers.Stubto theallOf[subschema #2]/dataresponse propertyallOflist for the response status400response-property-all-of-added
- ○
added
handlers.Stubto theallOf[subschema #2]/dataresponse propertyallOflist for the response status401response-property-all-of-added
- ○
added
handlers.Stubto theallOf[subschema #2]/dataresponse propertyallOflist for the response status404response-property-all-of-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○