---
title: "List Approvals"
method: GET
path: "/approvals"
tags: ["Approvals"]
---

# List Approvals

`GET /approvals`

## Query parameters

- `status` 'pending' | 'approved' | 'rejected' | 'expired' | 'cancelled', nullable
- `source_type` string, nullable
- `approval_type` 'required' | 'audit', nullable
- `pause_type` string, nullable
- `agent_id` string, nullable
- `team_id` string, nullable
- `workflow_id` string, nullable
- `user_id` string, nullable
- `schedule_id` string, nullable
- `run_id` string, nullable
- `limit` integer
- `page` integer

## Response `200`

Successful Response

- PaginatedResponseApprovalResponse
  - `data` ApprovalResponse[], required — List of items for the current page
    - `id` string, required
    - `run_id` string, required
    - `session_id` string, required
    - `status` string, required
    - `source_type` string, required
    - `approval_type` string, nullable
    - `pause_type` string, nullable
    - `tool_name` string, nullable
    - `tool_args` object, nullable
    - `expires_at` integer, nullable
    - `agent_id` string, nullable
    - `team_id` string, nullable
    - `workflow_id` string, nullable
    - `user_id` string, nullable
    - `schedule_id` string, nullable
    - `schedule_run_id` string, nullable
    - `source_name` string, nullable
    - `requirements` object[], nullable
    - `context` object, nullable
    - `resolution_data` object, nullable
    - `resolved_by` string, nullable
    - `resolved_at` integer, nullable
    - `created_at` integer, nullable
    - `updated_at` integer, nullable
    - `run_status` 'PENDING' | 'RUNNING' | 'COMPLETED' | 'PAUSED' | 'CANCELLED' | 'ERROR' | 'REGENERATED' — State of the main run response
  - `meta` PaginationInfo, required
    - `page` integer — Current page number (0-indexed)
    - `limit` integer — Number of items per page
    - `total_pages` integer — Total number of pages
    - `total_count` integer — Total count of items
    - `search_time_ms` number — Search execution time in milliseconds

## 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)
