action thetvdb_get_episodes_id { label: "get_episodes_id" description: "Returns the full information for a given episode id. __Deprecation Warning:__ The _director_ key will be deprecated in favor of the new _directors_ key in a future release." provider: thetvdb method: GET path: "/episodes/{id}" encoding: json output: { type: "object" additionalProperties: true } }