Paginate through the Acting Worlds under the current primary account. The endpoint is automatically isolated by model and never returns Directing or Adventure Worlds.
Scope
Paginate through the Acting 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-acting/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-acting/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 Acting model, and |
Response parameters | |
code Return code. | |
message Error message. | |
data Response data. |
Prerequisite states and call notes
- Model filtering takes effect automatically; the list never mixes in Worlds from other models, and
items[].modeis always3. - List items are lightweight snapshots; they do not return images, prompts,
resolution,aspectRatio, orrefWorldId. When you need the full configuration, call Query World Detail. - When paging, use
pagination.pageSizeandhasMorefrom the response; do not assume the requested values are adopted verbatim. - An empty result is not an error; it returns
items=[]and the corresponding pagination info.
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.