List Passages For Folder
List all passages associated with a data folder.
Path parameters
folder_id
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
before
Passage ID cursor for pagination. Returns passages that come before this passage ID in the specified sort order
after
Passage ID cursor for pagination. Returns passages that come after this passage ID in the specified sort order
limit
Maximum number of passages to return
order
Sort order for passages by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by
Field to sort by
Response
Successful Response
text
The text of the passage.
embedding
The embedding of the passage.
embedding_config
The embedding configuration used by the passage.
created_by_id
The id of the user that made this object.
last_updated_by_id
The id of the user that made this object.
created_at
The creation date of the passage.
updated_at
The timestamp when the object was last updated.
is_deleted
Whether this passage is deleted or not.
archive_id
The unique identifier of the archive containing this passage.
source_id
The data source of the passage.
file_id
The unique identifier of the file associated with the passage.
file_name
The name of the file (only for source passages).
metadata
The metadata of the passage.
id
The human-friendly ID of the Passage