Documentation Index
Fetch the complete documentation index at: https://docs.responsibleailabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview: Compliance API | Credits: 0 (free)
/emit and track regulatory deadlines for DSR SLAs, breach notifications, and data retention.
Query parameters
Filter by status:
"active" or "overdue".Filter by timer type (e.g.,
"dsr_sla", "certin_notification", "dpbi_detailed_report").Return only active timers with deadline within this many days.
Timer types
| Type | Created By | Deadline | Regulation |
|---|---|---|---|
dsr_sla | dsr.received event | 90 days | Rule 14(3) |
certin_notification | breach.detected event | 6 hours | CERT-In Directions 2022 |
dpbi_initial_intimation | breach.detected event | Immediate | DPDP Act |
dpbi_detailed_report | breach.detected event | 72 hours | Rule 7 |
pre_erasure_notice | retention.started event | retention_days - 2 | S.8(7) |
erasure_execution | retention.started event | retention_days | S.8(7) |
Request
Response
Array of timer objects matching the query filters.
Unique timer identifier (prefixed with
tmr_).Timer type from the table above.
ISO-8601 deadline. After this time, the timer status changes to
"overdue".Days until deadline. Negative values indicate overdue timers.
"active" or "overdue".ISO-8601 timestamp for when an early warning should be triggered (typically 75% through the SLA window).
Aggregate counts:
total_active, overdue, and timers approaching within the queried window.