Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Project Trace query.

Operation details

FieldValue
NameprojectTrace
GroupTraces
TypeQuery
SignatureprojectTrace(input: ProjectTraceInput!): TraceDetail!

Playground

Query

Query
query ProjectTrace($input: ProjectTraceInput!) {
  projectTrace(input: $input) {
    status
    durationMs
    projectId
    projectSlug
    rootService
    rootSpanId
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "traceId": ""
  }
}