HasChunkIDCondition: {
    ids?: string[] | null;
    tracking_ids?: string[] | null;
}

HasChunkIDCondition is a JSON object which can be used to filter chunks by their ids or tracking ids. This is useful for when you want to filter chunks by their ids or tracking ids.

Type declaration

  • Optionalids?: string[] | null

    Ids of the chunks to apply a match_any condition with. Only chunks with one of these ids will be returned.

  • Optionaltracking_ids?: string[] | null

    Tracking ids of the chunks to apply a match_any condition with. Only chunks with one of these tracking ids will be returned.