Path parameters
- 
    
  
The SID of the Workspace with the Activity resources 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 Activity resource to fetch.
Minimum length is
34, maximum length is34. Format should match the following pattern:^WA[0-9a-fA-F]{32}$. 
        GET
    /v1/Workspaces/{WorkspaceSid}/Activities/{Sid}
  
  curl \
 --request GET 'https://taskrouter.twilio.com/v1/Workspaces/{WorkspaceSid}/Activities/{Sid}' \
 --user "username:password"
    
        Response examples (200)
  
  {
  "sid": "WAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "url": "https://taskrouter.twilio.com/v1/Workspaces/WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Activities/WAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "links": {
    "workspace": "https://taskrouter.twilio.com/v1/Workspaces/WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
  },
  "available": true,
  "account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "date_created": "2014-05-14T10:50:02Z",
  "date_updated": "2014-05-14T23:26:06Z",
  "friendly_name": "New Activity",
  "workspace_sid": "WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}