---
title: "List data contracts"
method: GET
path: "/dataContracts"
tags: ["Data contract"]
---

# List data contracts

`GET /dataContracts`

Retrieves a paginated list of data contract metadata, sorted by the last modified date in descending order.
Filtering options are available via query parameters.

## Query parameters

- `cursor` string
- `limit` integer
- `includeTotal` boolean
- `manifestId` string, string
- `domainId` string, uuid

## Response `200`

Returns a paginated list of data contract metadata.

- DataContractListPaginated — A paginated list of data contract resources.
  - `total` integer — Count of resources available in this collection (based on the parameters provided to the API)
  - `nextCursor` string, required — The cursor pointing to the next page. If the cursor is missing, there are no additional pages of resources available after the current one.
  - `limit` integer, required — Maximum number of items returned in this response.
  - `items` DataContract[], required — List of data contract items.
    - `name` string, required — The name of the data contract asset.
    - `id` string, uuid, required — UUID of the data contract asset.
    - `manifestId` string, required — The unique identifier of the data contract.
    - `domainName` string, required — The name of the domain where the data contract asset is located.
    - `domainId` string, uuid, required — The unique identifier (UUID) of the domain where the data contract asset is located.
    - `activeVersion` string, required — The version value of the currently active data contract manifest.

## Other responses

- `400` — The request is not valid.
- `401` — The client is not authenticated.
- `403` — The user lacks permissions.
- `500` — There was an error processing the request.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
