cURL
curl --request GET \ --url https://api.ledger.so/v1/agents \ --header 'Api-Key: <api-key>'
{ "data": [ { "id": "<string>", "userId": "<string>", "name": "<string>", "status": "active", "createdAt": 123, "description": "<string>", "spendingLimit": 123, "spendingLimitFrequency": "perTransaction", "currentSpend": 123, "onLimitExceeded": "suspend", "maxCards": 123, "cardCount": 123, "metadata": {} } ], "hasMore": true, "cursor": "<string>" }
List all agents in the organization.
API key for authentication. Get your key from the Dashboard.
Number of items per page (max 100)
1 <= x <= 100
Pagination cursor from previous response
Agent list
Show child attributes