get_recent_requests
Retrieve recent HTTP requests from CData Arc with filtering by method and status, providing a status summary to monitor API activity and troubleshoot issues.
Instructions
Get recent HTTP requests with status summary and filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of results to return (default: 50) | |
| hours | No | Number of hours back to look for requests (default: 24) | |
| method | No | Filter by HTTP method (GET, POST, PUT, DELETE, etc.) | |
| status | No | Filter by HTTP status code or range (e.g., '200', '4xx', '5xx') |