Run a SQL Evalpost https://{protocol}://{base-url}/ai/api/v1/run_sql_evaluation/{data_product_id}Run a SQL Evaluation on a Data Product's Eval Set.Path Paramsdata_product_idstringrequiredThe ID of the Data Product to use.Query Paramsdata_product_versionstringnullThe version of the Data Product to evaluate. If not provided, uses the dp_id alone and uses the version assigned to dp_id.pre_exec_sqlstringnullSQL to execute before the Eval (e.g., for setting session parameters)auth_idstringnullThe authentication ID for the credentials to use for the queries.agent_config_idstringnullThe ID of the Agent Config to use.default_agent_refDefaultAgentRef | nullReference string of the default agent to use. Only used if no agent_config_id is provided.Default Agent Ref DefaultAgentRef | nullResponses 200Successful Response 400Must provide either agent_config_id or default_agent_ref 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 402Tenant has no remaining tool calls. The request cannot be completed. 403Access to the data product is forbidden. 404Resource not found. The detail field specifies which resource. 422Validation Error 500Internal server error during request processing.Updated 14 days ago Delete a SQL Eval CaseGet SQL Eval ResultsDid this page help you?YesNo