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

200
application/json

Successfully retrieved the list of Lucidworks AI chunking strategies.

The response is of type Chunking Strategy · object[].