List classify runs
list_classify_runsList recent classify runs, newest first (classify group). Filter rather than paginate: status, classifierId, batchId, fileNameContains. hasMore: true means more items exist — prefer narrowing filters over paginating, and pass nextPageToken only when every item is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 25). | |
| sortBy | No | Default updatedAt. | |
| status | No | Status filter. | |
| batchId | No | Filter to runs created by one batch submission. | |
| sortDir | No | Default desc. | |
| environment | Yes | "TEST" = the Test (development) environment, "PRODUCTION" = live. Must match a granted target from get_me (an API key pins one environment). | |
| workspaceId | Yes | Target workspace (ws_...). Must be a granted workspace — get_me lists the accepted values. | |
| classifierId | No | Filter to runs of one classifier (cl_...). | |
| nextPageToken | No | Opaque cursor from the previous page. | |
| fileNameContains | No | Substring match on input file name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| hasMore | Yes | ||
| nextPageToken | No |