Returns a complete profile of a TV series, including its network or streaming platform, schedule, genres, status, premiere and end dates, rating, and summary. Optionally includes the cast, full episode list, or season breakdown in the same call.
You want everything about one series, and can fold cast, episodes, or seasons into one call.
Finding which show is meant (find a show first), or a standalone episode or cast list.
0.1 credits / lookup
Set these inside the intent when you run it.
The name of the TV series to get a full profile for.
Related data to fold into the response. One of cast, episodes, or seasons.
Full show profile with network, schedule, genres, status, premiere date, rating, and summary; optionally with cast, episodes, or seasons.
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":"show_profile","show":"Succession","include":"cast"}}'Example requests