---
title: "GET /2023-10-12/farms/{farmId}/queue-fleet-associations"
method: GET
path: "/2023-10-12/farms/{farmId}/queue-fleet-associations"
---

# GET /2023-10-12/farms/{farmId}/queue-fleet-associations

`GET /2023-10-12/farms/{farmId}/queue-fleet-associations`

Lists queue-fleet associations.

## Path parameters

- `farmId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer
- `queueId` string
- `fleetId` string

## Response `200`

Success

- ListQueueFleetAssociationsResponse — Shared pagination field for List operation outputs (nextToken).
  - `queueFleetAssociations` QueueFleetAssociationSummary[], required — The queue-fleet associations on the list.
    - `queueId` string, required — The queue ID.
    - `fleetId` string, required — The fleet ID.
    - `status` 'ACTIVE' | 'STOP_SCHEDULING_AND_COMPLETE_TASKS' | 'STOP_SCHEDULING_AND_CANCEL_TASKS' | 'STOPPED', required — <p>The status of task scheduling in the queue-fleet association.</p> <ul> <li> <p> <code>ACTIVE</code>–Association is active.</p> </li> <li> <p> <code>STOP_SCHEDULING_AND_COMPLETE_TASKS</code>–Association has stopped scheduling new tasks and is completing current tasks.</p> </li> <li> <p> <code>STOP_SCHEDULING_AND_CANCEL_TASKS</code>–Association has stopped scheduling new tasks and is canceling current tasks.</p> </li> <li> <p> <code>STOPPED</code>–Association has been stopped.</p> </li> </ul>
    - `createdAt` string, date-time, required — The date and time the resource was created.
    - `createdBy` string, required — The user or system that created this resource.
    - `updatedAt` string, date-time — The date and time the resource was updated.
    - `updatedBy` string — The user or system that updated this resource.
  - `nextToken` string — If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerErrorException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException

---

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