v5

OpenAPI 3.1.02026-08-025631,1012.8 MB
Collections

Describe collection features

List feature addresses and metadata available in this collection

get/v1/collections/{collection_identifier}/features

Path parameters

collection_identifierstring required

The ID or name of the collection to describe

The ID or name of the collection to describe

Response

Successful Response

Example response

{
  "features": [
    {
      "feature_extractor_name": "text_extractor",
      "inputs": [
        {
          "path": "text",
          "type": "string"
        }
      ],
      "outputs": [
        {
          "dim": 1024,
          "path": "features.text_embedding",
          "type": "vector"
        }
      ],
      "version": "v1"
    }
  ]
}