General
Health Check
Check the health and status of the API service.
get/v1/health
Response
Service is healthy
Example response
{
"status": "ok",
"timestamp": "2024-01-15T10:30:00Z",
"checks": {
"database": true,
"storage": true,
"conversion": true
}
}Changes
Changed in 2 of the 2 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲