---
title: "Get all logs"
method: GET
path: "/logs"
---

# Get all logs

`GET /logs`

## Response `200`

List of logs

- object[]
  - `id` integer — Log ID.
  - `method` string — HTTP method used for the request.
  - `url` string — URL of the request.
  - `status` integer — HTTP status code returned by the request.
  - `ip_address` string — IP address of the request.
  - `version` string — Version of the API used for the request.
  - `source` string — Source of the request.
  - `query` string — Query parameters of the request.
  - `body` string — Body of the request.
  - `response` string — Response body of the request.
  - `account_id` integer — ID of the log's account.
  - `created_at` string, date-time — Date and time of log creation.
  - `updated_at` string, date-time — Date and time of last log update.

## Other responses

- `401` — Unauthorized. Provide a valid secret key.

---

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