List Watchgoose checks
list_checksRetrieve cron and recurring-task checks from a Watchgoose project, filtering by exact slug or required tags to review timeout and schedule status.
Instructions
List checks in this Watchgoose project, optionally filtered by slug or tags. A successful ping arms a new check; Watchgoose then expects the next success within its timeout or schedule plus grace period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Exact check slug to match, using lowercase letters, numbers, hyphens, or underscores. | |
| tags | No | Tags that every returned check must have, for example ["production", "backup"]. | |
| limit | No | Maximum number of checks to return, from 1 to 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| checks | Yes |