# List event **GET /v1/Workspaces/{WorkspaceSid}/Events** ## 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 Events to read. Returns only the Events that pertain to the specified Workspace. ### Query parameters - **EndDate** (string(date-time)) Only include Events that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. - **EventType** (string) The type of Events to read. Returns only Events of the type specified. - **Minutes** (integer) The period of events to read in minutes. Returns only Events that occurred since this many minutes in the past. The default is `15` minutes. Task Attributes for Events occuring more 43,200 minutes ago will be redacted. - **ReservationSid** (string) The SID of the Reservation with the Events to read. Returns only Events that pertain to the specified Reservation. - **StartDate** (string(date-time)) Only include Events from on or after this date and time, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Task Attributes for Events older than 30 days will be redacted. - **TaskQueueSid** (string) The SID of the TaskQueue with the Events to read. Returns only the Events that pertain to the specified TaskQueue. - **TaskSid** (string) The SID of the Task with the Events to read. Returns only the Events that pertain to the specified Task. - **WorkerSid** (string) The SID of the Worker with the Events to read. Returns only the Events that pertain to the specified Worker. - **WorkflowSid** (string) The SID of the Workflow with the Events to read. Returns only the Events that pertain to the specified Workflow. - **TaskChannel** (string) The TaskChannel with the Events to read. Returns only the Events that pertain to the specified TaskChannel. - **Sid** (string) The SID of the Event resource to read. - **PageSize** (integer(int64)) How many resources to return in each list page. The default is 50, and the maximum is 1000. - **Page** (integer) The page index. This value is simply for client state. - **PageToken** (string) The page token. This is provided by the API. ## 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) - **events** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)