---
title: "List parent workflows that embed this component"
method: GET
path: "/v1/workflows/{workflow_id}/dependents"
tags: ["workflows"]
---

# List parent workflows that embed this component

`GET /v1/workflows/{workflow_id}/dependents`

List parent workflows that embed this component (§10.6).

The ``update_available`` flag is ``True`` when the pinned revision differs
from the component's current active revision.

## Path parameters

- `workflow_id` string, uuid, required

## Response `200`

Successful Response

- DependentResponse[]
  - `parent_workflow_id` string, uuid, required
  - `parent_workflow_name` string, required
  - `parent_revision_id` string, uuid, required
  - `parent_revision_name` string, required
  - `is_active_revision` boolean, required
  - `instance_id` string, required
  - `pinned_revision_id` string, uuid, nullable
  - `resolved_revision_id` string, nullable
  - `update_available` boolean, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
