---
title: "List Zoom OAuth Credential Logs"
method: GET
path: "/api/v2/zoom-oauth-credential-logs/"
tags: ["zoom-oauth-credentials"]
---

# List Zoom OAuth Credential Logs

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

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

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

## Query parameters

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

## Response `200`

- PaginatedZoomOAuthCredentialLogList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` ZoomOAuthCredentialLog[]
    - `credential` 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/revisions/e1a54c5db790/schema)
