---
title: "Get API Traffic Report"
method: GET
path: "/v3/accesslog"
---

# Get API Traffic Report

`GET /v3/accesslog`

## Query parameters

- `merchantId` integer, required
- `errors` boolean
- `method` string
- `status` string
- `limit` integer
- `offset` integer

## Response `200`

200

- object
  - `records` object[]
    - `requestId` string
    - `hostName` string
    - `uri` string
    - `httpMethod` string
    - `consumerKey` string
    - `consumerId` string
    - `headers` string[]
    - `executionTime` string
    - `httpStatusCode` integer
    - `responseCode` string
    - `ipAddress` string
    - `created` string
  - `recordCount` integer

---

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