Interactive GraphQL Playground
Test these queries and explore the schema in our interactive playground
Basic Queries
List All Projects
Get Project with Sessions
Search Queries
Full-Text Search Across Sessions
Search with Filters
Advanced Filtering
Sessions by LLM Model
Recent Sessions with Git Context
Aggregation Queries
Project Statistics
Usage Analytics
Practical Use Cases
Building a Dashboard
Export Sessions for Analysis
Find Related Sessions
Error Handling
GraphQL errors are returned in theerrors
array:
Performance Tips
Use Fragments for Reusable Fields
Pagination for Large Datasets
Field Selection
Only request the fields you need to minimize response size and improve performance:Schema Introspection
Explore the available types and fields:The interactive GraphQL playground provides built-in schema exploration with autocomplete and documentation. Visit https://cloud.specstory.com/api/v1/graphql to explore the full schema interactively.