---
title: "GET /near-indexer/{contract}/transactions/{tokenId}"
method: GET
path: "/near-indexer/{contract}/transactions/{tokenId}"
tags: ["NearIndexerController"]
---

# GET /near-indexer/{contract}/transactions/{tokenId}

`GET /near-indexer/{contract}/transactions/{tokenId}`

## Path parameters

- `contract` string, required
- `tokenId` string, required

## Query parameters

- `limit` number
- `offset` number

## Response `200`

OK

- FunctionCall[]
  - `method` string
  - `args` object
  - `timestamp` number
  - `receiptId` string
  - `actionIndex` number
  - `caller` string
  - `contract` string

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
