Hotel Stay Tools
Query hotel stay records — accommodation bookings with check-in/check-out dates, room counts, and associated CO₂e emissions. This is Scope 3 Category 6 (business travel) data.list_hotel_stays
List hotel stay records with optional filters.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | string | No | default org | Organization UUID |
status | string | No | — | Status filter: active, deleted |
start_date | string | No | — | Filter stays from this date (YYYY-MM-DD) |
end_date | string | No | — | Filter stays until this date (YYYY-MM-DD) |
name | string | No | — | Filter by hotel name (partial match) |
page | integer | No | 1 | Page number |
size | integer | No | 50 | Results per page |
| Field | Description |
|---|---|
name | Description or label for the stay (e.g. “Team offsite — Madrid”) |
hotel_name | Name of the hotel |
check_in_date / check_out_date | Stay dates (number of nights = difference between these) |
rooms | Number of rooms booked |
country | ISO country code of the hotel location |
co2e | Calculated CO₂e emissions in kg |
source | How the record was created: manual, bulk_upload, or api |
Workflow
- List hotel stays —
list_hotel_staysto query stays by date range or hotel name - View travel emissions —
get_greenhouse_gas_emissionswithcategory=travelsfor aggregated business travel totals - Compare with flights —
list_business_travelsto see flight/train records alongside hotel data
Related
API: List Hotel Stays
REST API equivalent with additional filters
Business Travels
Flight and train journey records
Emissions
Aggregated Scope 3 travel emissions
CLI
Manage hotel stays from the command line