list_requests
List authorization requests for a project to monitor ongoing requests, debug workflows, and audit decisions. Filter by status, date range, tags, and pagination.
Instructions
List authorization requests for this project. Useful for monitoring ongoing requests, debugging workflows, and auditing decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by one or more tags. | |
| limit | No | Maximum number of results to return (default: 50). | |
| offset | No | Pagination offset (default: 0). | |
| status | No | Filter by request status. | |
| endDate | No | ISO 8601 end date filter (e.g. 2024-12-31). | |
| projectId | No | Filter by project ID (admin token required when used). | |
| startDate | No | ISO 8601 start date filter (e.g. 2024-01-01). |