IndexingErrorListResponse

IndexingErrorListResponse
IndexingErrorListResponse

List of indexing errors.

JSON Example
{
    "object": "string",
    "has_more": false,
    "num_objects": 0,
    "data": [
        {
            "id": "string",
            "code": "string",
            "source": "string",
            "created_at": 0,
            "data_source_id": "string",
            "indexing_id": "string",
            "system_message": "string",
            "op_id": "string"
        }
    ],
    "first_id": "string",
    "last_id": "string"
}
string
object
Optional
Constraints: default: list

Object type, which is always list.

boolean
has_more
Optional

True, if the server may have more objects than returned in the response.

integer
num_objects
Required

Total number of objects that match the request. Note that this field is populated only if requested by the user (see set_num_objects request parameter).

data
Required

List of indexing errors.

string As uuid As uuid
first_id
Required

ID of the first element in the list (if any)

string As uuid As uuid
last_id
Required

ID of the last element in the list (if any)