action thetvdb_get_series_id_filter { label: "get_series_id_filter" description: "Returns a series records, filtered by the supplied comma-separated list of keys. Query keys can be found at the `/series/{id}/filter/params` route." provider: thetvdb method: GET path: "/series/{id}/filter" encoding: json output: { type: "object" additionalProperties: true } }