cURL
curl --request GET \ --url https://your-hosted-ip/api/v1/agent/{agentId} \ --header 'Authorization: <api-key>'
{ "url": "<string>", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "agent": { "id": "<string>", "accountId": "<string>", "workspace": "<string>", "statusChanges": [ { "code": "<string>", "sub_code": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "createdAt": "2023-11-07T05:31:56Z" }, "joinParams": { "agentId": "<string>", "agentName": "<string>", "meetingId": "<string>", "meetingPassword": "<string>", "meetingUrl": "<string>", "webhookUrl": "<string>", "platform": "<string>", "metadata": {}, "automaticLeave": { "EveryoneLeftTimeout": 123, "NoOneJoinedTimeout": 123, "WaitingRoomTimeout": 123 }, "adhoc": true } }
Fetches agent details for a specific agent by agentId.
Use the format 'Token ' for authentication.
The ID of the agent whose details is being fetched
Agent details successfully fetched for the agent
URL of the meeting recording
When recording started
When recording completed
Show child attributes