Skip to main content
GET
List agents

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Query Parameters

autonomy_type
string

Filter by autonomy type: CHAINED_ACTIONS, AGENTIC, or CONVERSATIONAL.

page_size
integer

Items per page (1-200, default 50).

cursor
string

Opaque pagination cursor from a previous response's meta.pagination.next_cursor.

Response

Success.

data
Agent · object[]
required
meta
object
required