List public transformation blocks

List public transformation blocks

get

Retrieve all transformation blocks published by other organizations, available for all organizations.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

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

OK

{
  "success": true,
  "error": "text",
  "transformationBlocks": [
    {
      "id": 1,
      "ownerOrganizationId": 1,
      "ownerOrganizationName": "text",
      "name": "text",
      "created": "2025-07-05T03:05:23.873Z",
      "lastUpdated": "2025-07-05T03:05:23.873Z",
      "description": "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
        }
      ],
      "repositoryUrl": "text",
      "showInDataSources": true,
      "showInCreateTransformationJob": true,
      "showInSyntheticData": true,
      "showInAIActions": true,
      "aiActionsOperatesOn": [
        "images_object_detection"
      ]
    }
  ]
}

Last updated

Was this helpful?