v19

latestOpenAPI 3.1.0raw.githubusercontent.com2025-12-123237122.2 KB
Traces

Add a trace to its linked project dataset as a datapoint or queue an improvement task

post/api/v1/traces/{id}/addToDataset

Path parameters

idstring uuid required

Response

success response

traceIdstring uuid required

Trace identifier that was processed.

status'added' | 'queued' | 'failed' required

added when the datapoint is stored immediately, queued when generation is in progress, failed when the operation could not start.

successboolean required

true when the action succeeded, false when it failed.

datapointIdstring uuid nullable required

Identifier of the created datapoint when available.