List versions

List versions

get

Get all versions for this project.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/versions HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "nextVersion": 1,
  "versions": [
    {
      "id": 1,
      "version": 1,
      "description": "text",
      "bucket": {
        "id": 1,
        "name": "text",
        "organizationName": "text",
        "path": "text",
        "bucket": "text"
      },
      "created": "2025-07-06T02:26:14.747Z",
      "userId": 1,
      "userName": "text",
      "userPhoto": "text",
      "publicProjectId": 1,
      "publicProjectUrl": "text",
      "trainingAccuracy": 1,
      "testAccuracy": 1,
      "accuracyBasedOnImpulse": "text",
      "totalSamplesCount": "text",
      "license": "Apache-2.0"
    }
  ],
  "customLearnBlocks": [
    {
      "author": "text",
      "name": "text"
    }
  ],
  "runModelTestingWhileVersioning": true
}

Last updated

Was this helpful?