cURL
curl --request GET \ --url https://your-hosted-ip/api/v1/agent/{agentId}/speaker-timeline \ --header 'Authorization: <api-key>'
[ { "speaker": "<string>", "start_timestamp": 0, "end_timestamp": 0 } ]
Fetches meeting Speaker Timeline for a specific agent by agentId.
Use the format 'Token ' for authentication.
The ID of the agent whose Speaker Timeline is being fetched
Meeting Speaker Timeline successfully fetched for the agent
Name of the speaker
Start time of the speech segment in seconds
End time of the speech segment in seconds