Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Project trace query.
| Field | Value |
|---|---|
| Name | projectTrace |
| Group | Traces |
| Type | Query |
| Signature | projectTrace(input: ProjectTraceInput!): TraceDetail! |
query ProjectTrace($input: ProjectTraceInput!) {
projectTrace(input: $input) {
durationMs
projectId
projectSlug
rootService
rootSpanId
}
}
{
"input": {
"traceId": ""
}
}