Skip to main content
GET
/
agents
Get Agents
curl --request GET \
  --url https://eu-cloudflare.vg-stuff.com/agents \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": "<unknown>"
}
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.

Response

Successful response

success
boolean
required
message
string
required
data
any