API does not return Genie space create and last modified dates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
I am using "/api/2.0/genie/spaces" endpoint to retrieve genie spaces, but this does not return "created date" and "last modified dates". Is there a way to retrieve above information?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Beka,
Unfortunately, no. Those timestamps aren’t exposed for Genie spaces today.
The GenieSpace resource behind both GET /api/2.0/genie/spaces and GET /api/2.0/genie/spaces/{space_id} contains only fields such as space_id, title, description, parent_path, warehouse_id, serialized_space, and etag. There are no created_* or updated_* fields in the schema, so the REST API never returns them.
The only timestamps currently available are on conversations/messages, e.g., created_timestamp/last_updated_timestamp on conversation/message objects, not on the space itself.
If you have a business case, you’d need to file a feature request via your Databricks account team or support to have those fields added to the Genie Spaces API.
If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.
Ashwin | Delivery Solution Architect @ Databricks
Helping you build and scale the Data Intelligence Platform.
***Opinions are my own***