---
title: "List Zoom OAuth App Logs"
method: GET
path: "/api/v2/zoom-oauth-app-logs/"
tags: ["zoom-oauth-apps"]
---

# List Zoom OAuth App Logs

`GET /api/v2/zoom-oauth-app-logs/`

Get a list of all Zoom OAuth App Logs. Any warnings or errors related to the OAuth App will be logged here, and this can be helpful for debugging.

The base rate limit for this endpoint is:
- 60 requests per min per workspace

## Query parameters

- `created_at_after` string, date-time
- `created_at_before` string, date-time
- `cursor` string
- `oauth_app` string, uuid
- `ordering` string

## Response `200`

- PaginatedZoomOAuthAppLogList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` ZoomOAuthAppLog[]
    - `oauth_app` string, uuid, required
    - `message` string, required
    - `created_at` string, date-time, required

---

[API](https://skmtc.net/recall/apis/recall-ai-api.md) · [All operations](https://skmtc.net/recall/apis/recall-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recall/recall-ai-api/versions/e1a54c5db790/schema)
