action zoom_get_psoperation_logs {
label: "Get operation logs report"
description: "The **Phone System operation logs report** allows account owners and admins to view monthly Zoom phone related admin operation details. \n\nUse this API to retrieve the **Phone System Operation Logs Report**. Account owners and admins can also access this information by logging into their Zoom accounts and navigating to [Phone System Operation Logs](https://zoom.us/pbx/page/report/operations#/report/operation-logs).
**Scopes:** `phone:read:admin`, `phone:write:admin`
**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy`
\n
**Prerequisites:**
\n* Account must be enrollled in Pro or a higher plan\n* Account must be enrolled in a [Zoom Phone](https://zoom.us/pricing/zoom-phone) plan\n\n"
provider: zoom
method: GET
path: "/phone/reports/operationlogs"
encoding: json
input: {
type: "object"
properties: {
category_type: {
type: "string"
}
from: {
type: "string"
}
next_page_token: {
type: "string"
}
page_size: {
type: "integer"
}
to: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
}
}