---
title: "List approval requests"
method: GET
path: "/api/v1/approvals"
tags: ["Approval Queue"]
---

# List approval requests

`GET /api/v1/approvals`

Returns pending approval requests for the authenticated operator. Filter by decision status (PENDING, APPROVED, DENIED, EXPIRED). Defaults to PENDING. Auto-expires stale approvals past their TTL.

## Query parameters

- `decision` string

## Response `200`

List of approval requests

- object[]
  - `id` string — Approval request ID
  - `taskId` string — Associated task ID
  - `agentId` string — Agent that submitted the action
  - `actionType` string
  - `operation` string
  - `target` string — Counterparty or resource
  - `requestedValue` number, nullable
  - `currency` string, nullable
  - `triggerPolicy` string
  - `triggerReason` string
  - `decision` 'PENDING' | 'APPROVED' | 'DENIED' | 'EXPIRED'
  - `createdAt` string, date-time
  - `expiresAt` string, date-time, nullable

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.net/humbleaf/apis/agentchain-prior-api.md) · [All operations](https://skmtc.net/humbleaf/apis/agentchain-prior-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humbleaf/agentchain-prior-api/revisions/33dd194c5572/schema)
