List objects
GET/spaces/:space_id/objects
Retrieves a paginated list of objects in the given space. The endpoint takes query parameters for pagination (offset and limit) and returns detailed data about each object including its ID, name, icon, type information, a snippet of the content (if applicable), layout, space ID, blocks and details. It is intended for building views where users can see all objects in a space at a glance.
Request
Responses
- 200
- 401
- 500
List of objects
Unauthorized
Internal server error