Retrieve all scene entries.

GET /data/scenes/all

Filters can be specified in the query string.

Responses

GET /data/scenes/all
curl \
 --request GET http://api.example.com/data/scenes/all \
 --header "Authorization: $API_KEY"