Check HTTP Server Status
This endpoint returns a HTTP 200 status code when Ory Kratos is accepting incoming HTTP requests. This status does currently not include checks whether the database connection is working.
If the service supports TLS Edge Termination, this endpoint does not require the X-Forwarded-Proto header to be set.
Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
Response
Ory Kratos is ready to accept connections.
Example response
{
"status": "status"
}Changes
Changed in 5 of the 47 revisions of this API.114
- ○
removed the non-success response with the status
500response-non-success-status-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
idto the response with the500statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api tag
metadataaddedapi-tag-added
- ○
api tag
adminremovedapi-tag-removed
This revision also has 33 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ○
added the optional property
codeto the response with the500statusresponse-optional-property-added
- ○
added the optional property
debugto the response with the500statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the500statusresponse-optional-property-added
- ○
added the optional property
requestto the response with the500statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the500statusresponse-optional-property-added
- ○
added the required property
messageto the response with the500statusresponse-required-property-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
api tag
adminaddedapi-tag-added
- ○
api tag
metadataremovedapi-tag-removed
- ○
added the non-success response with the status
500response-non-success-status-added
This revision also has 136 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○