v1

OpenAPI 3.0.1Apache 2.02026-07-135212282.4 KB
events

Retrieve details of a specific event by its ID.

get/v1/event/{event_id}/

Path parameters

event_idstring uuid required

The unique identifier of the event (UUID).

Response

Successfully retrieved event details.

idstring uuid

The unique identifier of the event.

event_typestring

The type of event (e.g., ADD, SEARCH).

status'PENDING' | 'RUNNING' | 'FAILED' | 'SUCCEEDED'

The current status of the event.

payloadobject

The original payload associated with the event.

metadataobject nullable

Additional metadata associated with the event.

created_atstring date-time

Timestamp when the event was created.

updated_atstring date-time

Timestamp when the event was last updated.

started_atstring date-time

Timestamp when event processing started.

completed_atstring date-time

Timestamp when event processing completed.

latencynumber

Processing time in milliseconds.