Get head
GET/v2/request-queues/:queueId/head
ClientsReturns given number of first requests from the queue.
The response contains the hadMultipleClients
boolean field which indicates
that the queue was accessed by more than one client (with unique or empty
clientKey
).
This field is used by Apify SDK to determine
whether the local cache is consistent with the request queue, and thus
optimize performance of certain operations.
Request
Responses
- 200