> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Shading Scenes

> List all shading scenes in the current workspace

# GET /shadingscenes

Retrieve a summary list of all shading scenes belonging to the current workspace. The response omits full scene JSON for performance; use the single-scene GET endpoint to fetch complete geometry data for a specific scene.

## Notes

* Returns a standard resource list envelope with each scene's metadata (id, name, status, timestamps).
* Full `sceneJson` is excluded from list responses to keep payloads lightweight.
* Use [GET /shadingscenes/{scene_id}](/api-reference/endpoints/shading-scenes-get) to retrieve the complete scene record including geometry.
* Requires workspace-scoped authentication via Bearer token.
