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

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

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

## Path parameters

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

## Response `200`

OK

- TaskrouterV1WorkspaceEvent
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Event resource.
  - `actor_sid` string, nullable — The SID of the resource that triggered the event.
  - `actor_type` string, nullable — The type of resource that triggered the event.
  - `actor_url` string, uri, nullable — The absolute URL of the resource that triggered the event.
  - `description` string, nullable — A description of the event.
  - `event_data` unknown
  - `event_date` string, date-time, nullable — The time the event was sent, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `event_date_ms` integer, nullable — The time the event was sent in milliseconds.
  - `event_type` string, nullable — The identifier for the event.
  - `resource_sid` string, nullable — The SID of the object the event is most relevant to, such as a TaskSid, ReservationSid, or a WorkerSid.
  - `resource_type` string, nullable — The type of object the event is most relevant to, such as a Task, Reservation, or a Worker).
  - `resource_url` string, uri, nullable — The URL of the resource the event is most relevant to.
  - `sid` string, nullable — The unique string that we created to identify the Event resource.
  - `source` string, nullable — Where the Event originated.
  - `source_ip_address` string, nullable — The IP from which the Event originated.
  - `url` string, uri, nullable — The absolute URL of the Event resource.
  - `workspace_sid` string, nullable — The SID of the Workspace that contains the Event.

## Changes

- **2025-07-03** (v1) `98aedcadea73` — 1 breaking
  - the `event_data` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v1) `4e6af3af0c51` — 1 breaking
  - the `event_data` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2023-08-10** (v1) `0dff2919dfba` — 1 info
  - api tag `TaskrouterV1Event` added

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