---
title: "GET /getUserOpLogs"
method: GET
path: "/getUserOpLogs"
tags: ["User Operations"]
---

# GET /getUserOpLogs

`GET /getUserOpLogs`

Get User Operation logs

## Query parameters

- `userOpHash` string, required
- `network` string

## Response `200`

Success

- UserOpLogs[] — An array of user operations that were present in the bundle
  - `topics` string[] — Topics of the log
  - `data` string — Data of the log
  - `transactionHash` string — Transaction hash of the log
  - `logIndex` string — Log index of the log
  - `address` string — Address of the log
  - `transactionLogIndex` string — Transaction log index of the log
  - `removed` boolean — Removed status of the log

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Invalid API Key
- `502` — Bad Gateway
- `default` — Success

---

[API](https://skmtc.net/jiffyscan/apis/jiffyscan-apis.md) · [All operations](https://skmtc.net/jiffyscan/apis/jiffyscan-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jiffyscan/jiffyscan-apis/revisions/6f6deddabdc5/schema)
