optimai_list_searches
List recent searches from your API key, with filters for status, date range, and pagination to retrieve specific history.
Instructions
List recent searches made with this API key. Supports filtering by status, date range, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1–100, default 10) | |
| offset | No | Pagination offset (default 0) | |
| status | No | Filter by search status | |
| created_after | No | ISO 8601 datetime — only return searches created after this | |
| created_before | No | ISO 8601 datetime — only return searches created before this |