This is a REST API for discovering database objects such as tables, schemas, etc.
The Discovery API endpoints ultimately serve to provide users with an easy interface for looking up database resources (e.g., tables) and inspecting their metadata. Through the API, you can answer questions like:
- What tables are part of a namespace?
- What are the columns in a table?
- What other tables have a foreign key reference on my table's primary key?
Before calling the Resource Discovery REST APIs, make sure you've authenticated to Space and Time.
If you have ideas about how we can improve our Discovery APIs, please reach out to your contact directly—we love feedback!