Get object
GET/v1/spaces/:space_id/objects/:object_id
Fetches the full details of a single object identified by the object ID within the specified space. The response includes not only basic metadata (ID, name, icon, type) but also the complete set of blocks (which may include text, files, properties and dataviews) and extra details (such as timestamps and linked member information). This endpoint is essential when a client needs to render or edit the full object view.
Request
Responses
- 200
- 401
- 404
- 410
- 500
The retrieved object
Unauthorized
Resource not found
Resource deleted
Internal server error