---
title: "List ODCS contracts"
method: GET
path: "/groups/{groupId}/contracts"
tags: ["Contracts"]
---

# List ODCS contracts

`GET /groups/{groupId}/contracts`

Returns ODCS contracts in the specified group with pagination.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

List of ODCS contracts in the group.

- OdcsContractSummary[]
  - `contractId` string — The contract artifact ID.
  - `name` string — The contract display name.

## Other responses

- `500` — Common response for all operations that can fail with an unexpected server error.

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-api-v3/revisions/c39cb56d7dbc/schema)
