Method
listDocumentRetrievers GET
Copy GET

List all the document retrievers.

Arguments:

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.

Response:

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

Exceptions:

TYPE WHEN
DataNotFoundError

projectId is not found.

DataNotFoundError

startAfterId is not found.

Language: