Agents
List agents
List agents
get/agents
Query parameters
status'ACTIVE' | 'REVOKED'
Filter by status.
limitinteger
Maximum results per page.
cursorstring
Cursor from the previous page.
Headers
X-Instance-IDstring nullable
Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.
Response
Successful Response
Changes
Changed in 4 of the 28 revisions of this API.13
- ○
deleted the
headerrequest parameterX-Agent-IDwith deprecationrequest-parameter-removed-with-deprecation
- ○
- ○
headerrequest parameterX-Agent-IDwas deprecatedrequest-parameter-deprecated
- ○
- ○
added the required property
data/items/attributes/tagsto the response with the200statusresponse-required-property-added
- ○
- ●
for the
queryrequest parametercursor, the maxLength was set to1024request-parameter-max-length-set
- ●