---
title: "Retrieves all assessment orders for specified application"
method: GET
path: "/assessment-orders"
tags: ["assessment orders"]
---

# Retrieves all assessment orders for specified application

`GET /assessment-orders`

## Query parameters

- `applicationId` string, uuid, required

## Response `200`

Assessment orders were retrieved

- AssessmentOrder[]
  - `applicationId` string, uuid
  - `orderId` string, uuid
  - `assessmentPackageDate` string, date-time
  - `submissionDate` string, date-time
  - `assessmentPackageName` string
  - `description` string
  - `status` string
  - `score` string
  - `scoreLabel` string
  - `summary` string
  - `attachments` Attachment[]
    - `id` string, required
    - `name` string
    - `type` string
    - `contentType` string
    - `actions` object, required
      - `download` Action, required
        - `url` string, required
        - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required
  - `assessments` AssessmentResult[]
    - `attachments` Attachment[]
      - `id` string, required
      - `name` string
      - `type` string
      - `contentType` string
      - `actions` object, required
        - `download` Action, required
          - `url` string, required
          - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required
    - `name` string
    - `status` string
    - `score` string
    - `scoreLabel` string
    - `summary` string

## Other responses

- `401` — with codes: * **NOT_AUTHORIZED_TO_ACCESS_RESOURCE** when caller is not authorized to access resource
- `404` — with codes: * **APPLICATION_NOT_FOUND** when there is no application with given id * **MISSING_COMPANY_INTEGRATION** when no integration with assessment partner was found
- `500` — Unexpected error

---

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