List saved views for a definition in a space
Lists the saved table views (stored filters/sorts/column layout) for a definition within a space. Authorization: requires `space:read` on `:spaceId` — lacking it gives **404** (leak-guard). A per-space default view is lazily seeded on first read, so the response `{ default, views }` always contains a `default`; `views` is the full list (including the default).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
definitionId
Response
The saved views, including the seeded default.
default
views
Errors
404
Not Found Error