---
title: "get CI test results for a script, flow, or resource"
method: GET
path: "/w/{workspace}/scripts/ci_test_results/{kind}/{path}"
tags: ["script"]
---

# get CI test results for a script, flow, or resource

`GET /w/{workspace}/scripts/ci_test_results/{kind}/{path}`

## Path parameters

- `workspace` string, required
- `kind` 'script' | 'flow' | 'resource', required
- `path` string, required

## Response `200`

CI test results

- CiTestResult[]
  - `test_script_path` string, required
  - `job_id` string, uuid, nullable
  - `status` string, nullable
  - `started_at` string, date-time, nullable

---

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