List Source Passages
List all passages associated with a data source.
Path parameters
source_id
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
after
Message after which to retrieve the returned messages.
before
Message before which to retrieve the returned messages.
limit
Maximum number of messages to retrieve.
Response
Successful Response
text
The text of 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.
agent_id
The unique identifier of the agent associated with the 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
embedding
The embedding of the passage.
embedding_config
The embedding configuration used by the passage.