---
title: "Get patterns run status"
method: GET
path: "/api/v2/llm-obs/v1/topic-discovery-runs/status"
tags: ["LLM Observability"]
---

# Get patterns run status

`GET /api/v2/llm-obs/v1/topic-discovery-runs/status`

Retrieve the status and step-by-step progress of the current or most recent
patterns run for a configuration.

## Query parameters

- `config_id` string, required

## Response `200`

OK

- LLMObsPatternsRunStatusResponse — Response containing the status of an LLM Observability patterns run.
  - `data` LLMObsPatternsRunStatusResponseData, required — Data object of an LLM Observability patterns run status response.
    - `attributes` LLMObsPatternsRunStatusResponseAttributes, required — Attributes of an LLM Observability patterns run status.
      - `created_at` string, date-time, required — Timestamp when the run was created.
      - `progress` LLMObsPatternsActivityProgress[], required — List of step-by-step progress entries for a patterns run.
        - `name` string, required — Name of the step.
        - `started_at` string, date-time, nullable — Timestamp when the step started. Null if the step has not started.
        - `status` string, required — Status of the step.
      - `status` string, required — Overall status of the run.
      - `step` string, required — The current step of the run.
    - `id` string, required — The ID of the patterns run.
    - `type` 'topic_discovery_run_status', required — Resource type of an LLM Observability patterns run status.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests
- `500` — Internal Server Error

---

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