DevelopersAPI referenceNotesSystem
Liveness probe
Unauthenticated liveness check used by the platform and monitors.
View as MarkdownResponse Body
application/json
curl -X GET "https://example.com/health"{}Delete a cycle
Hard delete. Issues in the cycle are NOT deleted — they fall back to no cycle. To warn before deleting, count them with GET /v1/issues?cycle_id= first.
Internal: read CRDT state (notes-sync only)
Service-to-service surface for the notes-sync realtime server, gated by the X-Internal-Key shared secret (501 when unconfigured). Returns the stored Yjs binary state (base64, empty when none) plus the current JSON projection and rev so a fresh Y.Doc can be seeded.