ops
getAllReminders reminder
get all reminders for OPS
get/ops/reminder
Response
OK response.
Example response
{
"values": [
{
"current_step_id": "abc123",
"id": "abc123",
"last_run_at": "1970-01-01T00:00:01Z",
"next_run_at": "1970-01-01T00:00:01Z",
"reminder_type": "abc123",
"run_count": 1,
"user_id": "abc123"
}
]
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.