Skip to main content
GET
/
api
/
monitors
/
{id}
Get Monitor
curl --request GET \
  --url https://encrata.com/api/monitors/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.encrata.com/llms.txt

Use this file to discover all available pages before exploring further.

Authentication

Requires an API key in the Authorization header.
Authorization: Bearer YOUR_API_KEY

Path parameters

id
string
required
The monitor’s unique identifier (UUID).

Example request

curl https://encrata.com/api/monitors/a1b2c3d4-... \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

Returns the full monitor object including email count, run timestamps, and tracked fields.