For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Service health and monitoring endpoints

Get service health status

get
/status

Returns the health status of the Asset Bundle Registry service, including connectivity to dependent services (database, cache, queues) and overall system readiness.

Responses
200

Service health status

application/json

Health status response indicating the operational state of the service and its dependencies

statusstringRequired

Overall health status of the service (e.g., "ok", "healthy", "degraded"). This indicates whether the service is operational and able to serve asset bundle requests.

timestampstring · date-timeOptional

ISO 8601 timestamp when the status was checked

get/status

Last updated