# Lakekeeper Generic Table (Data) API

**Canonical:** https://apis.io/apis/lakekeeper/lakekeeper-generic-table-data-api/  
**Provider:** Lakekeeper — https://apis.io/providers/lakekeeper/  
**Base URL:** {scheme}://{host}/lakekeeper/v1  
**Documentation:** https://docs.lakekeeper.io/docs/latest/generic-tables/

Lakekeeper Generic Table (Data) API is one of 13 APIs that [Lakekeeper](https://apis.io/providers/lakekeeper/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Data Catalog, Lakehouse, Metadata, and Data Engineering. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

Lakekeeper's data-plane API served under /lakekeeper/v1, cataloging non-Iceberg table formats — Lance, Delta, CSV, Parquet — alongside Iceberg tables in the same Warehouse and Namespace, with the same credential vending and access control. Six operations across four paths covering list, create, load and drop of generic tables, plus a referenced-by lookup. Consumed by the official pylakekeeper Python client and the Lakekeeper Java/Spark clients.

## Operations (6)

| Method | Path | Summary |
|---|---|---|
| POST | `/lakekeeper/v1/{prefix}/generic-tables/rename` | Rename a generic table |
| GET | `/lakekeeper/v1/{prefix}/namespaces/{namespace}/generic-tables` | List generic tables in a namespace |
| POST | `/lakekeeper/v1/{prefix}/namespaces/{namespace}/generic-tables` | Create a generic table |
| GET | `/lakekeeper/v1/{prefix}/namespaces/{namespace}/generic-tables/{table}` | Load a generic table |
| DELETE | `/lakekeeper/v1/{prefix}/namespaces/{namespace}/generic-tables/{table}` | Drop a generic table |
| GET | `/lakekeeper/v1/{prefix}/namespaces/{namespace}/generic-tables/{table}/credentials` | Load credentials for a generic table |

## Machine-readable artifacts (4)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/lakekeeper/refs/heads/main/openapi/lakekeeper-generic-table-api-openapi.yml
- **Documentation** — https://docs.lakekeeper.io/docs/latest/generic-tables/
- **APIReference** — https://docs.lakekeeper.io/docs/latest/api/generic-table/
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/lakekeeper/refs/heads/main/apis.yml

## Other Lakekeeper APIs (12)

- [Lakekeeper Authorization API](https://apis.io/apis/lakekeeper/lakekeeper-authorization-api/)
- [Lakekeeper Catalog API](https://apis.io/apis/lakekeeper/lakekeeper-catalog-api-api/)
- [Lakekeeper Configuration API](https://apis.io/apis/lakekeeper/lakekeeper-configuration-api-api/)
- [Lakekeeper OAuth2 API](https://apis.io/apis/lakekeeper/lakekeeper-oauth2-api-api/)
- [Lakekeeper Permissions Cedar API](https://apis.io/apis/lakekeeper/lakekeeper-permissions-cedar-api/)
- [Lakekeeper Permissions Openfga API](https://apis.io/apis/lakekeeper/lakekeeper-permissions-openfga-api/)
- [Lakekeeper Project API](https://apis.io/apis/lakekeeper/lakekeeper-project-api/)
- [Lakekeeper Role API](https://apis.io/apis/lakekeeper/lakekeeper-role-api/)
- [Lakekeeper Server API](https://apis.io/apis/lakekeeper/lakekeeper-server-api/)
- [Lakekeeper Tasks API](https://apis.io/apis/lakekeeper/lakekeeper-tasks-api/)
- [Lakekeeper User API](https://apis.io/apis/lakekeeper/lakekeeper-user-api/)
- [Lakekeeper Warehouse API](https://apis.io/apis/lakekeeper/lakekeeper-warehouse-api/)

## Tags

Data Catalog, Lakehouse, Metadata, Data Engineering

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/lakekeeper/lakekeeper-generic-table-data-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/lakekeeper/.
