---
title: "Returns a list with all the defined assignments"
method: GET
path: "/assignments/"
tags: ["Assignments"]
---

# Returns a list with all the defined assignments

`GET /assignments/`

## Response `200`

Assignment

- Assignment
  - `active` boolean
  - `provisioned` boolean
  - `validated` boolean
  - `is_self_schedule` boolean
  - `description` string
  - `owner` string
  - `ticket` string
  - `qinq` integer
  - `wipe` boolean
  - `ccuser` string[]
  - `cloud_id` integer
  - `vlan_id` integer

## Other responses

- `default` — Unexpected error

## Changes

- **2025-06-30** `ebdd7b70d1d5` — 1 info
  - added the optional property `is_self_schedule` to the response with the `200` status
- **2024-01-29** `73b6d82124fb` — 1 warning
  - removed the optional property `is_self_schedule` from the response with the `200` status

[Change history](https://skmtc.dev/quadsproject/apis/quads/changes/assignments/get.md)

---

[API](https://skmtc.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/a060ee3d649d/schema)
