Skip to main content
GET
List Agents
Returns agents scoped to your API key’s organization, sorted by creation time from newest to oldest. Use workspace_id to restrict the result to one workspace and name to search agent names. When both are supplied, an agent must match both filters.

Request

Query Parameters

Filtered Request

This returns agents in the requested workspace whose names contain YouTube, regardless of capitalization.

Response

When another page is available, next_cursor contains the value to pass as cursor. It is null after the final page.

Errors

A valid workspace UUID outside the API key’s organization returns an empty agents array rather than exposing whether that workspace exists.