---
title: "Get a log"
method: GET
path: "/logs/{log}"
---

# Get a log

`GET /logs/{log}`

Returns the specified API request log.

## Path parameters

- `log` string, required

## Response `200`

200

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