action xtrf_get_custom_fields_8 { label: "Returns a list of custom field keys and values for a project." description: "Returns a list of custom field keys and values for a project." provider: xtrf method: GET path: "/v2/projects/{projectId}/customFields" encoding: json input: { type: "object" properties: { projectId: { type: "string" } } required: ["projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }