Skip to main content

Business Travel Tools

Tools for querying Scope 3 business travel records with transport type, distance, and co2e.

list_business_travels

Parameters:
ParameterTypeRequiredDescription
organization_idstringNoUUID of the organization
transport_typestringNoFilter: plane, train, bus, car, etc.
start_datestringNoFrom date (YYYY-MM-DD)
end_datestringNoTo date (YYYY-MM-DD)
pageintegerNoPage number (default: 1)
sizeintegerNoResults per page (default: 50)
Example queries:
"Show all business travel by plane"
"What were the highest-emission trips last year?"
"Show train travel records"
"List business trips from Q4 2024"
Example response:
{
  "items": [
    {
      "id": "5822a93c-...",
      "transport_type": "train",
      "distance_km": 25.0,
      "fuel_type": "electric",
      "travel_type": "round",
      "travel_number": 1,
      "start_date": "2025-11-01",
      "end_date": "2025-11-26",
      "co2e": 3.56,
      "status": "active"
    }
  ],
  "total": 2349,
  "page": 1,
  "size": 50
}

Transport Types

  • plane — Air travel
  • train — Rail travel
  • bus — Bus travel
  • car — Car travel
  • motorcycle — Motorcycle
  • ferry — Ferry/boat