User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Query LLM Status

Determine whether a project is queryable

You must call this endpoint after the first call to update LLM data to make sure the model is available for queries. It will wait for all operations generated by the update LLM method to complete and ensure that LLM is ready for queries. This endpoint only shows whether a dedup model is available for queries or not. It does not reflect whether the dedup model is up-to-date or not.

Returns true or false to indicate whether the project is queryable.

Language