---
title: "Create workflow execution trace"
method: POST
path: "/trace/create"
tags: ["trace"]
---

# Create workflow execution trace

`POST /trace/create`

Creates a new workflow execution trace.

## Query parameters

- `workspaceId` integer

## Request body

- TraceCreateRequest
  - `launchId` string
  - `sessionId` string
  - `runName` string
  - `projectName` string
  - `repository` string
  - `workflowId` string

## Response `200`

OK

- TraceCreateResponse
  - `message` string
  - `workflowId` string

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

---

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