Skip to main content
GET
List Offerings

Query Parameters

limit
number
default:10

Items per page

Example:

10

nextCursor
string

Cursor to end before

Example:

"123"

previousCursor
string

Cursor to start after

Example:

"123"

filter
string

Free-text filter over origin and destination names

Example:

"São Paulo"

originPointId
string<uuid>

Origin point identifier

destinationPointId
string<uuid>

Destination point identifier

originName
string

Origin name or description

Example:

"São Paulo"

destinationName
string

Destination name or description

Example:

"Rio de Janeiro"

departureFrom
string<date-time>

Departure date from

Example:

"2026-04-15T00:00:00.000Z"

departureTo
string<date-time>

Departure date to

Example:

"2026-04-16T00:00:00.000Z"

sortBy
enum<string>
default:departureAt

Field to sort by

Available options:
departureAt,
price,
createdAt
Example:

"departureAt"

sortOrder
enum<string>
default:asc

Sort order

Available options:
asc,
desc
Example:

"asc"

fields
string

Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.

Response

OK

List offerings

data
object[]
required
meta
object
required