API Endpoint
Authentication
Include your API key in the Authorization header:Query Complexity Limit
- Maximum complexity: 1000 points
- Each field costs 1 point
- List items multiply by their count
- Nested fields multiply by parent list size
- Use pagination to stay within limits
Example Query
Available Queries
| Query | Description |
|---|---|
thread(id) | Get a single thread by ID |
threads(...) | Search threads with filters |
threadsByContract(...) | Find threads by contract |
threadsByRef(...) | Find threads by external reference |
threadChain(rootId) | Get thread relationship chain |
stepHistory(...) | Get step execution history |
validationResults(...) | Get contract validation results |
contractGraph(name, version) | Get contract structure |
verifyThreadIntegrity(threadId) | Verify hash chain integrity |