---
title: "Retrieve all Documents from an  Order."
method: GET
path: "/orders/{id}/documents.json"
tags: ["Orders"]
---

# Retrieve all Documents from an  Order.

`GET /orders/{id}/documents.json`

## Path parameters

- `id` integer, required

## Response `200`

An array with Documents

- Document[]
  - `document` DocumentFields
    - `document_type` integer — Type of Document
    - `external_id` string — Document ID on the external service
    - `public_id` string — Human recognizable document ID
    - `url` string — Document url
    - `order_id` integer — Id of the order the document belongs to
    - `app_code` string — Code of the app that generated the document

---

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