action snyk_retrieve_a_single_project { label: "Retrieve a single project" description: "" provider: snyk method: GET path: "/org/{orgId}/project/{projectId}" encoding: json input: { type: "object" properties: { orgId: { type: "string" } projectId: { type: "string" } } required: ["orgId", "projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }