Sentera · Rate Limits

Sentera Rate Limits

Sentera does not publish specific public rate-limit numbers for the FieldAgent GraphQL API. As a single-endpoint GraphQL service, throttling is typically governed by per-token request limits and query complexity/cost rather than per-resource REST quotas. Concrete limits are account- and agreement-specific and are not reconciled in this artifact.

Sentera Rate Limits is the machine-readable rate-limit profile for Sentera on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests, complexity, and records.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Precision Agriculture, Aerial Imagery, Drones, Sensors, and Analytics.

3 Limits Throttle: 429
Precision AgricultureAerial ImageryDronesSensorsAnalyticsRate LimitingQuotasThrottling

Limits

Requests Per Token account
requests
see provider documentation
Per-auth_token request rate against the single GraphQL endpoint; not publicly published.
Query Complexity / Cost request
complexity
see provider documentation
GraphQL query depth/cost may be bounded server-side; deep or wide queries can be rejected.
Pagination Page Size request
records
see provider documentation
List queries (fields, surveys, tasks, orders) are paginated; page-size caps apply.

Policies

Field Selection
Request only the fields you need to minimize query cost and payload size.
Backoff Strategy
Implement exponential backoff with jitter and honor Retry-After on 429 responses.
Pagination
Use cursor/offset pagination for large result sets rather than unbounded queries.

Sources