cURL
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" } }
Agent detail
Representation of an agent in the VaultGraph portal.
Show child attributes