---
title: "Get Approval Status"
method: GET
path: "/approvals/{approval_id}/status"
tags: ["Approvals"]
---

# Get Approval Status

`GET /approvals/{approval_id}/status`

## Path parameters

- `approval_id` string, required

## Response `200`

Successful Response

- ApprovalStatusResponse — Lightweight response model for polling approval status.
  - `approval_id` string, required
  - `status` string, required
  - `run_id` string, required
  - `resolved_at` integer, nullable
  - `resolved_by` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
