Reprocess an event
POST
/v1/events/{event_id}/reprocess
Re-trigger usage threshold and alert checks for an existing event.
This re-enqueues background jobs (usage threshold checks and usage alert checks) for all active subscriptions belonging to the event’s customer. The event data itself is not modified.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” event_id
required
Event Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
EventReprocessResponse
object
event_id
required
Event Id
string format: uuid
status
required
Status
string
subscriptions_checked
required
Subscriptions Checked
integer
Unauthorized – invalid or missing API key
Event not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context