Return the latest proposal for a job (recipe, SQL, validation).
Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Feature engineering job ID.
Successful Response
The crew's proposal returned to the user for review.
Lifecycle of an AutoML feature engineering job.
running, pending_approval, failed, approved, materializing, complete Structured recipe describing the training table the crew designed.
The CREATE TABLE AS SELECT query the crew produced.
Result of running the CTAS query with a row limit during validation.
Kept intentionally lean — large agents produce >10KB JSON when this grows (per-column null rates, sample rows), and that often gets cut off by output-token limits. The user can run the SQL to inspect rows themselves; only persist what's cheap and structurally useful.