Skip to main content
GET
/
agents
Get Agents
curl --request GET \
  --url https://eu-gcp-api.vg-stuff.com/v3/agents \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "ID": "<string>",
      "title": "<string>",
      "description": "<string>",
      "theme": "<string>",
      "lastModified": 123,
      "agentPlatform": "<string>"
    }
  ]
}
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

Indicates if the request was successful

message
string
required

Response message

data
object[]
required

Array of agent objects