cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

API does not return Genie space create and last modified dates

Beka
Visitor

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?

1 REPLY 1

Ashwin_DSA
Databricks Employee
Databricks Employee

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.

Regards,
Ashwin | Delivery Solution Architect @ Databricks
Helping you build and scale the Data Intelligence Platform.
***Opinions are my own***