AtlaSent — GraphQL Query (read-only)
atlasent_queryExecute read-only GraphQL queries against the AtlaSent V2 endpoint to fetch evaluation records and active bundle details. Queries are limited in size and depth and require prior authorization.
Instructions
Run a read-only GraphQL query against the AtlaSent V2 GraphQL endpoint. Wave A schema: recentEvaluations(limit), activeBundle. Body limit 1MB, depth limit 8, one operation per request (enforced server-side). Closed-by-default: 404 surfaces as a feature_not_enabled error tagged with the v2_graphql tenant flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | GraphQL query string. The Wave A schema is read-only. | |
| variables | No | Optional GraphQL variables object. |