List expenses for a trip

Return the expense items and outstanding count for trip_id. Scoped to the authenticated traveler — a trip belonging to a different traveler returns 404 (collapsed with the not-found case to avoid an IDOR oracle on financial data, matching the trip detail and update endpoints in this module). A trip with no expenses returns outstandingCount: 0 and an empty items array. deadline is always null until the corporate expense deadline policy field is modelled.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Responses

404

Trip not found, or belongs to a different traveler

503

Database unavailable

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json