Skip to main content
GET
/
api
/
agents
List agents
curl --request GET \
  --url https://app.vaultgraph.com/api/agents \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

List of agents

data
object[]