/drafts/{transportDraftId}/instances

List the tour instances generated by a recurring-master draft. Returns tours whose recurringMasterId equals the given draft id, sorted ascending by Tour.latestStart (the cron-trigger timestamp). This is the draft-centric chronological drilldown; the equivalent flat filter is GET /tours?recurringMasterId={id} (descending by default). Returns 404 if the draft does not exist, and 400 with internalCode: RECURRING_MASTER_REQUIRED if the draft exists but is not a recurring master. Pass from/to (epoch seconds, inclusive) to restrict to a date window.

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

The unique identifier of the recurring-master draft whose instances to list.

Query Params
number

Inclusive lower bound (epoch seconds) on the instance start time.

number

Inclusive upper bound (epoch seconds) on the instance start time.

string

Cursor to retrieve next page.

number

Maximum count of items in one page.

Responses

400

Draft exists but is not a recurring master (internalCode: RECURRING_MASTER_REQUIRED)

401

unauthorized

404

transport draft not found

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