action art19_get_episodes_id { label: "Get a specific episode" provider: art19 method: GET path: "/episodes/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" format: "uuid" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }