Method
List all the document retrievers.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
projectId |
str |
The ID of project that the document retriever is created in.
|
No |
limit |
int |
The number of document retrievers to return.
|
No |
startAfterId |
str |
An offset parameter to exclude all document retrievers up to this specified ID.
|
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[DocumentRetriever] |
|
TYPE |
WHEN |
DataNotFoundError |
`projectId` is not found. |
DataNotFoundError |
`startAfterId` is not found. |