Get transformation blocks
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve all transformation blocks.
/api/organizations/{organizationId}/transformation
Organization ID
curl -L \
--url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/transformation' \
--header 'x-api-key: YOUR_API_KEY'
{
"success": true,
"error": "text",
"transformationBlocks": [
{
"id": 1,
"name": "text",
"dockerContainer": "text",
"dockerContainerManagedByEdgeImpulse": true,
"created": "2025-02-21T18:18:14.963Z",
"createdByUser": {
"id": 1,
"name": "text",
"username": "text",
"photo": "text"
},
"lastUpdated": "2025-02-21T18:18:14.963Z",
"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,
"operatesOn": "file",
"allowExtraCliArguments": true,
"maxRunningTimeStr": "text",
"sourceCodeAvailable": true,
"repositoryUrl": "text",
"isPublic": true,
"showInDataSources": true,
"showInCreateTransformationJob": true,
"showInSyntheticData": true,
"showInAIActions": true,
"additionalMountPoints": [
{
"bucketId": 1,
"portalId": 1,
"mountPoint": "text",
"type": "bucket"
}
],
"parameters": [
{}
],
"parametersUI": [
{
"name": "Scale axes",
"value": "text",
"defaultValue": "text",
"type": "text",
"help": "Divide axes by this number",
"param": "scale-axes",
"readonly": true,
"shouldShow": true,
"invalidText": "text",
"multiline": true,
"required": true,
"hint": "text",
"placeholder": "text",
"section": "advanced",
"showIf": {
"parameter": "text",
"value": "text",
"operator": "eq"
},
"selectOptions": [
{
"value": "text",
"selected": true,
"optionLabel": "text"
}
]
}
],
"environmentVariables": [
{
"key": "text",
"value": "text"
}
],
"aiActionsOperatesOn": [
"images_object_detection"
]
}
]
}
OK