List AI Actions
Last updated
Last updated
Get all AI actions.
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/ai-actions', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"success": false,
"error": "text",
"actions": [
{
"name": "text",
"displayName": "text",
"config": {
"dataCategory": "allData",
"dataMetadataKey": "text",
"dataMetadataValue": "text",
"steps": [
{}
]
},
"previewConfig": {
"dataCategory": "allData",
"dataMetadataKey": "text",
"dataMetadataValue": "text",
"steps": [
{}
]
},
"lastPreviewState": {
"samples": [
{
"id": 2,
"filename": "idle01.d8Ae",
"signatureValidate": true,
"signatureMethod": "HS256",
"signatureKey": "text",
"created": "2024-11-21T08:52:02.914Z",
"lastModified": "2024-11-21T08:52:02.914Z",
"category": "training",
"coldstorageFilename": "text",
"label": "healthy-machine",
"intervalMs": 16,
"frequency": 62.5,
"originalIntervalMs": 16,
"originalFrequency": 62.5,
"deviceName": "text",
"deviceType": "text",
"sensors": [
{
"name": "accX",
"units": "text"
}
],
"totalLengthMs": 0,
"added": "2024-11-21T08:52:02.914Z",
"boundingBoxes": [
{
"label": "text"
}
],
"boundingBoxesType": "object_detection",
"chartType": "chart",
"thumbnailVideo": "text",
"thumbnailVideoFull": "text",
"isDisabled": false,
"isProcessing": false,
"processingError": false,
"processingErrorString": "text",
"isCropped": false,
"projectOwnerName": "text",
"projectName": "text",
"projectLabelingMethod": "single_label",
"sha256Hash": "text",
"structuredLabels": [
{
"label": "text"
}
],
"structuredLabelsList": [
"text"
],
"imageDimensions": {}
}
],
"proposedChanges": [
{
"proposedChanges": {
"label": "text",
"isDisabled": false,
"boundingBoxes": [
{
"label": "text"
}
],
"structuredLabels": [
{
"label": "text"
}
]
}
}
]
},
"setMetadataAfterRunning": [
{
"key": "text",
"value": "text"
}
],
"cacheUnchangedSteps": false
}
]
}