---
title: "List SPV requests"
method: GET
path: "/v1/spv-requests"
tags: ["SPV Requests"]
---

# List SPV requests

`GET /v1/spv-requests`

Returns a paginated list of SPV requests scoped to the caller's `client_id`.

## Query parameters

- `perPage` integer
- `page` integer
- `status` 'pending-review' | 'approved' | 'rejected' | 'cancelled' — An enumeration.

## Response `200`

Successful Response

- AggregationResponse
  - `documents` unknown[], required
    - unknown
  - `count` integer
  - `skip` integer
  - `limit` integer

## Other responses

- `401` — Invalid token
- `422` — Validation Error

---

[API](https://skmtc.dev/zestequity/apis/zest-equity-public-api-api.md) · [All operations](https://skmtc.dev/zestequity/apis/zest-equity-public-api-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zestequity/zest-equity-public-api-api/revisions/0df065045794/schema)
