---
title: "Get records which are immediate children of a specified parentNaId."
method: GET
path: "/records/parentNaId/{parentNaId}"
tags: ["Records"]
---

# Get records which are immediate children of a specified parentNaId.

`GET /records/parentNaId/{parentNaId}`

Get records which are immediate children of a specified parentNaId. Returns a JSON result.

## Path parameters

- `parentNaId` string, required

## Query parameters

- `controlGroup` string
- `page` integer
- `limit` integer
- `debug` boolean
- `abbreviated` boolean
- `ingestTimeStart` string
- `ingestTimeEnd` string

## Response `200`

A body of response data containing full record objects, if any were found.

## Other responses

- `422` — Unprocessable Entity.

---

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