The Threadify GraphQL API provides powerful querying capabilities for thread execution data, validation results, and contract structures. Use it to build dashboards, analytics, and monitoring tools.Documentation Index
Fetch the complete documentation index at: https://docs.threadify.dev/llms.txt
Use this file to discover all available pages before exploring further.
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 |
Next Steps
Thread Queries
Query thread execution data
Step Queries
Query step history and validation