---
title: "Returns a list with all active assignments for a specific cloud"
method: GET
path: "/assignments/active/{cloud_name}/"
tags: ["Assignments"]
---

# Returns a list with all active assignments for a specific cloud

`GET /assignments/active/{cloud_name}/`

## Path parameters

- `cloud_name` string, required

## 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

---

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