---
title: "Get Workflow Execution Trace Info"
method: GET
path: "/v1/workflows/executions/{execution_id}/trace/info"
tags: ["workflows.executions"]
---

# Get Workflow Execution Trace Info

`GET /v1/workflows/executions/{execution_id}/trace/info`

Get Workflow Execution Trace Info

## Path parameters

- `execution_id` string, required

## Response `200`

Successful Response

- ExecutionTraceInfoResponse
  - `otel_trace_id` string, nullable — The ID of the trace, if available
  - `has_trace_data` boolean — Whether trace data is available in the trace backend for this execution

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `933c4ebdcd72` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mistral/apis/mistral-ai-api/changes/v1/workflows/executions/:execution_id/trace/info/get.md)

---

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