List agent's time sheet reports

GET {{baseUrl}}/contact_center/analytics/agents/time_sheets?next_page_token=<string>&page_size=10&timezone=<string>&from=<date>&to=<date>&queueId=<string>&user_id=<string>&interval=1_week

Generate a list of an agent's time sheet reports.

Scopes: contact_center_report:read:admin

Rate Limit Label : Heavy

Request Params

| Key | Datatype | Required | Description | | next_page_token | string | | Use the next page token to paginate through large result sets. A next page token returns whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes. | | page_size | number | | The number of items returned per page. | | timezone | string | | The call's timezone. The default is UTC. | | from | string | | The start time and date in yyyy-mm-dd or yyyy-MM-dd'T'HH:mm:ss'Z' format. The defined date range should be a month, as the response only includes one month's worth of data. If no start date is specified, return data from the past 24 hours. | | to | string | | Required only when the from parameters is specified. The end time and date in yyyy-mm-dd or yyyy-MM-dd'T'HH:mm:ss'Z' format, the same format as the from parameter. | | queueId | string | | The queue's ID. | | user_id | string | | The agent's ID. | | interval | string | | The historical queue report's interval. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:10,&quot;total_records&quot;:&quot;\u003cinteger\u003e&quot;,&quot;timezone&quot;:&quot;\u003cstring\u003e&quot;,&quot;from&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;to&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;agents&quot;:[{&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;ready_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;ready_percentage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;not_ready_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;not_ready_percentage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;occupied_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;occupied_percentage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;online_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;offline_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;inbound_average_voice_call_talking_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;average_video_call_talking_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;average_wrap_up_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;start_time_interval&quot;:&quot;\u003cstring\u003e&quot;,&quot;end_time_interval&quot;:&quot;\u003cstring\u003e&quot;,&quot;total_outbound_voice_call&quot;:&quot;\u003clong\u003e&quot;,&quot;total_outbound_voice_call_duration&quot;:&quot;\u003cdouble\u003e&quot;,&quot;total_inbound_voice_call&quot;:&quot;\u003clong\u003e&quot;,&quot;total_inbound_voice_call_duration&quot;:&quot;\u003cdouble\u003e&quot;},{&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;ready_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;ready_percentage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;not_ready_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;not_ready_percentage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;occupied_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;occupied_percentage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;online_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;offline_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;inbound_average_voice_call_talking_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;average_video_call_talking_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;average_wrap_up_duration&quot;:&quot;\u003clong\u003e&quot;,&quot;start_time_interval&quot;:&quot;\u003cstring\u003e&quot;,&quot;end_time_interval&quot;:&quot;\u003cstring\u003e&quot;,&quot;total_outbound_voice_call&quot;:&quot;\u003clong\u003e&quot;,&quot;total_outbound_voice_call_duration&quot;:&quot;\u003cdouble\u003e&quot;,&quot;total_inbound_voice_call&quot;:&quot;\u003clong\u003e&quot;,&quot;total_inbound_voice_call_duration&quot;:&quot;\u003cdouble\u003e&quot;}]}