---
title: "Get the authenticated agent's own provider-action status"
method: GET
path: "/v2/provider-actions/{id}"
tags: ["Provider Authority"]
---

# Get the authenticated agent's own provider-action status

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

Requires an agent JWT. The action is scoped server-side to the verified tenant and agent; absent, malformed, cross-agent, and cross-tenant ids all return the same 404 response. This route does not grant access to the human/MFA-gated approval, case, or evidence surfaces.

## Headers

- `X-Steward-Tenant` string

## 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
    - `workspaceId` string, required
    - `providerAccountId` string, required
    - `operationId` string, required
    - `operationRevision` integer, required
    - `actionDigest` string, required
    - `requestHash` string, required
    - `expiresAt` string, date-time, nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — JSON response
- `403` — JSON response
- `404` — 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/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)
