Get transformation blocks

Get transformation blocks

get

Retrieve all transformation blocks.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/transformation HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "transformationBlocks": [
    {
      "id": 1,
      "name": "text",
      "dockerContainer": "text",
      "dockerContainerManagedByEdgeImpulse": true,
      "created": "2025-07-02T02:30:24.297Z",
      "createdByUser": {
        "id": 1,
        "name": "text",
        "username": "text",
        "photo": "text"
      },
      "lastUpdated": "2025-07-02T02:30:24.297Z",
      "lastUpdatedByUser": {
        "id": 1,
        "name": "text",
        "username": "text",
        "photo": "text"
      },
      "userId": 1,
      "userName": "text",
      "description": "text",
      "cliArguments": "text",
      "indMetadata": true,
      "requestsCpu": 1,
      "requestsMemory": 1,
      "limitsCpu": 1,
      "limitsMemory": 1,
      "additionalMountPoints": [
        {
          "type": "bucket",
          "bucketId": 1,
          "portalId": 1,
          "mountPoint": "text"
        }
      ],
      "operatesOn": "file",
      "allowExtraCliArguments": true,
      "parameters": [
        {}
      ],
      "parametersUI": [
        {
          "name": "Scale axes",
          "value": "text",
          "defaultValue": "text",
          "type": "text",
          "help": "Divide axes by this number",
          "param": "scale-axes",
          "selectOptions": [
            {
              "value": "text",
              "selected": true,
              "optionLabel": "text",
              "priority": 1,
              "romEstimate": 1,
              "needsOps": [
                "text"
              ],
              "needsFeatures": [
                "text"
              ]
            }
          ],
          "readonly": true,
          "shouldShow": true,
          "showIf": {
            "parameter": "text",
            "operator": "eq",
            "value": "text"
          },
          "invalidText": "text",
          "section": "advanced",
          "multiline": true,
          "required": true,
          "hint": "text",
          "placeholder": "text",
          "showClickToSet": true
        }
      ],
      "maxRunningTimeStr": "text",
      "sourceCodeAvailable": true,
      "sourceCodeDownloadStaffOnly": true,
      "repositoryUrl": "text",
      "isPublic": true,
      "showInDataSources": true,
      "showInCreateTransformationJob": true,
      "showInSyntheticData": true,
      "showInAIActions": true,
      "environmentVariables": [
        {
          "key": "text",
          "value": "text"
        }
      ],
      "aiActionsOperatesOn": [
        "images_object_detection"
      ]
    }
  ]
}

Last updated

Was this helpful?