Weaviate · Example Payload

Weaviate Objects List Response Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Objects List Response Example is an example object payload from Weaviate, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

objectsdeprecationstotalResults

Example Payload

Raw ↑
{
  "objects": [
    {
      "id": "example-id"
    }
  ],
  "deprecations": [
    {
      "id": "example-id"
    }
  ],
  "totalResults": 82
}