action thetvdb_get_series_id_actors { label: "get_series_id_actors" description: "Returns actors for the given series id" provider: thetvdb method: GET path: "/series/{id}/actors" encoding: json output: { type: "object" additionalProperties: true } }