---
title: "Get SLO report status"
method: GET
path: "/api/v2/slo/report/{report_id}/status"
tags: ["Service Level Objectives"]
---

# Get SLO report status

`GET /api/v2/slo/report/{report_id}/status`

Get the status of the SLO report job.

## Path parameters

- `report_id` string, required

## Response `200`

OK

- SLOReportStatusGetResponse — The SLO report status response.
  - `data` SLOReportStatusGetResponseData — The data portion of the SLO report status response.
    - `attributes` SLOReportStatusGetResponseAttributes — The attributes portion of the SLO report status response.
      - `status` 'in_progress' | 'completed' | 'completed_with_errors' | 'failed' — The status of the SLO report job.
    - `id` string — The ID of the report job.
    - `type` string — The type of ID.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

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