Skip to content

Parser health check

GET
/parser/health
curl --request GET \
--url https://example.com/api/v1/parser/health

Returns the availability status of the release title parser service.

Parser health status

Media typeapplication/json
object
parserAvailable
required

Whether the parser service is reachable and healthy

boolean
Examplegenerated
{
"parserAvailable": true
}