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

# GET /near-indexer/{contract}/function-calls

`GET /near-indexer/{contract}/function-calls`

## Path parameters

- `contract` string, required

## Query parameters

- `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)
