# SLOs This feature is available as part of the [Honeycomb Pro and Enterprise plans](https://www.honeycomb.io/pricing). Honeycomb SLOs allow you to define and monitor Service Level Objectives (SLOs) for your organization. This API allows you to list, create, update, and delete SLO objects. You can also access historical reporting for your SLOs to analyze long-term performance trends. For more information, see [Get SLO History](https://api-docs.honeycomb.io/api/reporting/getslohistory) ## Create an SLO - [POST /1/slos/{datasetSlug}](https://api-docs.honeycomb.io/api/slos/createslo.md): Create an SLO on the provided dataset. ## Get all SLOs - [GET /1/slos/{datasetSlug}](https://api-docs.honeycomb.io/api/slos/listslos.md): Get all SLOs for a dataset or environment (using ). This action returns any SLOs, including those applied with multiple datasets. ## Get an SLO - [GET /1/slos/{datasetSlug}/{sloId}](https://api-docs.honeycomb.io/api/slos/getslo.md): Get an SLO by ID. ## Update an SLO - [PUT /1/slos/{datasetSlug}/{sloId}](https://api-docs.honeycomb.io/api/slos/updateslo.md): Update an SLO by specifying its ID and full SLO details. ## Delete an SLO - [DELETE /1/slos/{datasetSlug}/{sloId}](https://api-docs.honeycomb.io/api/slos/deleteslo.md): Delete an SLO by specifying its ID.