Get list views
GET/v1/spaces/:space_id/lists/:list_id/views
Returns a paginated list of views defined for a specific list (query or collection) within a space. Each view includes details such as layout, applied filters, and sorting options, enabling clients to render the list according to user preferences and context. This endpoint is essential for applications that need to display lists in various formats (e.g., grid, table) or with different sorting/filtering criteria.
Request
Responses
- 200
- 401
- 404
- 500
The list of views associated with the specified list
Unauthorized
Not found
Internal server error