---
title: "gets information about an ongoing playbook execution"
method: GET
path: "/reporter/{id}"
tags: ["reporter"]
---

# gets information about an ongoing playbook execution

`GET /reporter/{id}`

return execution information

## Path parameters

- `id` string, required

## Response `200`

OK

- ApiPlaybookExecutionReport
  - `description` string
  - `ended` string
  - `execution_id` string
  - `name` string
  - `playbook_id` string
  - `request_interval` integer
  - `started` string
  - `status` string
  - `status_text` string
  - `step_results` object
  - `type` string

## Other responses

- `400` — Bad Request

## Changes

> 4 revisions in range; 1 not diffed.

- **2024-12-19** `94cf0fc80e59` — 1 info
  - endpoint added
- **2024-03-06** `53bae137e6cc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cossas/apis/soarca-api/changes/reporter/:id/get.md)

---

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