List AI Actions
Last updated
Was this helpful?
Last updated
Was this helpful?
Get all AI actions.
/api/{projectId}/ai-actions
Project ID
curl -L \
--url 'https://studio.edgeimpulse.com/v1/api/{projectId}/ai-actions' \
--header 'x-api-key: YOUR_API_KEY'
{
"success": true,
"error": "text",
"actions": [
{
"id": 1,
"name": "text",
"displayName": "text",
"config": {
"dataCategory": "allData",
"dataMetadataKey": "text",
"dataMetadataValue": "text",
"steps": [
{
"transformationBlockId": 1,
"parameters": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
},
"previewConfig": {
"dataCategory": "allData",
"dataMetadataKey": "text",
"dataMetadataValue": "text",
"steps": [
{
"transformationBlockId": 1,
"parameters": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
},
"maxDataPreviewCount": 1,
"gridColumnCount": 1,
"cacheUnchangedSteps": true,
"setMetadataAfterRunning": [
{
"key": "text",
"value": "text"
}
],
"lastPreviewState": {
"samples": [
{
"id": 2,
"filename": "idle01.d8Ae",
"signatureValidate": true,
"signatureMethod": "HS256",
"signatureKey": "text",
"created": "2025-02-21T18:02:55.074Z",
"lastModified": "2025-02-21T18:02:55.074Z",
"category": "training",
"coldstorageFilename": "text",
"label": "healthy-machine",
"intervalMs": 16,
"frequency": 62.5,
"originalIntervalMs": 16,
"originalFrequency": 62.5,
"deviceName": "text",
"deviceType": "text",
"valuesCount": 1,
"totalLengthMs": 1,
"added": "2025-02-21T18:02:55.074Z",
"thumbnailVideo": "text",
"thumbnailVideoFull": "text",
"isDisabled": true,
"isProcessing": true,
"processingJobId": 1,
"processingError": true,
"processingErrorString": "text",
"isCropped": true,
"projectId": 1,
"projectOwnerName": "text",
"projectName": "text",
"sha256Hash": "text",
"createdBySyntheticDataJobId": 1,
"boundingBoxesType": "object_detection",
"chartType": "chart",
"projectLabelingMethod": "single_label",
"sensors": [
{
"name": "accX",
"units": "text"
}
],
"boundingBoxes": [
{
"label": "text",
"x": 1,
"y": 1,
"width": 1,
"height": 1
}
],
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"structuredLabels": [
{
"startIndex": 1,
"endIndex": 1,
"label": "text"
}
],
"structuredLabelsList": [
"text"
],
"imageDimensions": {
"width": 1,
"height": 1
}
}
],
"proposedChanges": [
{
"sampleId": 1,
"step": 1,
"proposedChanges": {
"label": "text",
"isDisabled": true,
"boundingBoxes": [
{
"label": "text",
"x": 1,
"y": 1,
"width": 1,
"height": 1
}
],
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"structuredLabels": [
{
"startIndex": 1,
"endIndex": 1,
"label": "text"
}
]
}
}
]
}
}
]
}
OK