Onfleet · Rate Limits
Onfleet Rate Limits
Onfleet Rate Limits is the machine-readable rate-limit profile for Onfleet on the APIs.io network, conforming to the API Commons Rate Limits specification.
The profile also includes 4 backoff/retry policies defined.
Tagged areas include Last Mile Delivery, Logistics, Fleet Management, Dispatch, and Route Optimization.
0 Limits
Last Mile DeliveryLogisticsFleet ManagementDispatchRoute OptimizationCourierDriversTrackingGeocodingWebhooksAISaaS
Policies
Onfleet enforces a 70-second internal system timeout; long-running queries (notably listTasks) may return 502 if exceeded. Narrow the search parameters to stay under the limit.
Each page of List Tasks returns up to 64 tasks. Use the returned `lastId` to walk pagination.
When a search parameter contains multiple values, supply them as a single comma-delimited
value (`state=1,2,3`) rather than repeated parameters (`state=1&state=2&state=3`).
Up to 100 tasks per batch create request; completion delivered via taskBatchCreateJobCompleted webhook.