action akeneo_get_draft_uuid_uuid { label: "Get a draft" description: "This endpoint allows you to get the information about a given draft." provider: akeneo method: GET path: "/api/rest/v1/products-uuid/{uuid}/draft" encoding: json input: { type: "object" properties: { uuid: { type: "string" } } required: ["uuid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }