Obtener el estado externo del servicing
Devuelve un servicing enriquecido con un estado obtenido externamente. Un UUID mal formado produce 422 (error de schema), distinto del 404.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de ruta
Servicing identifier.
"550e8400-e29b-41d4-a716-446655440000"
Respuesta
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.

