Lists all registered agents.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Search by name and description
Limit the number of results returned
x >= 1
Skip the first N results
x >= 0
Sort by name and recently added (recent/asc/desc)
asc
, desc
, recent
Successful Response
The response is of type any
.