Skip to main content
GET
/
shadingscenes
List Shading Scenes
curl --request GET \
  --url https://api.example.com/shadingscenes

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/ to retrieve the complete scene record including geometry.
  • Requires workspace-scoped authentication via Bearer token.