List all tuner runs
List all the tuner runs for a project.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/optimize/runs HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"runs": [
{
"tunerJobId": 1,
"tunerCoordinatorJobId": 1,
"index": 1,
"name": "text",
"created": "2025-07-05T08:15:09.888Z",
"jobStatus": "cancelled",
"continuationJobId": 1,
"space": [
{
"parameters": {},
"inputBlocks": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"dspBlocks": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"learnBlocks": [
[
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
]
]
}
],
"visible": true
}
]
}
Last updated
Was this helpful?