list_reports
List generated reports, optionally filtered by report definition, providing IDs to fetch status and download URLs.
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.
Args: definition_id: Optional report definition UUID to filter results. limit: Max reports to return (1–200). Default 50. target: Aria target name from config; default when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| definition_id | No |