list_reports
List compact report summaries for the organization: id, name, kind (SCHEDULED / ONE_TIME), status, nextRunDate, destination counts, and lastRunHealth. Includes on-demand reports. Optional filters: kind (SCHEDULED / ONE_TIME), teamId (reports scoped to one team), and includeArchived (default false). Read-only.
EXAMPLE: { kind: "SCHEDULED" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by cadence: SCHEDULED or ONE_TIME. | |
| slug | No | Organization slug. Omit to auto-detect from your account (fails if you belong to multiple orgs). | |
| teamId | No | Filter by owning team id. | |
| includeArchived | No | Include archived reports (default false). |