---
title: "Unlock requests in default request queue"
method: POST
path: "/v2/actor-runs/{runId}/request-queue/requests/unlock"
tags: ["Default request queue"]
---

# Unlock requests in default request queue

`POST /v2/actor-runs/{runId}/request-queue/requests/unlock`

Unlocks requests in the default request queue of the Actor run that are currently locked by the client.

This endpoint is a shortcut for getting the run's `defaultRequestQueueId` and then using the
[Unlock requests](/api/v2/request-queue-requests-unlock-post) endpoint.

## Path parameters

- `runId` string, required

## Query parameters

- `clientKey` string

## Response `200`

Number of requests that were unlocked

- UnlockRequestsResponse — Response containing the result of unlocking requests.
  - `data` UnlockRequestsResult, required — Result of unlocking requests in the request queue.
    - `unlockedCount` integer, required — Number of requests that were successfully unlocked.

## Other responses

- `400` — Bad request - invalid input parameters or request body.
- `401` — Unauthorized - authentication required or invalid token.
- `403` — Forbidden - insufficient permissions to perform this action.
- `404` — Not found - the requested resource does not exist.
- `405` — Method not allowed.
- `429` — Too many requests - rate limit exceeded.

---

[API](https://skmtc.net/apify/apis/apify-api.md) · [All operations](https://skmtc.net/apify/apis/apify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apify/apify-api/versions/01a71794279b/schema)
