Skip to main content
GET
/
agent
/
{agentId}
/
speaker-timeline
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
  }
]

Authorizations

Authorization
string
header
required

Use the format 'Token ' for authentication.

Path Parameters

agentId
string
required

The ID of the agent whose Speaker Timeline is being fetched

Response

Meeting Speaker Timeline successfully fetched for the agent

speaker
string

Name of the speaker

start_timestamp
number<float>
default:0

Start time of the speech segment in seconds

end_timestamp
number<float>
default:0

End time of the speech segment in seconds