List agents
Agents
List agents
List agents in the caller’s workspace. Cursor-paginated. Filter by free-text
name match (q) and status.
GET
List agents
Authorizations
Workspace API key issued from the web app. Pass as
Authorization: Bearer YOUR_API_KEY.
Query Parameters
Opaque pagination cursor returned by a previous response in next_cursor.
Omit on the first request.
Maximum number of items to return. Defaults to 20; max 100.
Required range:
1 <= x <= 100Substring match against agent name (case-insensitive).
Comma-separated list of statuses to include (draft, published, archived). Default returns all non-archived.