Conditional writes shipped

GET /v1/namespaces/:namespace/metadata

Returns metadata about a namespace.

Response

schema object

approx_logical_bytes integer

The approximate number of logical bytes in the namespace.

This is a coarse approximation and may change over time as turbopuffer's data representation evolves.


approx_row_count integer

The approximate number of rows in the namespace.


created_at string

The timestamp when the namespace was created, in ISO 8601 format.

Example: "2024-03-15T10:30:45Z"

Example

Billing

This request is billed as a query that returns zero rows.

Follow
Blog