---
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

---

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