---
title: "List Requests"
method: GET
path: "/requests/folders/{path}"
tags: ["requests", "Requests"]
---

# List Requests

`GET /requests/folders/{path}`

List Requests

## Path parameters

- `path` string, required

## Query parameters

- `cursor` string
- `per_page` integer
- `mine` boolean

## Response `200`

A list of Requests objects.

- RequestEntity[]
  - `id` integer — Request ID
  - `path` string — Folder path
  - `source` string — Source filename, if applicable
  - `destination` string — Destination filename
  - `automation_id` integer — ID of automation that created request
  - `user_display_name` string — User making the request (if applicable)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/versions/c80c746637fd/schema)
