1.4 KiB
1.4 KiB
name, description
| name | description |
|---|---|
| checks-routes | Handle 4 OpenAPI operation(s) under /checks for the checks route group. |
checks API Routes
Handle 4 OpenAPI operation(s) under /checks for the checks route group.
Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.
Operations
checks_list
- Operation ID:
checks_list - Route:
GET /checks - Mode: READ
- Summary: List
- Parameters:
limitinquerybefore/afterinqueryincludeinquerydate_createdinquerymetadatainqueryscheduledinquerysend_dateinquerymail_typeinquerysort_byinquerystatusinquery
check_create
- Operation ID:
check_create - Route:
POST /checks - Mode: WRITE
- Summary: Create
- Parameters:
Idempotency-Keyinheaderidempotency_keyinquery
- Body: JSON request body accepted.
check_retrieve
- Operation ID:
check_retrieve - Route:
GET /checks/{chk_id} - Mode: READ
- Summary: Retrieve
- Parameters:
chk_idinpathrequired
check_cancel
- Operation ID:
check_cancel - Route:
DELETE /checks/{chk_id} - Mode: WRITE
- Summary: Cancel
- Parameters:
chk_idinpathrequired