cURL
curl --request GET \ --url https://app.vaultgraph.com/api/public/agents
{ "data": { "total_count": 123, "agents": [ { "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "agent_name": "<string>", "vendor_org_name": "<string>", "vendor_org_slug": "<string>", "total_receipts": 123, "agent_description": "<string>", "agent_created_at": "2023-11-07T05:31:56Z", "trust_score": 123 } ] } }
Returns paginated public listing data for opted-in agents.
Number of agents returned (1-100).
1 <= x <= 100
Number of rows to skip before returning results.
x >= 0
Public directory payload
Show child attributes