Skip to content

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.

event_id
required
Event Id
string format: uuid

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>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object