latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
Fetch an event
Fetches a project event by its ID.
get/events/{event_id}
Path parameters
event_idstring required
Response
OK
Example response
{
"id": "123",
"timestamp": "2021-01-01T00:00:00Z",
"type": "example_type"
}