Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://encrata.com/api/agent/monitors/{id} \ --header 'Authorization: Bearer <token>'
Retrieve a single monitor by ID.
Authorization
Authorization: Bearer YOUR_API_KEY
curl https://encrata.com/api/monitors/a1b2c3d4-... \ -H "Authorization: Bearer YOUR_API_KEY"