cURL
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 }
Retrieve the total number of episodes (minimal unit of memory) currently recorded for the specified project.
Successful Response
x >= 0