Skip to main content
GET
/
api
/
agents
/
{id}
Get agent detail
curl --request GET \
  --url https://app.vaultgraph.com/api/agents/{id} \
  --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

Path Parameters

id
string
required

Response

Agent detail

data
object

Representation of an agent in the VaultGraph portal.