---
title: "Get exact-request approval detail"
method: GET
path: "/v2/provider-actions/{id}/approval"
tags: ["Provider Authority"]
---

# Get exact-request approval detail

`GET /v2/provider-actions/{id}/approval`

Requires an eligible human session with recent MFA.

## Response `200`

JSON response

- object
  - `ok` true, required
  - `data` object, required
    - `id` string, required
    - `status` 'denied' | 'pending_approval' | 'allowed_stub' | 'stub_succeeded' | 'stub_failed' | 'approved' | 'execution_ready' | 'approval_denied' | 'approval_expired' | 'approval_stale' | 'executing' | 'succeeded' | 'failed' | 'outcome_unknown', required
    - `version` integer, required
    - `requestHash` string, required
    - `actionDigest` string, required
    - `expiresAt` string, date-time, nullable, required
    - `safeSummary` object, nullable, required
    - `operationId` string, required
    - `providerAccountId` string, required
    - `workspaceId` string, required

## Other responses

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

## Changes

- **2026-08-17** `261a7c8070b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/steward-fi/apis/steward-api/changes/v2/provider-actions/:id/approval/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)
