action xtrf_get_by_id_9 { label: "Returns project details." description: "Returns project details. If the specified project ID refers to Classic Project, 400 Bad Request is returned instead." provider: xtrf method: GET path: "/v2/projects/{projectId}" encoding: json input: { type: "object" properties: { projectId: { type: "string" } } required: ["projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }