[[ml-api-quickref]] == API Quick Reference All {ml} endpoints have the following base: ---- /_xpack/ml/ ---- The main {ml} resources can be accessed with a variety of endpoints: * <>: Create and manage {ml} jobs. * <>: Update data to be analyzed. * <>: Access the results of a {ml} job. * <>: Manage model snapshots. * <>: Validate subsections of job configurations. [float] [[ml-api-jobs]] === /anomaly_detectors/ * <>: Create job * </_open>>: Open a job * <+++>>: Send data to a job * <>: List jobs * <+++>>: Get job details * </_stats>>: Get job statistics * </_update>>: Update certain properties of the job configuration * </_flush>>: Force a job to analyze buffered data * </_close>>: Close a job * <+++>>: Delete job [float] [[ml-api-datafeeds]] === /datafeeds/ * <+++>>: Create a data feed * </_start>>: Start a data feed * <>: List data feeds * <+++>>: Get data feed details * </_stats>>: Get statistical information for data feeds * </_preview>>: Get a preview of a data feed * </_update>>: Update certain settings for a data feed * </_stop>>: Stop a data feed * <+++>>: Delete data feed [float] [[ml-api-results]] === /results/ * <>: List the buckets in the results * <+++>>: Get bucket details * <>: List the categories in the results * <+++>>: Get category details * <>: Get influencer details * <>: Get records from the results [float] [[ml-api-snapshots]] === /model_snapshots/ * <>: List model snapshots * <+++>>: Get model snapshot details * </_revert>>: Revert a model snapshot * </_update>>: Update certain settings for a model snapshot * <+++>>: Delete a model snapshot [float] [[ml-api-validate]] === /validate/ * <>: Validate a detector * <>: Validate a job //[float] //== Where to Go Next //<> :: Enable machine learning and start //discovering anomalies in your data. //[float] //== Have Comments, Questions, or Feedback? //Head over to our {forum}[Graph Discussion Forum] to share your experience, questions, and //suggestions.