Get servicing
Get servicing
Returns a servicing by ID. A malformed UUID yields 422 (schema error), distinct from the 404 returned when the servicing does not exist.
GET
Get servicing
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Servicing identifier.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Response
OK
ISO-8601 creation timestamp (RFC 3339, UTC).
Example:
"2026-06-14T12:00:00Z"
Servicing UUID.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Servicing display name.
Lifecycle status. One of "active" or "inactive".
Example:
"active"
ISO-8601 last-update timestamp (RFC 3339, UTC).
Example:
"2026-06-14T12:00:00Z"
Optional servicing description; omitted when empty.

