Skip to main content

RequestQueueCollectionClient

apify_client.clients.RequestQueueCollectionClient

Sub-client for manipulating request queues.

Index

Methods

get_or_create

  • get_or_create(*, name): Dict

list

  • list(*, unnamed, limit, offset, desc): ListPage[Dict]

  • Parameters

    • unnamed: Optional[bool] = Noneoptionalkeyword-only

      Whether to include unnamed request queues in the list

    • limit: Optional[int] = Noneoptionalkeyword-only

      How many request queues to retrieve

    • offset: Optional[int] = Noneoptionalkeyword-only

      What request queue to include as first when retrieving the list

    • desc: Optional[bool] = Noneoptionalkeyword-only

      Whether to sort therequest queues in descending order based on their modification date

    Returns ListPage[Dict]

    The list of available request queues matching the specified filters.