---
title: "POST /v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations/{Sid}"
method: POST
path: "/v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations/{Sid}"
tags: ["TaskrouterV1TaskReservation"]
---

# POST /v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations/{Sid}

`POST /v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations/{Sid}`

## Path parameters

- `WorkspaceSid` string, required
- `TaskSid` string, required
- `Sid` string, required

## Headers

- `If-Match` string

## Response `200`

OK

- TaskrouterV1WorkspaceTaskTaskReservation
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskReservation resource.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `reservation_status` 'pending' | 'accepted' | 'rejected' | 'timeout' | 'canceled' | 'rescinded' | 'wrapping' | 'completed' — The current status of the reservation. Can be: `pending`, `accepted`, `rejected`, or `timeout`.
  - `sid` string, nullable — The unique string that we created to identify the TaskReservation resource.
  - `task_sid` string, nullable — The SID of the reserved Task resource.
  - `worker_name` string, nullable — The `friendly_name` of the Worker that is reserved.
  - `worker_sid` string, nullable — The SID of the reserved Worker resource.
  - `workspace_sid` string, nullable — The SID of the Workspace that this task is contained within.
  - `url` string, uri, nullable — The absolute URL of the TaskReservation reservation.
  - `links` object, nullable — The URLs of related resources.

## Changes

- **2024-11-15** (v1) `aaf0c6c42484` — 2 info
  - api tag `TaskrouterV1TaskReservation` added
  - api tag `TaskrouterV1Reservation` removed
- **2024-04-18** (v1) `d7768a9de8d3` — 20 breaking
  - removed the enum value `DELETE` of the request property `ConferenceRecordingStatusCallbackMethod`
  - removed the enum value `DELETE` of the request property `ConferenceStatusCallbackMethod`
  - removed the enum value `DELETE` of the request property `RecordingStatusCallbackMethod`
  - removed the enum value `DELETE` of the request property `StatusCallbackMethod`
  - …16 more
- **2024-02-09** (v1) `268ba532a538` — 1 info
  - added the new optional request property `JitterBufferSize`
- **2024-01-25** (v1) `0db7b76776ea` — 1 warning
  - removed the request property `JitterBufferSize`
- **2023-12-14** (v1) `02ea30bf01ed` — 1 info
  - added the new optional request property `JitterBufferSize`

[Full history](https://skmtc.dev/twilio/apis/taskrouter-v1/changes/v1/Workspaces/:WorkspaceSid/Tasks/:TaskSid/Reservations/:Sid/post.md)

---

[API](https://skmtc.dev/twilio/apis/taskrouter-v1.md) · [All operations](https://skmtc.dev/twilio/apis/taskrouter-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/taskrouter-v1/revisions/f431d2bc66ba/schema)
