action xtrf_get_by_external_id_1 { label: "Returns project details." description: "Returns project details." provider: xtrf method: GET path: "/v2/projects/for-external-id/{externalProjectId}" encoding: json input: { type: "object" properties: { externalProjectId: { type: "string" } } required: ["externalProjectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }