# Gets service metadata Returns information about fields for a service Endpoint: GET /serviceConfigurations/{tenantId}/metadata/{microservice} Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The id of the tenant being accessed. - `microservice` (string, required) The microservice ## Response 200 fields (application/json): - `fields` (array) - `fields.label` (string) A descriptive field label - `fields.name` (string) The name of the field - `fields.required` (boolean) Whether the field is required - `fields.type` (string) Field datatype ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields