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

# List trigger runs

`GET /api/v1/functions/{function_id}/trigger-runs`

Delivery history for the function's triggers (30-day retention).

## Path parameters

- `function_id` string, required

## Query parameters

- `trigger_id` string, uuid
- `limit` integer

## Response `200`

Runs, newest first

- object
  - `success` boolean
  - `data` object
    - `runs` FunctionTriggerRun[]
      - `id` string, uuid
      - `trigger_id` string, uuid
      - `scheduled_for` string, date-time
      - `status` 'dispatching' | 'ok' | 'failed'
      - `attempts` integer
      - `response_status` integer
      - `duration_ms` integer
      - `error` string
      - `finished_at` string, date-time

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