---
title: "Get Execution Correlations"
method: GET
path: "/v1/triggers/{trigger_id}/correlations"
tags: ["v1", "protected", "triggers"]
---

# Get Execution Correlations

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

Get execution correlation data for a trigger.

Returns execution data with correlation information to created tasks
and workflows for debugging and monitoring purposes.

Args:
    trigger_id: The unique identifier of the trigger
    page: Page number for pagination
    page_size: Number of executions per page
    user_context: Authentication context
    trigger_service: Injected trigger service

Returns:
    Execution correlation data

Raises:
    HTTPException: If trigger not found

## Path parameters

- `trigger_id` string, uuid, required

## Query parameters

- `page` integer — Page number
- `page_size` integer — Number of executions per page

## Response `200`

Successful Response

- ExecutionCorrelationResponse — Response model for execution correlation data.
  - `executions` object[], required
  - `has_next` boolean, required
  - `page` integer, required
  - `page_size` integer, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

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