---
title: "Get ThreeDS Operation Logs by ThreeDS Operation ID"
method: GET
path: "/payment/threeds/{threeDSId}/operation/{threeDSOperationId}/logs"
tags: ["ThreeDS"]
---

# Get ThreeDS Operation Logs by ThreeDS Operation ID

`GET /payment/threeds/{threeDSId}/operation/{threeDSOperationId}/logs`

Find ThreeDS operation logs from a given `operationID`.

## Path parameters

- `threeDSId` string, uuid, required
- `threeDSOperationId` string, uuid, required

## Response `200`

Success.

- object
  - `results` object[]
    - `id` string, uuid, required — Unique identifier of the Operation Log in Payrails.
    - `createdAt` string, date-time, required — Exact date and time when the Operation Log was created in Payrails. Possibly differs slightly from the date in the provider.
    - `operationId` string, uuid, required — Unique identifier of the Operation that this Log belongs to in Payrails.
    - `input` string, required — Original request object sent to the Provider.
    - `output` string, required — Original response object received from the Provider.
    - `workspaceId` string, uuid — Workspace ID that the workflow configuration belongs to.
    - `providerLatency` string — Latency of the operation on the provider side.
    - `totalLatency` string — Total latency of the operation.

## 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/versions/9dd2f0158582/schema)
