v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14126767600.8 KB

Gets information about a specific association between a queue and a limit.

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

Path parameters

farmIdstring required

The unique identifier of the farm that contains the associated queue and limit.

queueIdstring required

The unique identifier of the queue associated with the limit.

limitIdstring required

The unique identifier of the limit associated with the queue.

Response

Success

queueIdstring required

The unique identifier of the queue associated with the limit.

limitIdstring required

The unique identifier of the limit associated with the queue.

status'ACTIVE' | 'STOP_LIMIT_USAGE_AND_COMPLETE_TASKS' | 'STOP_LIMIT_USAGE_AND_CANCEL_TASKS' | 'STOPPED' required

The current status of the limit.

createdAtstring date-time required

The Unix timestamp of the date and time that the association was created.

createdBystring required

The user identifier of the person that created the association.

updatedAtstring date-time

The Unix timestamp of the date and time that the association was last updated.

updatedBystring

The user identifier of the person that last updated the association.