list_agents
Fetch a paginated list of cloud agents for the authenticated user, with optional filters for pull request URL and archived status.
Instructions
List Cloud Agents for the authenticated user (GET /v1/agents).
Args: limit: Page size (1-100, default 20). cursor: Pagination cursor from a previous nextCursor. pr_url: Optional GitHub pull request URL filter. include_archived: Include archived agents (default True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| pr_url | No | ||
| include_archived | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||