---
title: "Get Trigger Execution History"
method: GET
path: "/v1/triggers/{trigger_id}/history"
tags: ["Triggers"]
---

# Get Trigger Execution History

`GET /v1/triggers/{trigger_id}/history`

Get execution history for a trigger with pagination.

## Path parameters

- `trigger_id` string, required — Trigger ID

## Query parameters

- `offset` integer — Pagination offset
- `limit` integer — Results per page

## Response `200`

Successful Response

- SharedTriggersModelsTriggerHistoryResponse — Response for trigger execution history.
  - `trigger_id` string, required — Trigger ID
  - `executions` TriggerExecutionHistory[], required — Execution history
    - `task_id` string, required — Task ID
    - `triggered_at` string, date-time, required — When trigger fired
    - `status` string, required — Execution status
    - `execution_time_ms` integer, nullable — Execution time in milliseconds
    - `error` string, nullable — Error message if failed
  - `total` integer, required — Total executions
  - `offset` integer, required — Current offset
  - `limit` integer, required — Current limit

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/revisions/04b379bdbb7c/schema)
