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
Request
No parameters required. Returns all monitors for the authenticated user.
Example request
curl https://encrata.com/api/monitors \
-H "Authorization: Bearer YOUR_API_KEY"
Response
Returns an array of monitor objects.
Unique monitor identifier (UUID).
The monitor’s display name.
How often the monitor runs: monthly or quarterly.
Detection mode: diff_only (only report changes) or full_refresh (re-enrich all).
Current status: active, paused, or failed.
Fields being tracked for changes. Empty array means all fields are tracked.
Number of emails in this monitor.
ISO 8601 timestamp of the last completed run.
ISO 8601 timestamp of the next scheduled run.
ISO 8601 timestamp when the monitor was created.