6d091bc86a33
List data contracts
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
The cursor pointing to the first resource to be included in the response. This cursor cannot be created and must have been extracted from a response returned by a previous API call. If this parameter is missing, the API will return the resources starting from the first resource available (index=0).
The maximum number of resources to retrieve. If not set, the default limit (limit = <code>100</code>) will be used. The maximum value for this parameter is <code>500</code>.
Should results include the total number of resources available in this collection.
The unique identifier of the Data Contract manifest.
The unique identifier (UUID) of the domain to filter data contracts.
Response
Returns a paginated list of data contract metadata.