account_sidstring nullable
The SID of the Account that created the Workspace resource.
avg_task_acceptance_timeinteger
The average time in seconds between Task creation and acceptance.
start_timestring date-time nullable
The beginning of the interval during which these statistics were calculated, in ISO 8601 format.
end_timestring date-time nullable
The end of the interval during which these statistics were calculated, in ISO 8601 format.
reservations_createdinteger
The total number of Reservations that were created for Workers.
reservations_acceptedinteger
The total number of Reservations accepted by Workers.
reservations_rejectedinteger
The total number of Reservations that were rejected.
reservations_timed_outinteger
The total number of Reservations that were timed out.
reservations_canceledinteger
The total number of Reservations that were canceled.
reservations_rescindedinteger
The total number of Reservations that were rescinded.
{"stackTrail":"components:schemas:taskrouter.v1.workspace.workspace_cumulative_statistics:properties:split_by_wait_time","oasType":"schema","type":"unknown","description":"A list of objects that describe the number of Tasks canceled and reservations accepted above and below the thresholds specified in seconds.","nullable":true}
{"stackTrail":"components:schemas:taskrouter.v1.workspace.workspace_cumulative_statistics:properties:wait_duration_until_accepted","oasType":"schema","type":"unknown","description":"The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks that were accepted.","nullable":true}
{"stackTrail":"components:schemas:taskrouter.v1.workspace.workspace_cumulative_statistics:properties:wait_duration_until_canceled","oasType":"schema","type":"unknown","description":"The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks that were canceled.","nullable":true}
tasks_canceledinteger
The total number of Tasks that were canceled.
tasks_completedinteger
The total number of Tasks that were completed.
tasks_createdinteger
The total number of Tasks created.
tasks_deletedinteger
The total number of Tasks that were deleted.
tasks_movedinteger
The total number of Tasks that were moved from one queue to another.
tasks_timed_out_in_workflowinteger
The total number of Tasks that were timed out of their Workflows (and deleted).
workspace_sidstring nullable
The SID of the Workspace.
urlstring uri nullable
The absolute URL of the Workspace statistics resource.