action xtrf_get_finance_2 { label: "Returns finance information for a project." description: "Returns finance information for a project." provider: xtrf method: GET path: "/v2/projects/{projectId}/finance" encoding: json input: { type: "object" properties: { projectId: { type: "string" } } required: ["projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }