CalComService
Get Agent Cal.com Status
get/api/v1/calcom/agents/{agent_id}/status
Path parameters
agent_idstring required
Agent UUID
Response
Agent connection status retrieved
Example response
{
"success": true,
"message": "Agent connection status retrieved",
"data": {
"connected": true,
"status": "active",
"accounts": [
{
"id": "<string>",
"account_name": "<string>",
"status": "<string>",
"error": "<string>"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.