Get operation logs report

GET {{baseUrl}}/videosdk/report/operationlogs?from=2021-10-11&to=2021-10-11&page_size=30&next_page_token=Usse957pzxvmYwlmCZ50a6CNXFrhztxuj82&category_type=

The Operations Logs report allows you to audit admin and user activity, such as changing account settings, and deleting recordings.
Use this API to retrieve operation logs report for a specified period of time.

Prerequisites

  • A Video SDK account.

Rate Limit Label : Heavy

Request Params

| Key | Datatype | Required | Description | | from | string | | (Required) The start date to query, in yyyy-mm-dd format.

The ranges defined in the from and to parameters should only be a one month range. This is because the report only includes one month's worth of data. | | to | string | | (Required) The end date to query, in yyyy-mm-dd format.

The ranges defined in the from and to parameters should only be a one month range. This is because the report only includes one month's worth of data. | | page_size | number | | The number of records returned within a single API call. | | next_page_token | string | | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. | | category_type | null | | Optional<br> Filter your response by a category type to see reports for a specific category. The value for this field can be one of the following:<br> all<br>user<br>user_settings<br>account<br>billing<br>im<br>recording<br>phone_contacts<br>webinar<br>sub_account<br>role<br>zoom_rooms (This can only be one of all,user,user_settings,account,billing,im,recording,phone_contacts,webinar,sub_account,role,zoom_rooms) |

HEADERS

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

RESPONSES

status: OK

{&quot;page_size&quot;:50,&quot;next_page_token&quot;:&quot;suQA5LvDBnH5No5OYD7mqpJuFzJqUOHK8U2&quot;,&quot;from&quot;:&quot;2021-12-01&quot;,&quot;to&quot;:&quot;2021-12-02&quot;,&quot;operation_logs&quot;:[{&quot;time&quot;:&quot;2019-08-20T19:09:01Z&quot;,&quot;operator&quot;:&quot;someuser@example.com&quot;,&quot;category_type&quot;:&quot;User&quot;,&quot;action&quot;:&quot;update&quot;,&quot;operation_detail&quot;:&quot;Activate User someuser@example.com&quot;},{&quot;time&quot;:&quot;2019-08-20T19:09:01Z&quot;,&quot;operator&quot;:&quot;someuser@example.com&quot;,&quot;category_type&quot;:&quot;User&quot;,&quot;action&quot;:&quot;update&quot;,&quot;operation_detail&quot;:&quot;Activate User someuser@example.com&quot;}]}