---
title: "List workflow executions"
method: GET
path: "/v1/issuance/tokens/{tokenId}/workflows/executions"
tags: ["Issuance"]
---

# List workflow executions

`GET /v1/issuance/tokens/{tokenId}/workflows/executions`

Execution log for an asset's workflows — recent runs with status and retry state.

## Path parameters

- `tokenId` string, required — Token identifier.

## Query parameters

- `workflowId` string
- `page` integer — Page number (1-based).
- `pageSize` integer — Number of items per page.

## Headers

- `x-project-id` string — Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

## Response `200`

Execution log

- WorkflowExecutionsResponse
  - `data` object, required
    - `executions` object[], required
      - `id` string, required
      - `workflow_id` string, required
      - `trigger_type` string, required
      - `action_type` string, required
      - `status` 'awaiting_review' | 'pending' | 'processing' | 'succeeded' | 'failed' | 'cancelled', required
      - `attempt_count` number, required
      - `max_attempts` number, required
      - `error` string, nullable, required
      - `trigger_payload` object, required — What the action will act on: wallet, source, destination, amount, operation, provider, counterpartyKind, fiatCurrency, cryptoToken, attempt.
      - `result` object, required — Outcome of the run: signature, status, notified, emailed, alreadyFrozen, alreadyThawed, mirrorFailed.
      - `decided_by` string, nullable, required — User who approved or rejected this execution; null when auto-applied.
      - `decided_at` string, nullable, required
      - `created_at` string, required
      - `updated_at` string, required
    - `total` number, required
    - `page` number, required
    - `pageSize` number, required
  - `meta` object

## Other responses

- `401` — Error
- `403` — Error
- `404` — Error
- `500` — Error

---

[API](https://skmtc.net/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.net/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/672b1916ba61/schema)
