Return episodes related to given project if the current user has access

GET /data/user/projects/{project_id}/episodes

to it.

Path parameters

Responses

  • 200

    Episodes related to given project

GET /data/user/projects/{project_id}/episodes
curl \
 -X GET http://localhost:8080/api/data/user/projects/{project_id}/episodes \
 -H "Authorization: $API_KEY"