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

# Fetch the specified Request

`GET /v1/requests/{uuid}`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The Request data

- object
  - `data` RequestRead, required
    - `uuid` string, uuid, required
    - `title` string, required
    - `description` string, required
    - `status` 'Open' | 'Update Requested' | 'Complete' | 'Ready For Review' | 'Draft', required — The request's current status in the evidence-collection workflow.
    - `identifier` string, required — An external identifier that can be used by integrated systems
    - `client_company_uuid` string, uuid, required
    - `status_label` string, required — If the status is "Draft", this can be a custom label. Otherwise, it will be the same value as the "status" property.
    - `created_at` string, date-time, required
    - `due_date` string, date, nullable, required
    - `client_owner_user_uuids` string[], required
    - `tags` string[], required
    - `engagement_uuids` string[], required
    - `_links` RequestReadLinks, required
      - `fieldguide` HalLink, required
        - `href` string, uri, required
        - `title` string — A human-readable title for the link
        - `type` string, required — The content-type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden (requires scopes `requests:read`)
- `404` — Resource not found
- `429` — Too many requests

---

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