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

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

Response

array
Array of data contract objects.
object
Pagination information.

Error Handling