Module autopulse::routes::status

source ·
Expand description

GET /status/{id}

Retrieves the file event from the database with the specified ID.

Note: Requires authentication.

§Responses

  • 200 OK: Returns the file event with the specified ID.
  • 401 Unauthorized: Returned if the request is not authenticated.
  • 404 Not Found: Returned if the file event with the specified ID does not exist.