---
title: "GET /api/v1/workflows/runs/{runId}/children"
method: GET
path: "/api/v1/workflows/runs/{runId}/children"
tags: ["workflows"]
---

# GET /api/v1/workflows/runs/{runId}/children

`GET /api/v1/workflows/runs/{runId}/children`

## Path parameters

- `runId` string, required

## Response `200`

List direct child workflow runs spawned by a parent run

- object
  - `runs` object[]
    - `runId` string
    - `workflowId` string
    - `workflowName` string
    - `parentNodeRef` string, nullable
    - `status` string
    - `startedAt` string, date-time
    - `completedAt` string, date-time, nullable

## Changes

- **2025-12-31** `052d5668ea8f` — 7 breaking
  - the response property `runs` became optional for the status `200`
  - the response property `runs/items/parentNodeRef` became optional for the status `200`
  - the response property `runs/items/runId` became optional for the status `200`
  - the response property `runs/items/startedAt` became optional for the status `200`
  - …3 more
- **2025-12-30** `fbd799846b62` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/workflows/runs/:runId/children/get.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/052d5668ea8f/schema)
