Stop pulling an agent's production calls
curl --request POST \
--url https://app.egma.ai/v1/monitoring/agents/{agentId}/stop \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"monitoring": {
"agentId": "<string>",
"pullProductionCalls": true,
"agentPlatform": "retell",
"platformAgentId": "<string>",
"monitoringApiKeyHint": "<string>",
"lastReceivedAt": "2023-11-07T05:31:56Z"
}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}Monitoring
Stop pulling an agent's production calls
POST
/
v1
/
monitoring
/
agents
/
{agentId}
/
stop
Stop pulling an agent's production calls
curl --request POST \
--url https://app.egma.ai/v1/monitoring/agents/{agentId}/stop \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"monitoring": {
"agentId": "<string>",
"pullProductionCalls": true,
"agentPlatform": "retell",
"platformAgentId": "<string>",
"monitoringApiKeyHint": "<string>",
"lastReceivedAt": "2023-11-07T05:31:56Z"
}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}Authorizations
bearerAuthsessionCookie
An Egma API key.
Path Parameters
Minimum string length:
1Query Parameters
Minimum string length:
1Body
application/json
The body is of type object.
Response
The agent, with its pull switch off.
Show child attributes
Show child attributes