---
title: "GET /v1/Workspaces"
method: GET
path: "/v1/Workspaces"
tags: ["TaskrouterV1Workspace"]
---

# GET /v1/Workspaces

`GET /v1/Workspaces`

## Query parameters

- `FriendlyName` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `workspaces` TaskrouterV1Workspace[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workspace 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.
    - `default_activity_name` string, nullable — The name of the default activity.
    - `default_activity_sid` string, nullable — The SID of the Activity that will be used when new Workers are created in the Workspace.
    - `event_callback_url` string, uri, nullable — The URL we call when an event occurs. If provided, the Workspace will publish events to this URL, for example, to collect data for reporting. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides).
    - `events_filter` string, nullable — The list of Workspace events for which to call `event_callback_url`. For example, if `EventsFilter=task.created, task.canceled, worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated.
    - `friendly_name` string, nullable — The string that you assigned to describe the Workspace resource. For example `Customer Support` or `2014 Election Campaign`.
    - `multi_task_enabled` boolean, nullable — Whether multi-tasking is enabled. The default is `true`, which enables multi-tasking. Multi-tasking allows Workers to handle multiple Tasks simultaneously. When enabled (`true`), each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking each Worker would only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking).
    - `sid` string, nullable — The unique string that we created to identify the Workspace resource.
    - `timeout_activity_name` string, nullable — The name of the timeout activity.
    - `timeout_activity_sid` string, nullable — The SID of the Activity that will be assigned to a Worker when a Task reservation times out without a response.
    - `prioritize_queue_order` 'FIFO' | 'LIFO' — The type of TaskQueue to prioritize when Workers are receiving Tasks from both types of TaskQueues. Can be: `LIFO` or `FIFO` and the default is `FIFO`. For more information, see [Queue Ordering](https://www.twilio.com/docs/taskrouter/queue-ordering-last-first-out-lifo).
    - `url` string, uri, nullable — The absolute URL of the Workspace resource.
    - `links` object, nullable — The URLs of related resources.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-02-20** (v1) `d59ca09cbb02` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- **2023-08-10** (v1) `0dff2919dfba` — 1 info
  - api tag `TaskrouterV1Workspace` added
- **2023-02-02** (v1) `e7c84908f046` — 2 info
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageToken`

[Change history](https://skmtc.dev/twilio/apis/taskrouter-v1/changes/v1/Workspaces/get.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)
