Skip to main content

GET /api/v1/events/

Retrieve a single event by its UUID. The response includes the full event data and the integrity block.

Path Parameters

string
required
The UUID of the event.

Response

Integrity Block

string | null
SHA-256 hash of this event’s data combined with the previous event hash.
string | null
SHA-256 hash of the preceding event in the workspace chain. null for the first event.
See Hash Chain for details on how hashes are computed.

Examples

Errors