action clarify_get_v1_bundles_bundle_id { label: "Get a bundle" description: "Get a bundle that has previously been created." provider: clarify method: GET path: "/v1/bundles/{bundle_id}" encoding: json input: { type: "object" properties: { bundle_id: { type: "string" } embed: { type: "string" } } required: ["bundle_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }