---
title: "Get an API Log event by ID"
method: GET
path: "/payment/api/logs/{apiLogEventId}"
tags: ["APILogs"]
---

# Get an API Log event by ID

`GET /payment/api/logs/{apiLogEventId}`

Get API Log event by ID.

## Path parameters

- `apiLogEventId` string, uuid, required

## Response `200`

Success.

- object — For some API endpoint we provide we do log request and response.
  - `id` string, uuid — Unique identifier of the API Log event in Payrails.
  - `createdAt` string, date-time — Exact date and time when the API Log event happened.
  - `requestID` string, uuid — Unique identifier of the API request.
  - `method` string — Request HTTP method.
  - `statusCode` number — Response HTTP code number.
  - `rawRequest` string — Serialized raw request.
  - `rawResponse` string — Serialized raw response.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `404` — Not Found.
- `429` — Too Many Requests.

---

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