list_reports
Retrieve generated reports, optionally filtered by report definition. Use pagination details to verify all results are included.
Instructions
[READ] List generated reports, optionally filtered by report definition. Pass a returned id to get_report for its status and download URLs.
Returns a paginated envelope: items, returned, limit, total (null when the API reports no size), truncated, hint. Check truncated before calling this the complete set. This one has no offset — it is bounded by limit alone, so a truncated page cannot be walked past.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max reports to return (1–200). Default 50. | |
| target | No | Aria target name from config; default when omitted. | |
| definition_id | No | Optional report definition UUID to filter results. |