/api/healthcheck

Perform a simple healthcheck on the database and backend of Zipline. Returns a simple pass/fail response.

GET
Request

Response

Status: 200 OK

Content-Type: application/json

PropertyTypeDescription
passbooleantrue if the server and database are reachable and functioning.

Example

{
"pass": true
}

Error Responses

  • 404 Not Found

    If the healthcheck endpoint is disabled in settings

  • 500 Internal Server Error

    If there is an issue with the database connection or server configuration.



Last updated: 5/28/2025
Edit this page on GitHub