---
title: "Check results of a liquid test run"
method: GET
path: "/api/v4/f/{firm_id}/reconciliations/test_runs/{id}"
tags: ["Templates"]
---

# Check results of a liquid test run

`GET /api/v4/f/{firm_id}/reconciliations/test_runs/{id}`

Check results of a liquid test run. <br>
<b>Required scope(s):</b> `administration:write`

## Path parameters

- `firm_id` integer, required
- `id` integer, required

## Headers

- `Accept` string
- `Accept-Language` string

## Response `200`

Successful response

- object
  - `status` string — started, completed, test_error, internal_error
  - `error_message` string
  - `error_line_number` integer

---

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