List system statuses

GET {{baseUrl}}/contact_center/system_statuses?next_page_token=<string>&page_size=30&status_category=queue_opt_out_and_not_ready_status

Get a list of system statuses. Admins can create system statuses, such as "Maintenance".

Scopes: contact_center_preference:read:admin

Rate Limit Label : MEDIUM

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 is returned 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. | | status_category | string | | The status's category.

  • agent_status: User&rsquo;s system statuses.

  • queue_opt_out_and_not_ready_status: User&rsquo;s &quot;Queue Opt-Out&quot; and &quot;Not Ready&quot; reasons. &quot;Not Ready&quot; reasons are referenced by field &quot;sub_status_name&quot; in the Users APIs (e.g. List Users&rsquo; Profiles) |

HEADERS

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

RESPONSES

status: OK

{&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:30,&quot;total_records&quot;:&quot;\u003cinteger\u003e&quot;,&quot;statuses&quot;:[{&quot;status_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;status_name&quot;:&quot;string&quot;,&quot;status_type&quot;:&quot;default&quot;,&quot;status_category&quot;:&quot;agent_status&quot;,&quot;enable&quot;:&quot;\u003cboolean\u003e&quot;},{&quot;status_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;status_name&quot;:&quot;Not Ready&quot;,&quot;status_type&quot;:&quot;default&quot;,&quot;status_category&quot;:&quot;agent_status&quot;,&quot;enable&quot;:&quot;\u003cboolean\u003e&quot;}]}