---
title: "GET /near-indexer/transactions"
method: GET
path: "/near-indexer/transactions"
tags: ["NearIndexerController"]
---

# GET /near-indexer/transactions

`GET /near-indexer/transactions`

## Query parameters

- `contract` string
- `caller` string
- `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)
