Skip to main content
Get Agent Monitoring Details
curl --request GET \
  --url https://{api_endpoint}/v1/orchestrate/monitoring/agents/{agent_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "monitoring_enabled": true,
  "wxg_metrics_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Response

Successful Response

monitoring_enabled
boolean
required

Enable/disable status of agent monitoring

wxg_metrics_url
string
required

WXO metrics url