Skip to content

/AWS1/CL_CNT=>LISTQUEUES()

About ListQueues

Provides information about the queues for the specified Amazon Connect instance.

If you do not specify a QueueTypes parameter, both standard and agent queues are returned. This might cause an unexpected truncation of results if you have more than 1000 agents and you limit the number of results of the API call in code.

For more information about queues, see Queues: Standard and Agent in the Amazon Connect Administrator Guide.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Optional arguments:

IT_QUEUETYPES TYPE /AWS1/CL_CNTQUEUETYPES_W=>TT_QUEUETYPES TT_QUEUETYPES

The type of queue.

IV_NEXTTOKEN TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

IV_MAXRESULTS TYPE /AWS1/CNTMAXRESULT1000 /AWS1/CNTMAXRESULT1000

The maximum number of results to return per page. The default MaxResult size is 100.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNTLISTQUEUESRESPONSE /AWS1/CL_CNTLISTQUEUESRESPONSE