Method
List all the document retriever versions with a given ID.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
documentRetrieverId |
str |
A unique string identifier associated with the document retriever.
|
No |
limit |
int |
The number of vector store versions to retrieve. The maximum value is 100.
|
No |
startAfterVersion |
str |
An offset parameter to exclude all document retriever versions up to this specified one.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
list[DocumentRetrieverVersion] |
|
TYPE |
WHEN |
DataNotFoundError |
documentRetrieverId is not found.
|