Skip to main content
GET
List Scenes
Lists all the scenes on your account, newest first. Use it to grab a scene’s id for rendering, or to see which ones have finished processing and are ready to go. Got a lot of scenes? Page through them with limit and offset.

Query parameters

Response

Example

Next steps

Pick a scene whose status is ready and use its id as scene_id in a render job. To inspect one scene, call Get Scene.

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Paginated list of scenes

scenes
object[]
total
integer

Total number of scenes returned