Scenes

Get current user private scenes

get/v1/scenes/my

Response

User scenes retrieved successfully

idstring required
namestring required
descriptionstring required
coverImagestring
avatarUrlstring

CDN URL of the scene avatar icon

genrestring
isPublicboolean required
status'DRAFT' | 'IN_QUEUE' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMED_OUT' required

Current status of the scene

isNewboolean required

Whether the scene was created within the last 30 days

createdAtstring date-time required
updatedAtstring date-time required

Example response

[
  {
    "isNew": true
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.