---
title: "Fetch the Files for the specified Request"
method: GET
path: "/v1/requests/{uuid}/files"
tags: ["requests", "files"]
---

# Fetch the Files for the specified Request

`GET /v1/requests/{uuid}/files`

## Path parameters

- `uuid` string, uuid, required

## Query parameters

- `page` number, nullable
- `per_page` number, nullable
- `sort_order` 'asc' | 'desc'

## Response `200`

The Files for the specified Request

- object
  - `data` FileRead[], required
    - `name` string, required
    - `size` number, required
    - `mime_type` string, required
    - `url` string, uri, nullable, required
    - `url_expiration` string, date-time, nullable, required
    - `uuid` string, uuid, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, nullable, required
  - `_links` object, required
    - `self` object, required — The URL for the current page being fetched
      - `href` string
    - `first` object, required — The URL for the first page of the set
      - `href` string
    - `last` object, required — The URL for the last page of the set
      - `href` string
    - `previous` object — The URL for the previous page in the set, if there is one
      - `href` string
    - `next` object — The URL for the next page in the set, if there is one
      - `href` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden Forbidden (requires scopes `requests.files:read`)
- `404` — Resource not found

---

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