Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/infrastructure/v1/list-service-statuses
{ "statuses": [ { "id": "<string>", "name": "<string>", "description": "<string>", "url": "<string>", "checkedAt": 123, "latencyMs": 123 } ] }
ListServiceStatuses retrieves operational status of monitored external services.
Optional status filter. Returns only services in this state.
Successful response
ListServiceStatusesResponse contains service operational statuses.
Show child attributes
Was this page helpful?