transformations_list
Retrieve a paginated list of all transformations in your Fivetran account, with optional filters by group, project, or type.
Instructions
⚠️ RESULTS ARE PAGINATED. Returns a list of all transformations within your Fivetran account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter on type. | |
| limit | No | Number of records to return | |
| cursor | No | Paging cursor id. | |
| group_id | No | The unique identifier for the group | |
| project_id | No | The unique identifier for the transformation project | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/transformations/transformations_list.json', then provide this exact path here to confirm. |