cURL
curl --request POST \ --url https://{host}.freeplay.ai/api/v2/projects/{project_id}/completions/statistics \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "to_date": "<string>", "from_date": "<string>" } '
{ "summary_info": {} }
Get All Completion Statistics - Get All Completion Statistics
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes