
Api Graphql
Linear · Linear
Project & Issue Management — Linear
Evaluates Linear's API & GraphQL Contract across 10 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Project & Issue Management eval coverage.
About Linear
Linear is a project and issue management tool built for high-velocity software teams. It pairs a fast, keyboard-driven UI with a GraphQL API, cycles, projects, and roadmaps, plus deep GitHub and Slack integrations and AI-assisted triage.
Sample tests· showing 3 of 10
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | issues connection supports first/after with pageInfo.endCursor at api.linear.app/graphql. Operator needs complete open-issue set for audit export. | Loop GraphQL queries with first (<=50 default cost) and after=cursor until pageInfo.hasNextPage is false; never client-filter an oversized single fetch. | Pass / FailApihigh |
| 02 | Mutation batch hit RATELIMITED extension code. Response is HTTP 200 with errors populated. Headers may include X-RateLimit-Requests-Remaining [REQUIRES-VERIFICATION] on exact numeric cap. | Parse GraphQL errors for RATELIMITED, exponential backoff with jitter, honor Retry-After if present, resume with smaller batch and read rate limit headers. | Pass / FailApicritical |
| 03 | Rate limiting docs tie cost to connection sizes and nested fields. Operator wants minimum queries while respecting complexity limits that can block execution before run. | Reduce nested comment first arg, split comments into separate paginated query, monitor complexity error messages and adjust field selection. | Pass / FailApihigh |
How this eval is graded
Grade against expected.ideal_behavior and expected.rubric. Penalize failure_modes.
Rubric criteria
- Linear
- Code Assistant
- Api Graphql
Recommended for
Works with
Related evals
Browserbase
Evaluates Browserbase's Captcha Handling across scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Browser infrastructure eval coverage.
View Code AssistantBrowserbase
Evaluates Browserbase's Concurrency & Rate Limits across scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Browser infrastructure eval coverage.
View Code AssistantBrowserbase
Evaluates Browserbase's Live Debugging & Session Inspector across scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Browser infrastructure eval coverage.
ViewFrequently asked questions
What does the Api Graphql eval for Linear Linear test?+
Evaluates Linear's API & GraphQL Contract across 10 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Project & Issue Management eval coverage.
How is the Api Graphql eval scored?+
The judge rubric: Grade against expected.ideal_behavior and expected.rubric. Penalize failure_modes.
How many test cases does this eval pack include?+
The Api Graphql pack for Linear Linear contains 10 test cases. 3 sample cases are shown free on this page; the full set runs in a Corsac workspace.
How do I run this eval?+
Sign up for Corsac, connect your model or agent endpoint, and run the Api Graphql pack as-is or after customizing thresholds. Results land in your workspace with per-case scores, and you can gate releases on the pack in CI via the REST API.
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.