Skip to main content
POST
/
api
/
v2
/
projects
/
episode_count
/
get
Get Episode Count
curl --request POST \
  --url http://localhost:8080/api/v2/projects/episode_count/get \
  --header 'Content-Type: application/json' \
  --data '
{
  "org_id": "<string>",
  "project_id": "<string>"
}
'
{
  "count": 1
}

Body

application/json
org_id
string
required
project_id
string
required

Response

200 - application/json

Successful Response

count
integer
required
Required range: x >= 0