---
title: "Get all SLO corrections"
method: GET
path: "/api/v1/slo/correction"
tags: ["Service Level Objective Corrections"]
---

# Get all SLO corrections

`GET /api/v1/slo/correction`

Get all Service Level Objective corrections.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- SLOCorrectionListResponse — A list of SLO correction objects.
  - `data` SLOCorrection[] — The list of SLO corrections objects.
    - `attributes` SLOCorrectionResponseAttributes — The attribute object associated with the SLO correction.
      - `category` 'Scheduled Maintenance' | 'Outside Business Hours' | 'Deployment' | 'Other' — Category the SLO correction belongs to.
      - `created_at` integer, nullable — The epoch timestamp of when the correction was created at.
      - `creator` Creator — Object describing the creator of the shared element.
        - `email` string — Email of the creator.
        - `handle` string — Handle of the creator.
        - `name` string, nullable — Name of the creator.
      - `description` string — Description of the correction being made.
      - `duration` integer, nullable — Length of time (in seconds) for a specified `rrule` recurring SLO correction.
      - `end` integer, nullable — Ending time of the correction in epoch seconds.
      - `modified_at` integer, nullable — The epoch timestamp of when the correction was modified at.
      - `modifier` SLOCorrectionResponseAttributesModifier, nullable — Modifier of the object.
        - `email` string — Email of the Modifier.
        - `handle` string — Handle of the Modifier.
        - `name` string — Name of the Modifier.
      - `rrule` string, nullable — The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
      - `slo_id` string, nullable — ID of the single SLO that this correction applies to.
      - `slo_query` string, nullable — Query that matches the SLOs this correction applies to.
      - `start` integer — Starting time of the correction in epoch seconds.
      - `timezone` string — The timezone to display in the UI for the correction times (defaults to "UTC").
    - `id` string — The ID of the SLO correction.
    - `type` 'correction' — SLO correction resource type.
  - `meta` ResponseMetaAttributes — Object describing meta attributes of response.
    - `page` Pagination — Pagination object.
      - `total_count` integer — Total count.
      - `total_filtered_count` integer — Total count of elements matched by the filter.

## Other responses

- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v1.md) · [All operations](https://skmtc.net/datadog/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v1/revisions/ca5871004d26/schema)
