Path parameters

Responses

  • 200

    Number of tasks by status, task types and episodes for given project

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