Returns the complete ordered episode list for a TV series, with each episode's season and episode number, title, air date, runtime, and summary. Specials and one-off episodes can be included on request.
You want an episode guide, air dates, or the summary of a specific episode.
A show overview (use the profile operation), or the cast.
0.1 credits / lookup
Set these inside the intent when you run it.
The name of the TV series to get the episode guide for.
Set to true to include specials and one-off episodes. Defaults to false.
An ordered list of episodes with season and episode numbers, titles, air dates, runtimes, and summaries.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the TV Shows skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/tv/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"episode_guide","show":"The Bear"}}'Example requests