curl --request GET \
--url 'https://api.themoviedb.org/3/tv/episode/{{episode_id}}/changes' \
--header 'Authorization: Bearer <token>'{
"changes": []
}This endpoint retrieves the recent changes that have been made to a TV episode.
curl --request GET \
--url 'https://api.themoviedb.org/3/tv/episode/{{episode_id}}/changes' \
--header 'Authorization: Bearer <token>'{
"changes": []
}