Available Tools
| Tool | Endpoint | Description |
|---|---|---|
get_business_travels | GET /api/v1/business-travels | Business travel records with emissions |
get_business_travels_dashboard | GET /api/v1/business-travels/dashboard | Business travel dashboard |
Transport Types
plane— Airplanetrain— Traincar— Carbus— Busship— Ship
Usage Examples
Common Parameters
get_business_travels
| Parameter | Type | Description |
|---|---|---|
companyId | string | Company ID (required) |
transportType | string | Transport type |
startDate | string | Start date (ISO 8601) |
endDate | string | End date (ISO 8601) |
employeeId | string | Filter by employee |
buildingIds | string[] | Filter by buildings |
page | integer | Page number |
limit | integer | Results per page |

