---
title: "List recent invocations"
method: GET
path: "/api/v1/functions/{function_id}/invocations"
tags: ["Functions"]
---

# List recent invocations

`GET /api/v1/functions/{function_id}/invocations`

## Path parameters

- `function_id` string, required

## Query parameters

- `limit` integer

## Response `200`

Recent requests, newest first

- object
  - `success` boolean
  - `data` object
    - `invocations` FunctionInvocation[]
      - `timestamp` string, date-time
      - `method` string
      - `path` string
      - `status` integer
      - `duration_ms` number

## Other responses

- `401` — Authentication required

## Changes

- **2026-08-20** `efd3c11c5c92` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/functions/:function_id/invocations/get.md)

---

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