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

# List API Log

`GET /public/v1/logs`

> **Deprecated.**

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
- `401` — Authentication error
- `429` — Too Many Requests

---

[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)
