Skip to main content

Get info about a request event

GET 

/activity_monitor/event/:id_event

Retrieve a specific event in the system. "Events" are specific occurrences within a request, such as the beginning or end of the request, or certain events that occur during the request such as the 'heartbeat' operation which updates the request's status and checks for a kill request.

Note that Events follow the same schema as Requests, except the event_ids list will only contain the event itself.

Request

Responses

A successful response with a single item object; see the results key in the response body.