List checks
healthchecksio_list_checksList all checks in the project, optionally filtered by slug and/or tags. Returns {checks:[...]} — each check's status, schedule, last ping, and ping URL. Healthchecks: GET /checks/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter to checks carrying ALL of these tags (each is sent as a separate `tag` query param). | |
| slug | No | Filter to checks with this exact slug. |