Get public transformation block

Get public transformation block

get

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

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

transformationIdintegerRequired

Transformation block ID.

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

OK

{
  "success": true,
  "error": "text",
  "transformationBlock": {
    "id": 1,
    "ownerOrganizationId": 1,
    "ownerOrganizationName": "text",
    "name": "text",
    "created": "2025-07-11T22:31:29.854Z",
    "lastUpdated": "2025-07-11T22:31:29.854Z",
    "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,
        "valid": [
          {}
        ],
        "items": {},
        "properties": {}
      }
    ],
    "repositoryUrl": "text",
    "showInDataSources": true,
    "showInCreateTransformationJob": true,
    "showInSyntheticData": true,
    "showInAIActions": true,
    "aiActionsOperatesOn": [
      "images_object_detection"
    ]
  }
}

Last updated

Was this helpful?