Get servicing external status
Returns a servicing enriched with an externally fetched status. A malformed UUID yields 422 (schema error), distinct from the 404.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Servicing identifier.
"550e8400-e29b-41d4-a716-446655440000"
Response
OK
ISO-8601 creation timestamp (RFC 3339, UTC).
"2026-06-14T12:00:00Z"
Health status fetched from the external provider (e.g. "healthy", "recovered"); distinct from the lifecycle status field.
"healthy"
Servicing UUID.
"550e8400-e29b-41d4-a716-446655440000"
Servicing display name.
Lifecycle status. One of "active" or "inactive".
"active"
ISO-8601 last-update timestamp (RFC 3339, UTC).
"2026-06-14T12:00:00Z"
Optional servicing description; omitted when empty.

