Search field operations across an organization or for a specific field. Returns crop, dates, area, and type-specific details for planting, harvest, application, and tillage operations.
fertilizer, herbicide, insecticide, fungicide, other
ratePerAcre
Application rate
rateUnit
Rate unit (e.g., lbs, gal)
Tillage
Field
Description
implement
Tillage implement used
depth
Tillage depth
Notes
When searching across all fields in an organization (no fieldId), the tool queries up to 20 fields to avoid provider API limits. For large organizations, filter by fieldId for best results.
Errors
Code
Cause
ORG_NOT_FOUND
Organization doesn't exist
NO_DATA_FOR_PERIOD
No operations found in date range
TOKEN_EXPIRED
John Deere token expired
PROVIDER_TIMEOUT
Try a shorter date range
Parameter
Type
Required
Description
orgId
string
Required
Numeric John Deere organization ID (e.g. "265077")
fieldId
string
Optional
John Deere field ID (UUID from listResources externalId) to filter to a single field — optional
operationType
planting | harvest | application | tillage | all
Optional
Filter by operation type
dateRange
object
Optional
Date range filter
limit
integer
Optional
Max results (default: 50)
offset
integer
Optional
Skip N results
See Error Handling for recovery patterns and retry strategies.