Return episodes related to given project if the current user has access
to it.
Path parameters
-
project_id Required
GET
/data/user/projects/{project_id}/episodes
curl \
--request GET http://api.example.com/data/user/projects/{project_id}/episodes \
--header "Authorization: $API_KEY"