# Vaultfire ScopedDelegation Granted Scopes Listing

> Vaultfire ScopedDelegation Granted Scopes Listing is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Lists all scoped delegation scope IDs that a specific agent has granted via the ScopedDelegation smart contract.

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/scoped-delegations
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/theloopbreaker-com-8f47acef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bQvUno7xVRkV8RxNOPg47

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability theloopbreaker-com-8f47acef
```

Example prompt: Show me all the scoped delegations that agent 0xAbC123... has granted — I want to see the full list of scope IDs it has issued via ScopedDelegation on Vaultfire.

## When to prefer this

Use this endpoint when you need to audit or inspect what scoped delegations a specific AI agent has issued on the Vaultfire Protocol, particularly when building trust graphs, verifying delegation chains, or checking an agent's permission footprint on-chain. Prefer this over generic contract reads when you specifically need the ScopedDelegation.getGrantedScopes() view.

## Known failure modes

- Agent address not found or not registered — returns empty array or 404
- Invalid agent identifier format — returns 400 bad request
- Payment header missing or invalid x402 payment — returns 402 payment required
- Network error reading on-chain contract state — returns 503
- Agent has no granted scopes — returns empty array

## How this service works

List the scoped delegations granted by an agent via ScopedDelegation.getGrantedScopes() — returns the array of scope ids the agent has issued.

## Output

Returns an array of scope IDs that the specified agent has issued through the ScopedDelegation smart contract, representing all active delegated permissions the agent has granted to others.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/theloopbreaker-com-8f47acef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from theloopbreaker.com](https://www.zero.xyz/host/theloopbreaker.com/llms.txt)
