List Passages
Retrieve the memories in an agent’s archival memory store (paginated query).
Path parameters
agent_id
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
after
Unique ID of the memory to start the query range at.
before
Unique ID of the memory to end the query range at.
limit
How many results to include in the response.
search
Search passages by text
ascending
Whether to sort passages oldest to newest (True, default) or newest to oldest (False)
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.