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 Traces query.

Operation details

FieldValue
NameprojectTraces
GroupTraces
TypeQuery
SignatureprojectTraces(input: ProjectTracesInput!): TraceQueryResult!

Playground

Query

Query
query ProjectTraces($input: ProjectTracesInput!) {
  projectTraces(input: $input) {
    stats {
      queryTimeMs
    }
  }
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}