Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wherobots catalogs API

The catalogs API from Wherobots — 7 operation(s) for catalogs.

Wherobots catalogs API is one of 34 APIs that Wherobots publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include catalogs. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 9 operations across 7 paths, and defines 27 schemas. It is described by OpenAPI 3.1.0, at version 0.0.1.

Requests are made against a single base URL, https://api.cloud.wherobots.com.

9 operations 7 paths 27 schemas 1 DELETE6 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.0.1
Base URL
https://api.cloud.wherobots.com
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Wherobots catalogs API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerToken). An API key is passed in the header as X-API-Key (wherobotsApiKey).

  • wherobotsApiKey — A Wherobots-generated API key

Paths & Operations 9

Across 7 paths, the API surfaces 9 operations — 1 DELETE, 6 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

catalogs 9
GET
/catalogs
List all catalogs
listCatalogs → 200400401403404409422500
POST
/catalogs
Create a new managed catalog
createCatalog body → 201400401403404409422500
GET
/catalogs/{catalog_id}/namespaces
List namespaces in a catalog
listNamespaces 1 param → 200400401403404409422500
GET
/catalogs/{catalog_id}/namespaces/{namespace_name}/tables
List tables in a namespace
listTables 2 params → 200400401403404409422500
GET
/catalogs/{catalog_id}/namespaces/{namespace_name}/tables/{table_name}
Get table details
getTable 3 params → 200400401403404409422500
DELETE
/catalogs/{catalog_id}/namespaces/{namespace_name}/tables/{table_name}
Delete a table
deleteTable 4 params → 204400401403404409422500
POST
/catalogs/{catalog_id}/namespaces/{namespace_name}/tables/{table_name}/credentials
Get temporary table storage credentials
getTableCredentials 3 params → 200400401403404409422500
GET
/catalogs/{catalog_id}/namespaces/{namespace_name}/views/{view_name}
Get view details
getView 3 params → 200400401403404409422500
GET
/catalogs/hierarchy
Get full catalog hierarchy
getCatalogHierarchy → 200400401403404409422500

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are TableDetail (10 properties), Snapshot (9 properties), ErrorInfo (7 properties), SnapshotRef (5 properties). Each schema is shown below with its type and property counts.

ListNamespacesResponse
object
1 property 1 required
ErrorInfo
object
7 properties 4 required
Catalog
object
3 properties 3 required
SnapshotRefType
string
ListTablesResponse
object
1 property 1 required
TableCredentials
object
5 properties 5 required
TableStatistics
object
1 property 1 required
Namespace
object
1 property 1 required
GetCatalogHierarchyResponse
object
1 property 1 required
ViewDetail
object
4 properties 4 required
ErrorBody
object
2 properties 2 required
TableFormat
string
Schema
object
A table Schema. Example: from pyiceberg import schema from pyiceberg import types
4 properties
Summary
object
ExplorerUIDatabase
object
3 properties 1 required
ExplorerUITable
object
2 properties 1 required
CreateCatalogRequest
object
3 properties 1 required
ExplorerUICatalog
object
5 properties 4 required
Snapshot
object
9 properties 2 required
CatalogType
string
TableListItem
object
5 properties 4 required
TableType
string
ListCatalogsResponse
object
1 property 1 required
ErrorClass
string
TableDetail
object
10 properties 7 required
SnapshotRef
object
5 properties 2 required
NestedField
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wherobots-catalogs-api-openapi.yml Raw ↑

Other APIs Wherobots publishes across the network.

Wherobots apikey API
Wherobots audit-log API
Wherobots cloud-connections API
Wherobots coupon API
Wherobots environment-override--preset API
Wherobots environment-preset API
Wherobots files API
Wherobots Flags API
Wherobots foreign-catalog API
Wherobots Health API
Wherobots Is Super User API
Wherobots jupyter_lab API