Path parameters
- 
    
  
The SID of the Workspace with the Event to fetch.
Minimum length is
34, maximum length is34. Format should match the following pattern:^WS[0-9a-fA-F]{32}$. - 
    
  
The SID of the Event resource to fetch.
Minimum length is
34, maximum length is34. Format should match the following pattern:^EV[0-9a-fA-F]{32}$. 
        GET
    /v1/Workspaces/{WorkspaceSid}/Events/{Sid}
  
  curl \
 --request GET 'https://taskrouter.twilio.com/v1/Workspaces/{WorkspaceSid}/Events/{Sid}' \
 --user "username:password"
    
        Response examples (200)
  
  {
  "sid": "EVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "url": "https://taskrouter.twilio.com/v1/Workspaces/WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Events/EVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "source": "twilio",
  "actor_sid": "WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "actor_url": "https://taskrouter.twilio.com/v1/Workspaces/WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "actor_type": "workspace",
  "event_data": {
    "worker_sid": "WKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
    "worker_name": "JustinWorker",
    "workspace_sid": "WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
    "workspace_name": "WorkspaceName",
    "worker_attributes": "{}",
    "worker_activity_sid": "WAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
    "worker_activity_name": "Offline",
    "worker_time_in_previous_activity": "26",
    "worker_time_in_previous_activity_ms": "26123"
  },
  "event_date": "2015-02-07T00:32:41Z",
  "event_type": "worker.activity",
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "description": "Worker JustinWorker updated to Idle Activity",
  "resource_sid": "WKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "resource_url": "https://taskrouter.twilio.com/v1/Workspaces/WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Workers/WKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "event_date_ms": 987654321111,
  "resource_type": "worker",
  "workspace_sid": "WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "source_ip_address": "1.2.3.4"
}