Skip to main content
GET
/
api
/
infrastructure
/
v1
/
list-service-statuses
ListServiceStatuses
curl --request GET \
  --url https://api.example.com/api/infrastructure/v1/list-service-statuses
{
  "statuses": [
    {
      "id": "<string>",
      "name": "<string>",
      "status": "SERVICE_OPERATIONAL_STATUS_UNSPECIFIED",
      "description": "<string>",
      "url": "<string>",
      "checkedAt": 123,
      "latencyMs": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

status
string

Optional status filter. Returns only services in this state.

Response

Successful response

ListServiceStatusesResponse contains service operational statuses.

statuses
object[]