---
title: "List manual approval queue entries"
method: GET
path: "/approvals"
tags: ["Approvals"]
---

# List manual approval queue entries

`GET /approvals`

Requires an owner/admin browser session with recent MFA. Tenant API keys and agent tokens cannot review or mutate manual approvals. Supports status and tenant-scoped agent filters before stable (requestedAt, id) keyset pagination.

## Query parameters

- `status` 'pending' | 'approved' | 'rejected' | 'all'
- `agentId` string
- `limit` integer
- `offset` integer
- `cursorRequestedAt` string, date-time
- `cursorId` string

## Response `200`

JSON response

- object
  - `ok` true, required
  - `data` object[], required
    - `id` string, required
    - `txId` string, required
    - `agentId` string, required
    - `agentName` string
    - `status` 'pending' | 'approved' | 'rejected', required
    - `requestedAt` string, date-time, required
    - `resolvedAt` string, date-time, nullable
    - `resolvedBy` string, nullable
    - `toAddress` string, nullable
    - `value` string, nullable
    - `chainId` integer, nullable
    - `txStatus` string, nullable
    - `comment` string
    - `reason` string

## Other responses

- `400` — JSON response
- `401` — JSON response
- `403` — JSON response
- `404` — JSON response
- `409` — JSON response

## Changes

- **2026-08-18** `f24030836c4e` — 3 info
  - added the new optional `query` request parameter `agentId`
  - added the new optional `query` request parameter `cursorId`
  - added the new optional `query` request parameter `cursorRequestedAt`
- **2026-08-17** `261a7c8070b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/steward-fi/apis/steward-api/changes/approvals/get.md)

---

[API](https://skmtc.dev/steward-fi/apis/steward-api.md) · [All operations](https://skmtc.dev/steward-fi/apis/steward-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/steward-fi/steward-api/revisions/b88b4b97a664/schema)
