Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Query Parameters

team_id
string

Scope the listing to a single team. When omitted, returns agents owned by the authenticated user.

Case-insensitive substring match against the agent name.

creator
string

Filter to agents created by this user ID.

has_triggers
boolean

When true, only returns agents that have at least one active trigger configured.

tool
string

Filter to agents that use the specified MCP server as a tool.

flow
string

Filter to agents that use the specified saved flow as a tool.

Response

Agents matching the provided filters.

agents
object[]
next_cursor
string

Reserved for future cursor-based pagination. Currently always null.

Example:

null