novada_capture_logs
Retrieve paginated logs of capture tasks to audit captured data or debug failed capture jobs, with optional date range and status filters.
Instructions
Paginated capture-task logs. Wraps developer-api POST /v1/capture/logs.
Best for: Auditing what was captured, debugging failed capture jobs. Params: start_time/end_time (YYYY-MM-DD, optional — emits both start_time AND strat_time), page, page_size (max 200), status filter. Auth: NOVADA_DEVELOPER_API_KEY (falls back to NOVADA_API_KEY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_time | No | Inclusive start date YYYY-MM-DD. Tool emits both start_time AND strat_time (server typo compat). | |
| end_time | No | Inclusive end date YYYY-MM-DD. | |
| page | Yes | ||
| page_size | Yes | ||
| status | No | Filter by capture task status. | all |