List monitors
enabled, status, sitemap_url, and a
latest_snapshot summary containing its id, URL count, sitemap URL, and fetch
time. Status is pending before the first snapshot, active after a snapshot,
or disabled.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Read sitemap snapshot status and enable or disable project monitoring.
GET /api/v1/projects/{project_id}/sitemap-monitors
Authorization: Bearer <api_key>
enabled, status, sitemap_url, and a
latest_snapshot summary containing its id, URL count, sitemap URL, and fetch
time. Status is pending before the first snapshot, active after a snapshot,
or disabled.
PATCH /api/v1/projects/{project_id}/sitemap-monitors/{monitor_id}
Authorization: Bearer <api_key>
Content-Type: application/json
{ "enabled": false }