---
title: "Get transfer wallet action status"
method: GET
path: "/vault/{agentId}/actions/{actionId}"
tags: ["Vault"]
---

# Get transfer wallet action status

`GET /vault/{agentId}/actions/{actionId}`

Returns status for transfer wallet actions. Send-calls status is currently exposed through transaction/intents history, not this transfer-only status endpoint.

## Response `200`

JSON response

- object
  - `ok` true, required
  - `data` object, required
    - `id` string, required
    - `type` 'transfer', required
    - `status` 'pending_approval' | 'rejected' | 'signed' | 'broadcast' | 'confirmed' | 'failed' | 'outcome_unknown' | 'retired', required
    - `chainId` integer, required
    - `to` string, required
    - `value` string, required
    - `token` string, required
    - `txHash` string
    - `signedTx` string
    - `sponsorship` object
      - `requested` boolean
      - `sponsored` boolean
      - `provider` string
      - `mode` string
      - `estimatedUsd` number, nullable
    - `policyResults` object[]
    - `createdAt` string, date-time
    - `signedAt` string, date-time
    - `confirmedAt` string, date-time

## Other responses

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

## Changes

- **2026-08-20** `7bcf02be8710` — 1 warning
  - added the new `retired` enum value to the `data/status` response property for the response status `200`
- **2026-08-17** `261a7c8070b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/steward-fi/apis/steward-api/changes/vault/:agentId/actions/:actionId/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)
