---
title: "Get packages"
method: GET
path: "/assessment/packages"
tags: ["Unified ATS (Assessment & Background Check) API"]
---

# Get packages

`GET /assessment/packages`

Get all available assessment and background check packages for an integration.

This is mainly intended for debugging. As you always need to submit the full list of available packages when using ["set packages"](/assessment/v1/put-packages), there shouldn't ever be a need to call this endpoint in production.

## Headers

- `X-Integration-Id` string, required

## Response `200`

GET /assessment/packages Positive response

- GetAssessmentPackagesPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `packages` object[], required
      - `id` string, required
      - `name` string, required
      - `description` string, required
      - `updated_at` string, date-time, nullable, required — YYYY-MM-DDTHH:mm:ss.sssZ
      - `type` 'BEHAVIORAL' | 'VIDEO_INTERVIEW' | 'SKILLS_TEST' | 'BACKGROUND_CHECK' | 'REFERENCE_CHECK', nullable, required

## Other responses

- `default` — The standard error response with the error codes for the ATS use case.

---

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