cURL
curl --request GET \ --url https://app.vaultgraph.com/api/public/agents
{ "data": { "total_count": 123, "agents": [ { "agent_id": "<string>", "agent_name": "<string>", "organization_name": "<string>", "organization_short_id": "<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
Optional vendor organization short id used to filter agents.
Public directory payload
Show child attributes