---
title: "List Children"
method: GET
path: "/artifacts/{artifact_id}/children"
tags: ["Artifacts"]
---

# List Children

`GET /artifacts/{artifact_id}/children`

List children of any artifact (universal container model).

Optional filters:
- content_type: filter children by their content_type
- workspace_id: include draft children from this workspace

Each child is enriched with `committed_collection_ids` — the set of committed
containers it currently appears in.

## Path parameters

- `artifact_id` string, required

## Query parameters

- `content_type` string, nullable
- `workspace_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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