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

---

[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/2f4df56be77c/schema)
