Get metadata about a namespace.

get/v2/namespaces/{namespace}/metadata

Path parameters

namespacestring required

The name of the namespace.

Response

The metadata of the namespace.

schemaobject required

The schema of the namespace.

approx_row_countinteger required

The approximate number of rows in the namespace.

approx_logical_bytesinteger required

The approximate number of logical bytes in the namespace.

created_atstring date-time required

The timestamp when the namespace was created.

updated_atstring date-time required

The timestamp when the namespace was last modified by a write operation.

Changes

Changed in 5 of the 38 revisions of this API.14

    • added the optional property schema/additionalProperties/ann/oneOf[AnnConfig]/late_interaction to the response with the 200 status

      response-optional-property-added

    • added the optional property sharding to the response with the 200 status

      response-optional-property-added

    • added subschema #6 to the schema/additionalProperties/full_text_search/oneOf[FullTextSearchConfig]/tokenizer response property oneOf list for the response status 200

      response-property-one-of-added

    • added the optional property schema/additionalProperties/embed to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added