Skip to main content
GET
Get harvest production sessions with per-worker breakdown

Authorizations

Authorization
string
header
required

Scoped API token for external B2B endpoints. Send it in the Authorization header as Bearer <keyId>.<token>.

Query Parameters

startTime
string
required

Start date in YYYY-MM-DD format.

Pattern: ^\d{4}-\d{2}-\d{2}$
endTime
string
required

End date in YYYY-MM-DD format.

Pattern: ^\d{4}-\d{2}-\d{2}$
projectId
string

Optional project filter. Must belong to the token's company.

sectorId
string

Optional sector filter. Must belong to the token's company.

Response

Harvest sessions retrieved successfully.

status
enum<string>
Available options:
success
Example:

"success"

data
object[]
meta
object