GetMyCallLogs returns the authenticated agent's own call logs.
GET/api/v1/voice/me/call-logs
No special permission required — agents can always view their own calls. The agent is resolved from the JWT user_id.
Filtering
Same filters as ListCallLogs (date range, direction, status, search).
Errors
- NOT_FOUND: No agent linked to the authenticated user
Request
Responses
- 200
- default
A successful response.
An unexpected error response.