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. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| result | list[DocumentRetriever] |
| TYPE | WHEN |
|---|---|
| DataNotFoundError |
|
| DataNotFoundError |
|