List reminders for a note

GET /api/v1/notes/{note_id}/reminders

Get all active reminders for a specific note.

Operation ID: list_reminders_api_v1_notes__note_id__reminders_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

note_id string required

Responses

200 Successful Response

items array · ReminderResponse ReminderResponse
7 fields
id string required
note_id string required
scheduled_at string · date-time required
recurrence string required
is_active boolean required
last_sent_at string · date-time
created_at string · date-time required

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object