---
title: "List Market Interlocks"
method: GET
path: "/v1/relationships/interlocks"
tags: ["relationships"]
---

# List Market Interlocks

`GET /v1/relationships/interlocks`

Get market-wide board interlocks.

Returns all directors who serve on multiple company boards in a given
fiscal year, paginated. Directors with high confidence (DOB match) are
listed first.

## Query parameters

- `fiscal_year` integer, nullable — Fiscal year. Defaults to latest available.
- `limit` integer — Results per page
- `offset` integer — Results to skip (ignored when cursor is set)
- `cursor` string, nullable — Opaque cursor for keyset pagination

## Response `200`

Successful Response

- ListResponseBoardInterlockOut
  - `data` BoardInterlockOut[], required — Array of result objects.
    - `name` string, required — Director name
    - `date_of_birth` string, nullable — Date of birth (Japanese format)
    - `confidence` string, required — 'high' (DOB matches) or 'low' (DOB null on either side)
    - `companies` BoardInterlockCompanyOut[] — Other companies where this director serves
      - `edinet_code` string, required — EDINET code of the other company
      - `securities_code` string, nullable — Securities code
      - `name` string, nullable — Company name
      - `title` string, nullable — Director's title at this company
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

---

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