codesweep_list_items
List code sweep items by ID or name, filtering by state, tag, or archived status. Retrieve live or archived entries with a custom limit for precise tracking.
Instructions
List items in a sweep with optional filters.
Args:
sweep_ref: Sweep ID (SW-N) or name
state: Filter to a specific state
tag: Filter to items having this tag
include_archived: Include archived entries alongside live ones
archived_only: Show only archived entries. Mutually exclusive with include_archived: passing both as true is an error (it used to mean archived-only, returning FEWER entries than include_archived alone).
limit: Max number of entries to return. 0 means NO entries; omit it for no limit. A negative value is an error (it used to mean "no limit").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| state | No | ||
| sweep_ref | Yes | ||
| archived_only | No | ||
| include_archived | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||