Scope
Paginate through the Adventure Travels under the current primary account, with optional filtering by status or associated World. Before calling, confirm the following:
- Only the primary API Key is supported; temporary API Keys cannot be used (error code
403003). - The endpoint automatically returns only Adventure Travels, and
items[].modeis always1. - Called by your server.
Authorizations
QwenCloud API Key. Only the primary API Key (sk- prefix) is supported. See Get an API Key.
Header Parameters
API Key authentication. Only the primary API Key is supported; it starts with sk-, e.g. sk-xxx. It is typically configured as the environment variable $DASHSCOPE_API_KEY. A temporary API Key (starting with st-) returns 403003.
Query Parameters
Page number, defaults to 1. When page <= 0 it is treated as 1.
Items per page, defaults to 20. When pageSize <= 0 it is treated as 20; when greater than 100 it is capped at 100.
Filter by Travel status. Unknown values are not applied as a filter. Allowed values: init (initializing session resources), pending (queued or waiting for service resources), running (running), failed (the Travel failed), completed (the Travel has ended; artifacts can be queried).
An Adventure World ID under the current primary account. When provided, only the Travels of that World are returned. This endpoint does not support the mode query parameter; the model-specific entry automatically limits results to Adventure.