---
title: "List logs"
method: GET
path: "/logs"
---

# List logs

`GET /logs`

Returns a list of API request logs for your organization. Only requests made with an API key are included.

## Query parameters

- `path` string
- `method` string
- `status_code` string
- `id` string
- `idempotency_key` string
- `created_after` string, date-time
- `created_before` string, date-time
- `limit` integer
- `cursor` string

## Response `200`

200

- object
  - `next` string, nullable
  - `previous` string, nullable
  - `results` Log[]
    - `id` string
    - `ip_address` string
    - `path` string
    - `method` string
    - `idempotency_key` string, nullable
    - `headers` object, nullable
    - `response_headers` object, nullable
    - `query_params` object, nullable
    - `status_code` integer
    - `processing_duration` integer
    - `created_at` string
    - `request_body` unknown
    - `response_body` unknown

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/revisions/f46e28134549/schema)
