v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14126767600.8 KB

Gets a list of the associations between queues and limits defined in a farm.

get/2023-10-12/farms/{farmId}/queue-limit-associations

Path parameters

farmIdstring required

The unique identifier of the farm that contains the limits and associations.

Query parameters

nextTokenstring

The token for the next set of results, or <code>null</code> to start from the beginning.

maxResultsinteger

The maximum number of associations to return in each page of results.

queueIdstring

Specifies that the operation should return only the queue limit associations for the specified queue. If you specify both the <code>queueId</code> and the <code>limitId</code>, only the specified limit is returned if it exists.

limitIdstring

Specifies that the operation should return only the queue limit associations for the specified limit. If you specify both the <code>queueId</code> and the <code>limitId</code>, only the specified limit is returned if it exists.

Response

Success

nextTokenstring

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.