| Field | Type | Required | Description |
|---|---|---|---|
documents |
List[models.Document] | ➖ | The document details, ordered by score. |
has_more_results |
Optional[bool] | ➖ | Whether more results are available. Use cursor to retrieve them. |
cursor |
Optional[str] | ➖ | Cursor that indicates the start of the next page of results. To be passed in "more" requests for this query. |