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

# List Approvals

`GET /approvals`

List all pending approval requests.

## Response `200`

Successful Response

- ListApprovalsResponse — Response for GET /approvals.
  - `pending` PendingApproval[], required
    - `task_id` string, required
    - `task_title` string, required
    - `session_id` string, required
    - `diff` string
    - `test_summary` string

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/86f514b4e920/schema)
