list_report_definitions
Retrieve a paginated list of audit report definitions, ordered by creation time descending. Optionally filter by active or archived status using a cursor for pagination.
Instructions
List audit report definitions.
Returns paginated definitions ordered by creation time descending.
Use cursor to page through results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page. | |
| cursor | No | Pagination cursor from a prior call. | |
| archived | No | If True, return only archived definitions. If False or omitted, return only active definitions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||