List Capy threads
capy_listList agent threads in a project to view active, idle, or archived threads and their pull request status. Filter by tags, status, or search terms.
Instructions
List agent threads in a project, newest first. Use this to see the whole fleet at once: what is still running, what is finished and waiting for review, and what has opened pull requests. Filter by status, tag, PR state, or a free-text query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only threads carrying this tag. Useful for finding a batch you delegated. | |
| limit | No | How many threads to return. Defaults to 20. | |
| query | No | Free-text search across thread titles and content. | |
| cursor | No | Pagination cursor from a previous call. | |
| origin | No | Filter by where the thread came from. Threads you start here are "api". | |
| status | No | Filter by coarse thread status. | |
| pr_state | No | Filter by the thread's rolled-up pull request state. | |
| project_id | No | Capy project id. Defaults to CAPY_PROJECT_ID. |