# Fetch event **GET /v1/Workspaces/{WorkspaceSid}/Events/{Sid}** ## Servers - https://taskrouter.twilio.com: https://taskrouter.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **WorkspaceSid** (string) The SID of the Workspace with the Event to fetch. - **Sid** (string) The SID of the Event resource to fetch. ## Responses ### 200 OK #### Headers - **X-Rate-Limit-Limit** (string) - **X-Rate-Limit-Remaining** (string) - **X-Rate-Limit-Config** (string) - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Event resource. - **actor_sid** (string | null) The SID of the resource that triggered the event. - **actor_type** (string | null) The type of resource that triggered the event. - **actor_url** (string(uri) | null) The absolute URL of the resource that triggered the event. - **description** (string | null) A description of the event. - **event_data** () Data about the event. For more information, see [Event types](https://www.twilio.com/docs/taskrouter/api/event#event-types). - **event_date** (string(date-time) | null) The time the event was sent, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **event_date_ms** (integer(int64) | null) The time the event was sent in milliseconds. - **event_type** (string | null) The identifier for the event. - **resource_sid** (string | null) The SID of the object the event is most relevant to, such as a TaskSid, ReservationSid, or a WorkerSid. - **resource_type** (string | null) The type of object the event is most relevant to, such as a Task, Reservation, or a Worker). - **resource_url** (string(uri) | null) The URL of the resource the event is most relevant to. - **sid** (string | null) The unique string that we created to identify the Event resource. - **source** (string | null) Where the Event originated. - **source_ip_address** (string | null) The IP from which the Event originated. - **url** (string(uri) | null) The absolute URL of the Event resource. - **workspace_sid** (string | null) The SID of the Workspace that contains the Event. [Powered by Bump.sh](https://bump.sh)