traces
List Related Traces
Trace thumbnails related to trace_id.
get/v2/trace/{trace_id}/related
Path parameters
trace_idstring uuid required
Query parameters
kind'job' | 'task' | 'recent' | 'discover' required
job (same job_id), task (every version of the same task), recent (caller's own traces, requires auth), or discover (most-recent visible traces overall).
limitinteger
scope_to_jobboolean
Only meaningful with kind=task: further restrict to the source trace's job. Used by the info-card sibling-run squares.
Only meaningful with kind=task: further restrict to the source trace's job. Used by the info-card sibling-run squares.
statusstring nullable
Comma-separated status whitelist applied to Trace.status — e.g. completed to exclude live/cancelled rows.
Comma-separated status whitelist applied to Trace.status — e.g. completed to exclude live/cancelled rows.
order'asc' | 'desc'
Sort by created_at.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.