POST
/
v1
/
projects
/
{projectID}
/
events
/
batchreplay
curl --request POST \
  --url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/events/batchreplay \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "status": true,
  "data": "<any>"
}

Authorizations

Authorization
string
headerrequired

Path Parameters

projectID
string
required

Project ID

Query Parameters

direction
enum<string>
Available options:
next,
prev
endDate
string

The end date

endpointId
string[]

A list of endpoint ids to filter by

idempotencyKey
string

IdempotencyKey to filter by

next_page_cursor
string

A pagination cursor to fetch the next page of a list

perPage
integer

The number of items to return per page

prev_page_cursor
string

A pagination cursor to fetch the previous page of a list

query
string

Any arbitrary value to filter the events payload

sort
string

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

sourceId
string[]

A list of Source IDs to filter the events by.

startDate
string

The start date

Response

200 - application/json
message
string
status
boolean
data
any