Get all impulses
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve all impulse for a project
/api/{projectId}/impulses
Project ID
curl -L \
--url 'https://studio.edgeimpulse.com/v1/api/{projectId}/impulses' \
--header 'x-api-key: YOUR_API_KEY'
{
"success": true,
"error": "text",
"impulses": [
{
"id": 1,
"name": "text",
"inputBlocks": [
{
"id": 1,
"name": "Time series",
"title": "Time series",
"windowSizeMs": 2004,
"windowIncreaseMs": 1,
"frequencyHz": 60,
"classificationWindowIncreaseMs": 1,
"padZeros": true,
"imageWidth": 28,
"imageHeight": 28,
"description": "Reduced learning rate and more layers",
"createdBy": "createImpulse",
"createdAt": "2025-02-21T18:10:40.887Z",
"type": "time-series",
"resizeMode": "squash",
"resizeMethod": "squash",
"cropAnchor": "middle-center",
"datasetSubset": {
"subsetModulo": 1,
"subsetSeed": 1
}
}
],
"dspBlocks": [
{
"id": 1,
"type": "spectral-analysis",
"name": "Spectral features",
"title": "Spectral Analysis",
"valuesPerAxis": 11,
"input": 1,
"description": "Reduced learning rate and more layers",
"createdBy": "createImpulse",
"createdAt": "2025-02-21T18:10:40.887Z",
"implementationVersion": 1,
"customUrl": "text",
"axes": [
"accX"
],
"organization": {
"id": 1,
"dspId": 1
},
"namedAxes": [
{
"name": "text",
"description": "text",
"required": true,
"selectedAxis": "text"
}
]
}
],
"learnBlocks": [
{
"id": 1,
"type": "anomaly",
"name": "NN Classifier",
"title": "Classification (Keras)",
"description": "Reduced learning rate and more layers",
"createdBy": "createImpulse",
"createdAt": "2025-02-21T18:10:40.887Z",
"dsp": [
27
]
}
]
}
]
}
OK