List variable logs

GET {{baseUrl}}/contact_center/variable_logs?next_page_token=<string>&page_size=30&from=<date>&to=<date>&group_type=system&data_type=boolean&engagement_id=<string>&flow_id=<string>&widget_name=<string>&variable_name=<string>&variable_value=<string>

Return a list of variable logs.

Scopes: contact_center_variable_log:read:admin

Rate Limit Label: Heavy

Request Params

KeyDatatypeRequiredDescription
next_page_tokenstringUse 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_sizenumberThe number of items returned per page.
fromstringThe start time and date in yyyy-mm-dd or ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss'Z' or yyyy-MM-dd'T'HH:mm:ss&rsquo;TZD&rsquo;). 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.
tostringRequired only when the from parameter is specified. The end time and date in yyyy-mm-dd or ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss'Z' or yyyy-MM-dd'T'HH:mm:ss&rsquo;TZD&rsquo;).
group_typestringThe variable group's type.
data_typestringThe variable data's type.
engagement_idstringThe engagement's ID.
flow_idstringThe flow's ID.
widget_namestringThe widget's name.
variable_namestringThe variable's name.
variable_valuestringThe variable's value.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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;from&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;to&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;variable_logs&quot;:[{&quot;variable_log_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;engagement_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;flow_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;flow_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;widget_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable_value&quot;:&quot;\u003cstring\u003e&quot;,&quot;group_type&quot;:&quot;system&quot;,&quot;data_type&quot;:&quot;currency&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;variable_log_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;engagement_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;flow_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;flow_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;widget_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable_value&quot;:&quot;\u003cstring\u003e&quot;,&quot;group_type&quot;:&quot;custom&quot;,&quot;data_type&quot;:&quot;percent&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;}]}