Cursor: list agents
cursor_list_agentsList cloud agents from newest to oldest, with optional filtering by pull request, pagination cursor, and archived status. Use this to find agents and then check their execution state with cursor_get_run.
Instructions
List cloud agents, newest first. Status is not execution state; use cursor_get_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| prUrl | No | Return only agents Cursor associates with this pull request (https://github.com/<owner>/<name>/pull/<n>). Repeat it on every page. | |
| cursor | No | ||
| includeArchived | No | Include archived agents. Cursor's default is true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agents | Yes | ||
| nextCursor | No | ||
| unresolved | No |