Skip to main content

API Health Information

The users can receive information about the health of the argo-web-api service

GET Health information

note: Health information is both accessible from /api/v2 and /api/v3 paths. In the examples we are going to maintin the /api/v3

A user can get health information about the argo-web-api instance by issuing the following call:

GET /api/v3/health

Request headers

Accept: application/json

Response

Headers: Status: 200 OK

Response Body

Json Response example:

{
"status": "OK",
"timestamp": "2025-07-10T12:30:00Z",
"message": "No flapping items"
}