# Get an SLO **GET /s/{spaceId}/api/observability/slos/{sloId}** You must have the `read` privileges for the **SLOs** feature in the **Observability** section of the Kibana feature privileges. ## Servers - https://: https:// () ## Authentication methods - Api key auth ## Parameters ### Headers - **kbn-xsrf** (string) Cross-site request forgery protection ### Path parameters - **spaceId** (string) An identifier for the space. If `/s/` and the identifier are omitted from the path, the default space is used. - **sloId** (string) An identifier for the slo. ### Query parameters - **instanceId** (string) the specific instanceId used by the summary calculation ## Responses ### 200 Successful request #### Body: application/json (object) - **budgetingMethod** (string) The budgeting method to use when computing the rollup data. - **createdAt** (string) The creation date - **description** (string) The description of the SLO. - **enabled** (boolean) Indicate if the SLO is enabled - **groupBy** (string | array[string]) optional group by field or fields to use to generate an SLO per distinct value - **id** (string) The identifier of the SLO. - **indicator** (object) - **instanceId** (string) the value derived from the groupBy field, if present, otherwise '*' - **name** (string) The name of the SLO. - **objective** (object) Defines properties for the SLO objective - **revision** (number) The SLO revision - **settings** (object) Defines properties for SLO settings. - **summary** (object) The SLO computed data - **tags** (array[string]) List of tags - **timeWindow** (object) Defines properties for the SLO time window - **updatedAt** (string) The last update date - **version** (number) The internal SLO version ### 400 Bad request #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (number) ### 401 Unauthorized response #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (number) ### 403 Forbidden response #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (number) ### 404 Not found response #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (number) [Powered by Bump.sh](https://bump.sh)