OpenAPI 3.1.0raw.githubusercontent.com2026-08-20120327621.4 KB

279647a4fbc6

traces

Transfer traces to a project

Move traces into a different project. This re-parents the traces rather than copying them, so they no longer appear under their original project. All traces must currently belong to the same source project.

post/v1/traces/transfer

Request body

trace_identifiersstring[] required

The traces to transfer. Each identifier is either a trace ID (GlobalID) or an OpenTelemetry trace_id (hex string). Must be non-empty, and all traces must currently belong to the same source project.

destination_project_identifierstring required

The destination project: either project ID (GlobalID) or project name.

Response

Successful Response