action trakt_get_networks { label: "Get networks" description: "Get a list of all TV networks, including the name." provider: trakt method: GET path: "/networks" encoding: json input: { type: "object" properties: { "trakt-api-key": { type: "string" } "trakt-api-version": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }