# Fetch workers real time statistics **GET /v1/Workspaces/{WorkspaceSid}/Workers/RealTimeStatistics** ## 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 resource to fetch. ### Query parameters - **TaskChannel** (string) Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. ## 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 Worker resource. - **activity_statistics** (array | null) The number of current Workers by Activity. - **total_workers** (integer) The total number of Workers. - **workspace_sid** (string | null) The SID of the Workspace that contains the Workers. - **url** (string(uri) | null) The absolute URL of the Workers statistics resource. [Powered by Bump.sh](https://bump.sh)