agent_list
List all running agents in a project with live status. Optionally include closed or parked agents, with pagination for large histories.
Instructions
List this project's agents with live status. Without include_closed, this is every running agent, in full. With include_closed, it is every agent (running and closed/parked), newest first, bounded by limit (default 20, max 100); when the receipt carries next_before_id, page through the rest by passing it back as before_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return when include_closed is true, newest first. Default 20, max 100. Ignored otherwise. | |
| before_id | No | Page cursor for include_closed: only rows with id below this value. Pass the previous receipt's next_before_id to get the next page. | |
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. | |
| include_closed | No |