---
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

## Changes

- **2026-04-14** `0d3faa6ef2db` — 4 breaking, 6 warning
  - removed the enum value `APPROVED` from the `query` request parameter `decision`
  - removed the enum value `DENIED` from the `query` request parameter `decision`
  - removed the enum value `EXPIRED` from the `query` request parameter `decision`
  - removed the enum value `PENDING` from the `query` request parameter `decision`
  - …6 more
- **2026-04-12** `3011167788c9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/humbleaf/apis/agentchain-prior-api/changes/api/v1/approvals/get.md)

---

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