Skip to main content
GET
GET /v1/dataContracts

List Data Contracts

Retrieve a paginated list of data contracts, optionally filtered by status or entity.

Query Parameters

fields
string
Comma-separated list of fields to include. Options: owners, reviewers, extension.
limit
integer
default:"10"
Maximum number of contracts to return (0–1,000,000).
before
string
Cursor for backward pagination. Returns contracts before this cursor.
after
string
Cursor for forward pagination. Returns contracts after this cursor.
include
string
default:"non-deleted"
Filter by deletion status: all, deleted, or non-deleted.
status
string
Filter by contract status: Draft, Active, or Deprecated.
entity
string
Filter by entity UUID. Returns only contracts attached to the specified entity.
GET /v1/dataContracts

Response

data
array
Array of data contract objects.
paging
object
Pagination information.

Error Handling