Skip to main content
GET
Get Agents
Returns all agents owned by the authenticated workspace.
Use GET /agents/{id} to get a single agent’s full details including SECRET_API_KEY and nodes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:20
Required range: 1 <= x <= 50

Response

Successful response

success
boolean
required
message
string
required
data
object[]
required
page
number
limit
number
hasMore
boolean
total
number