---
title: "Get supplier data request detail"
method: GET
path: "/v1/supplier-data-requests/{id}"
tags: ["supplier-data-requests"]
---

# Get supplier data request detail

`GET /v1/supplier-data-requests/{id}`

Gets full details of a supplier data request including the supplier's response

## Path parameters

- `id` string, required

## Response `200`

OK

- ModelsSupplierDataRequestDetailResponse
  - `article_numbers` string[]
  - `created_at` string
  - `created_by` string
  - `documents` string[]
  - `expires_at` string
  - `id` string
  - `is_locked` boolean
  - `manufacturer` string
  - `master_data` string[]
  - `order_number` string
  - `other_details` string
  - `rejection_reason` string
  - `response` ModelsSupplierGetResponseResponse
    - `files` ModelsSupplierResponseFileInfo[]
      - `content_type` string
      - `created_at` string
      - `document_type` string
      - `file_size_bytes` integer
      - `filename` string
      - `id` string
      - `url` string
    - `id` string
    - `master_data_values` object
    - `status` string — "draft" or "submitted"
    - `submitted_at` string
    - `updated_at` string
  - `reviewed_at` string
  - `reviewed_by` string
  - `status` string
  - `supplier_email` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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