v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-09194386949.7 KB
Pipelines

List Pipeline Document Chunks

Return a list of chunks for a pipeline document.

get/api/v1/pipelines/{pipeline_id}/documents/{document_id}/chunks

Path parameters

document_idstring required
pipeline_idstring uuid required

Cookies

sessionstring nullable

Response

Successful Response

id_string

Unique ID of the node.

embeddingnumber[] nullable

Embedding of the node.

extra_infoobject

A flat dictionary of metadata fields

excluded_embed_metadata_keysstring[]

Metadata keys that are excluded from text for the embed model.

excluded_llm_metadata_keysstring[]

Metadata keys that are excluded from text for the LLM.

relationshipsobject

A mapping of relationships to other node information.

metadata_templatestring

Template for how metadata is formatted, with {key} and {value} placeholders.

metadata_seperatorstring

Separator between metadata fields when converting to string.

textstring

Text content of the node.

mimetypestring

MIME type of the node content.

start_char_idxinteger nullable

Start char index of the node.

end_char_idxinteger nullable

End char index of the node.

text_templatestring

Template for how text is formatted, with {content} and {metadata_str} placeholders.

class_namestring