---
title: "GET /v1/Workspaces/{WorkspaceSid}/Workers/{Sid}"
method: GET
path: "/v1/Workspaces/{WorkspaceSid}/Workers/{Sid}"
tags: ["TaskrouterV1Worker"]
---

# GET /v1/Workspaces/{WorkspaceSid}/Workers/{Sid}

`GET /v1/Workspaces/{WorkspaceSid}/Workers/{Sid}`

## Path parameters

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

## Response `200`

OK

- TaskrouterV1WorkspaceWorker
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Worker resource.
  - `activity_name` string, nullable — The `friendly_name` of the Worker's current Activity.
  - `activity_sid` string, nullable — The SID of the Worker's current Activity.
  - `attributes` string, nullable — The JSON string that describes the Worker. For example: `{ "email": "Bob@example.com", "phone": "+5095551234" }`. **Note** If this property has been assigned a value, it will only be displayed in FETCH actions that return a single resource. Otherwise, this property will be null, even if it has a value. This data is passed to the `assignment_callback_url` when TaskRouter assigns a Task to the Worker.
  - `available` boolean, nullable — Whether the Worker is available to perform tasks.
  - `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_status_changed` string, date-time, nullable — The date and time in GMT of the last change to the Worker's activity specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Used to calculate Workflow statistics.
  - `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 resource. Friendly names are case insensitive, and unique within the TaskRouter Workspace.
  - `sid` string, nullable — The unique string that we created to identify the Worker resource.
  - `workspace_sid` string, nullable — The SID of the Workspace that contains the Worker.
  - `url` string, uri, nullable — The absolute URL of the Worker resource.
  - `links` object, nullable — The URLs of related resources.

## Changes

- **2023-08-10** (v1) `0dff2919dfba` — 1 info
  - api tag `TaskrouterV1Worker` added

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