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