GET
/
query-stages
/
lwai-chunking-strategies
Get Lucidworks AI chunking strategies
curl --request GET \
  --url https://{FUSION HOST}/api/query-stages/lwai-chunking-strategies \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

account
string
required

The name of the Lucidworks AI account for which chunking strategies should be retrieved.

Response

Successfully retrieved the list of Lucidworks AI chunking strategies.

id
string

Unique identifier for the chunking strategy.

name
string

The name of the chunking strategy.