---
title: "List API Log"
method: GET
path: "/public/v2/logs"
tags: ["API Logs"]
---

# List API Log

`GET /public/v2/logs`

Get the list of all logs within the selected workspace.\ Optionally filter by date, page, and `#` of items per page.

## Query parameters

- `since` string
- `to` string
- `count` integer
- `page` integer
- `statuses` ApiLogStatusEnum[]
- `methods` ApiLogMethodEnum[]
- `search` string
- `environment_type` 'PRODUCTION' | 'SANDBOX'

## Response `200`

OK

- APILogListResponse
  - `results` object[]
    - `id` string
    - `url` string
    - `status` integer
    - `request_time` string
    - `response_time` string

## Other responses

- `400` — Bad Request error
- `401` — Authentication error
- `429` — Too many requests error

---

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