List all agents in your workspace. Supports pagination to help manage large datasets efficiently.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Page number for pagination (default: 1)
x >= 1
1
Number of agents per page (default: 10, max: 100)
1 <= x <= 100
10
Successfully retrieved agents list
The response is of type object
.