cURL
curl --request GET \ --url https://your-hosted-ip/api/v1/agent/{agentId}/meeting-data \ --header 'Authorization: <api-key>'
{ "agent": { "agentId": "<string>", "agentName": "<string>", "meetingId": "<string>", "meetingUrl": "<string>", "webhookUrl": "<string>", "platform": "<string>", "transcriptionProvider": { "name": "<string>" } }, "recording": { "url": "<string>", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z" }, "participants": [ { "name": "<string>", "meetingRole": "<string>" } ], "createdAt": "2023-11-07T05:31:56Z", "statusChanges": [ { "code": "<string>", "sub_code": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Fetches meeting data for a specific agent by agentId.
Use the format 'Token ' for authentication.
The ID of the agent whose meeting data is being fetched
Meeting data successfully fetched for the agent
Show child attributes
When the meeting data was created