GET
/
ai
/
async-chunking
/
{CHUNKING_ID}
Get results by chunkingId
curl --request GET \
  --url https://application_id.applications.lucidworks.com/ai/async-chunking/{CHUNKING_ID}
{
  "chunkingId": "441eb3be-7de6-470a-8141-e416a15c7db1",
  "status": "READY",
  "chunkedData": [
    {
      "chunks": [
        "Chunks of text from the text submitted in the POST request."
      ]
    }
  ],
  "vector": [
    {
      "vector": [
        -21,
        -16,
        21,
        -7,
        0,
        -1,
        24,
        15,
        -14,
        -5,
        2,
        -38,
        4,
        14,
        4,
        17,
        -2,
        17,
        -26,
        12,
        26,
        -14,
        10,
        -8,
        7,
        0,
        -7,
        14,
        -14,
        -78,
        -7,
        -6,
        13,
        -8,
        14,
        5,
        -8,
        3,
        18,
        14,
        3,
        6,
        -11,
        -16,
        -21,
        -21,
        -6,
        -10,
        25,
        -19,
        5,
        1,
        -7,
        14,
        -8,
        1,
        32,
        -2,
        4,
        6,
        31,
        4,
        -73,
        44,
        32,
        18,
        -24,
        -9,
        16,
        1,
        -4,
        23,
        15,
        15,
        19,
        -5,
        5,
        0,
        0,
        6,
        -20,
        -24,
        -18,
        2,
        2,
        -11,
        15,
        -33,
        20,
        12,
        -1,
        -6,
        -10,
        -8,
        -2,
        0,
        1,
        0,
        -15,
        85,
        -25,
        19,
        21,
        1,
        -6,
        -14,
        0,
        -17,
        0,
        0,
        11,
        -7,
        28,
        -5,
        2,
        1,
        0,
        0,
        -30,
        10,
        2,
        -7,
        23,
        -6,
        8,
        -15,
        34,
        50,
        20,
        -1,
        20,
        -27,
        -1,
        -21,
        -3,
        8,
        4,
        10,
        9,
        -14,
        -22,
        -28,
        2,
        -41,
        -2,
        26,
        -17,
        12,
        -11,
        5,
        -2,
        9,
        -9,
        -7,
        8,
        11,
        -9,
        39,
        -11,
        -7,
        -4,
        -7,
        -11,
        1,
        33,
        -39,
        -23,
        4,
        7,
        -7,
        6,
        18,
        -32,
        15,
        13,
        -8,
        -15,
        -15,
        2,
        11,
        8,
        -23,
        -22,
        14,
        12,
        -6,
        0,
        -2,
        17,
        21,
        8,
        4,
        -1,
        -21,
        -11,
        -10,
        -8,
        8,
        -6,
        -11,
        33,
        -14,
        0,
        8,
        10,
        4,
        18,
        0,
        11,
        18,
        -3,
        3,
        20,
        -12,
        -20,
        -10,
        3,
        -3,
        4,
        17,
        17,
        -30,
        -21,
        -73,
        -2,
        -5,
        -14,
        13,
        -15,
        22,
        -15,
        25,
        2,
        24,
        -15,
        1,
        29,
        -11,
        23,
        14,
        1,
        13,
        18,
        -24,
        12,
        -12,
        -19,
        -9,
        -13,
        74,
        50,
        -3,
        -15,
        3,
        13,
        -12,
        -47,
        10,
        12,
        26,
        -20,
        -18,
        -24,
        -10,
        11,
        8,
        -35,
        -7,
        -4,
        0,
        8,
        -6,
        3,
        15,
        -3,
        23,
        9,
        14,
        -13,
        -28,
        17,
        -15,
        13,
        8,
        -19,
        4,
        -21,
        16,
        8,
        -2,
        -14,
        12,
        -28,
        -14,
        22,
        1,
        -1,
        15,
        13,
        23,
        -13,
        10,
        -22,
        19,
        -30,
        11,
        -1,
        -10,
        -12,
        -1,
        -14,
        0,
        -19,
        4,
        14,
        -23,
        -5,
        5,
        3,
        -127,
        1,
        7,
        2,
        -5,
        7,
        20,
        20,
        -18,
        12,
        -1,
        -2,
        -2,
        0,
        9,
        23,
        -1,
        -11,
        23,
        -11,
        8,
        11,
        87,
        -5,
        0,
        19,
        -4,
        15,
        3,
        -7,
        13,
        10,
        13,
        -27,
        -4,
        15,
        -15,
        27,
        6,
        -14,
        -19,
        5,
        0,
        -8,
        47,
        -17,
        -11,
        -14,
        13,
        33,
        -20,
        -16,
        1,
        -4,
        16,
        5,
        -16,
        -18,
        -21,
        -20,
        2,
        -34,
        -16,
        5,
        27
      ]
    }
  ],
  "tokensUsed": {
    "inputTokens": 9
  }
}

Path Parameters

CHUNKING_ID
string
required

The universal unique identifier (UUID) returned in the POST request. This UUID is required in the GET request to retrieve results.

Response

200
application/json

OK

The response is of type object.