Datagraph Ask
Ask questions about the community's content.
Ask questions about the community's content.
/datagraph/askIn: cookie
Query Parameters
Search query string.
0 <= lengthIf a follow-up question, the parent question ID.
Response Body
text/event-stream
application/json
curl -X GET "https://loading/api/datagraph/ask?q=string""string"{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Link List GET
List all links using the filtering options.
Datagraph Matches GET
Query the datagraph optimised for typeahead scenarios. This endpoint is only active when a `SEARCH_PROVIDER` that supports fast access is used. This includes providers such as Bleve and Redis. This endpoint will return a minified set of results directly from the configured search index, without hitting the database. This makes it suitable for performance sensitive use-cases such as type-ahead search, @ mentioning threads/pages, CTRL+K style menus, and more. Results will include a `kind` field and short content, but will not contain graph edges (such as authorship, links, etc.) due to constraints of the underlying search index and to keep payload sizes smaller.