List agents

Get all agents for the authenticated user with filtering and cursor pagination.

Authentication

AuthorizationBearer
API key or Clerk session token

Query parameters

limitstringOptional
cursorstringOptional
includeCountstringOptional
searchstringOptional
agentTypeenumOptional
Filter to a single agent type.
Allowed values:
managedInCodeenumOptional

Filter by code provenance. true returns only agents whose lastModifiedSource is sdk or terraform; false returns every other agent, including one with no recorded source.

Allowed values:
viewenumOptional

Response representation. full (default) preserves complete values; compact shortens every string value longer than 100 characters to a 100-character preview followed by .

Allowed values:

Response

Paginated list of agents
datalist of objects
paginationobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error