Get harvest production sessions with per-worker breakdown
Retrieves production sessions within a date range, each enriched with aggregated production records per worker and per quality.
Requires API token authentication with the read:production scope:
Authorization: Bearer <keyId>.<token>.
The companyId is always taken from the authenticated token. Optional
projectId and sectorId filters are validated against that token’s
company before data is returned.
Authorizations
Scoped API token for external B2B endpoints. Send it in the
Authorization header as Bearer <keyId>.<token>.
Query Parameters
Start date in YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$End date in YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$Optional project filter. Must belong to the token's company.
Optional sector filter. Must belong to the token's company.