Method
listDocumentRetrieverVersions GET
Copy GET

List all the document retriever versions with a given ID.

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[DocumentRetrieverVersion]

Exceptions:

TYPE WHEN
DataNotFoundError

documentRetrieverId is not found.

Language: