# List Data Transformation Schemas List Data Transformation Schemas. Endpoint: GET /datatransformationschemas Version: 1 Security: apiKey ## Query parameters: - `limit` (integer) Number of items. Example: "100" - `startAfter` (string) Start after the given ID. Example: "5712566172571652" ## Response 200 fields (application/json): - `startAfter` (string) The ID which is used to read the page. Example: "5712566172571652" - `nextStartAfter` (string) Provides a value to be used as a startAfter in next page request. Example: "5712566172571652" - `total` (integer) Total number of items which can be paged. Example: "67" - `values` (array) List of data transformation validation schemas. - `values.id` (string) ID of the json validation schema. Example: "66432427ba96dd27add2ea34" - `values.name` (string) Name of the json schema validation. Example: "My schema" - `values.createdBy` (string) Creator of a resource. Example: "76248934691294444" - `values.createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:47:35Z" - `values.modifiedBy` (string) User or Client UUID which modified the resource. Example: "76248934691294444" - `values.modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-29T09:47:35Z"