---
title: "GET /v1/Workspaces/{WorkspaceSid}/Activities"
method: GET
path: "/v1/Workspaces/{WorkspaceSid}/Activities"
tags: ["TaskrouterV1Activity"]
---

# GET /v1/Workspaces/{WorkspaceSid}/Activities

`GET /v1/Workspaces/{WorkspaceSid}/Activities`

## Path parameters

- `WorkspaceSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `activities` TaskrouterV1WorkspaceActivity[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Activity resource.
    - `available` boolean, nullable — Whether the Worker is eligible to receive a Task when it occupies the Activity. A value of `true`, `1`, or `yes` indicates the Activity is available. All other values indicate that it is not. The value cannot be changed after the Activity is created.
    - `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.
    - `friendly_name` string, nullable — The string that you assigned to describe the Activity resource.
    - `sid` string, nullable — The unique string that we created to identify the Activity resource.
    - `workspace_sid` string, nullable — The SID of the Workspace that contains the Activity.
    - `url` string, uri, nullable — The absolute URL of the Activity resource.
    - `links` object, nullable
  - `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 `TaskrouterV1Activity` 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/:WorkspaceSid/Activities/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)
