cURL
curl --request GET \ --url https://api.prod.usesimple.ai/api/v1/calls/{uuid}/call_notes \ --header 'Authorization: <api-key>'
{ "call_notes": [ { "id": 123, "note": "<string>", "score": "good", "user": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "first_name": "<string>", "last_name": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "total_count": 123, "page": 123, "page_size": 123, "total_pages": 123 }
List all notes for a specific call with pagination support
Show child attributes
Was this page helpful?