Paginate through the Directing Worlds under the current primary account. The endpoint is automatically isolated by model and never returns Acting or Adventure Worlds.
Scope
Paginate through the Directing Worlds under the current primary account. Before calling, confirm the following:
-
Authentication: Only the primary API Key is supported; temporary API Keys cannot be used (error code
403003).- Get the primary API Key: Get and configure an API Key.
-
Caller: Called by your server.
HTTP request
Singapore
GET https://{WorkspaceId}.ap-southeast-1.maas.aliyuncs.com/api/v2/apps/happyoyster-1.0-directing/openapi/v1/worlds
Replace {WorkspaceId} with your actual Workspace ID.
US (Virginia)
GET https://{WorkspaceId}.us-east-1.maas.aliyuncs.com/api/v2/apps/happyoyster-1.0-directing/openapi/v1/worlds
Replace {WorkspaceId} with your actual Workspace ID.
Request parameters | Query World list |
Authorization API Key authentication. Only the primary API Key is supported; it starts with | |
Query parameters | |
page Page number, defaults to | |
pageSize Items per page, defaults to | |
status Filter by build status. Unknown values are not applied as a filter. Allowed values:
| |
mode No need to pass this. The list is already filtered to the Directing model, and |
Response parameters | Query succeeded |
code Return code. | |
message Error message. | |
data Response data. |
Prerequisite states and call notes
- List items are lightweight snapshots; they do not return images,
scriptList, oraspectRatio. When you need the full metadata, call Query World Detail byencryptedWorldId. - An unknown
statusdoes not raise an error; it is treated as no status filter. - When paging, use
pagination.pageSizeandhasMorefrom the response; do not assume the requested values are adopted verbatim.
Error codes
If the model call fails and returns an error, see HappyOyster Error Codes to resolve it.
Next steps
- Query World Detail: view the full metadata of a single World.
- Delete World: delete a World you no longer use.