For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query.get

Query.get() → self

Fetches the query metadata, after which query.properties will contain a dict with entries corresponding to the properties on the query resource definition. Will raise an error if the query does not exist.

Returns

self (a Query)

Was this helpful?