Project information
List all information about this project.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Query parameters
impulseIdintegerOptional
Impulse ID. If this is unset then the default impulse is used.
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"project": {
"id": 1,
"name": "Water hammer detection",
"description": "text",
"created": "2019-07-21T17:32:28Z",
"owner": "text",
"lastAccessed": "2019-07-21T17:32:28Z",
"lastModified": "2019-07-21T17:32:28Z",
"lastModificationDetails": "Data sample added",
"logo": "text",
"ownerUserId": 1,
"ownerOrganizationId": 1,
"ownerAvatar": "text",
"ownerIsDeveloperProfile": true,
"developerProfileUserId": 1,
"collaborators": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "quijote@edgeimpulse.com",
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"created": "2019-08-31T17:32:28Z",
"lastSeen": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "text"
},
"pending": true,
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:write"
],
"companyName": "Edge Impulse Inc.",
"activated": true,
"mfaConfigured": true,
"stripeCustomerId": "text",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"text"
],
"isOwner": true
}
],
"labelingMethod": "single_label",
"metadata": {},
"dataExplorerScreenshot": "text",
"isEnterpriseProject": true,
"whitelabelId": 1,
"whitelabelName": "text",
"tags": [
"FOMO",
"beers"
],
"category": "Image classification",
"license": "Apache-2.0",
"tier": "free",
"hasPublicVersion": true,
"isPublic": true,
"allowsLivePublicAccess": true,
"indPauseProcessingSamples": true,
"publicProjectListed": true,
"deletedDate": "2025-04-30T14:27:53.939Z",
"fullDeletionDate": "2025-04-30T14:27:53.939Z",
"scheduledFullDeletionDate": "2025-04-30T14:27:53.939Z"
},
"developmentKeys": {
"apiKey": "text",
"hmacKey": "text"
},
"impulse": {
"created": true,
"configured": true,
"complete": true
},
"devices": [
{
"id": 1,
"deviceId": "38:f9:d3:d7:62:03",
"created": "2019-07-21T17:32:28Z",
"lastSeen": "2019-08-31T17:32:28Z",
"name": "m6d.1 desk sensor",
"deviceType": "DISCO-L475VG",
"sensors": [
{
"name": "Built-in accelerometer",
"maxSampleLengthS": 1,
"frequencies": [
62.5,
100
]
}
],
"remote_mgmt_connected": true,
"remote_mgmt_host": "text",
"supportsSnapshotStreaming": true,
"remoteMgmtMode": "disconnected",
"inferenceInfo": {
"projectId": 1,
"projectOwner": "text",
"projectName": "text",
"deployedVersion": 1,
"modelType": "classification"
}
}
],
"dataSummary": {
"totalLengthMs": "726336",
"labels": [
"text"
],
"dataCount": "Number of files in the training set"
},
"dataSummaryPerCategory": {
"training": {
"totalLengthMs": "726336",
"labels": [
"text"
],
"dataCount": "Number of files in the training set"
},
"testing": {
"totalLengthMs": "726336",
"labels": [
"text"
],
"dataCount": "Number of files in the training set"
},
"anomaly": {
"totalLengthMs": "726336",
"labels": [
"text"
],
"dataCount": "Number of files in the training set"
}
},
"computeTime": {
"periodStartDate": "2025-04-30T14:27:53.939Z",
"periodEndDate": "2025-04-30T14:27:53.939Z",
"timeUsedMs": 1,
"timeLeftMs": 1
},
"acquisitionSettings": {
"intervalMs": 1,
"lengthMs": 1,
"sensor": "text",
"label": "text",
"segmentLength": 1,
"segmentShift": true,
"defaultPageSize": 1,
"viewType": "list",
"gridColumnCount": 1,
"gridColumnCountDetailed": 1,
"showExactSampleLength": true,
"inlineEditBoundingBoxes": true
},
"collaborators": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "quijote@edgeimpulse.com",
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"created": "2019-08-31T17:32:28Z",
"lastSeen": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "text"
},
"pending": true,
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:write"
],
"companyName": "Edge Impulse Inc.",
"activated": true,
"mfaConfigured": true,
"stripeCustomerId": "text",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"text"
]
}
],
"deploySettings": {
"eonCompiler": true,
"sensor": "accelerometer",
"arduinoLibraryName": "text",
"tinkergenLibraryName": "text",
"particleLibraryName": "text",
"lastDeployModelEngine": "tflite-eon"
},
"experiments": [
{
"type": "text",
"title": "text",
"help": "text",
"enabled": true,
"showToUser": true
}
],
"latencyDevices": [
{
"mcu": "text",
"name": "text",
"selected": true,
"int8Latency": 1,
"int8ConvLatency": 1,
"float32Latency": 1,
"float32ConvLatency": 1,
"helpText": "text"
}
],
"urls": {
"mobileClient": "text",
"mobileClientComputer": "text",
"mobileClientInference": "text"
},
"showCreateFirstImpulse": true,
"showGettingStartedWizard": {
"showWizard": true,
"step": 1
},
"performance": {
"gpu": true,
"jobLimitM": 1,
"dspFileSizeMb": 1,
"enterprisePerformance": true,
"trainJobRamMb": 1
},
"readme": {
"markdown": "text",
"html": "text"
},
"trainJobNotificationUids": [
1
],
"dspJobNotificationUids": [
1
],
"modelTestingJobNotificationUids": [
1
],
"exportJobNotificationUids": [
1
],
"hasNewTrainingData": true,
"csvImportConfig": {},
"studioUrl": "text",
"inPretrainedModelFlow": true,
"dspPageSize": 1,
"showSensorDataInAcquisitionGraph": true,
"targetConstraints": {
"selectedTargetBasedOn": "user-configured",
"targetDevices": [
{
"processors": [
{
"part": "text",
"format": "low-end MCU",
"architecture": "Cortex-M",
"specificArchitecture": "Cortex-M0+",
"accelerator": "Arm Cortex-U55",
"fpu": true,
"clockRateMhz": {
"minimum": 1,
"maximum": 1
},
"memory": {
"ram": {
"fastBytes": {
"minimum": 1,
"maximum": 1
},
"slowBytes": {
"minimum": 1,
"maximum": 1
}
},
"rom": {
"fastBytes": {
"minimum": 1,
"maximum": 1
},
"slowBytes": {
"minimum": 1,
"maximum": 1
}
}
}
}
],
"board": "text",
"name": "text",
"latencyDevice": "cortex-m4f-80mhz"
}
],
"applicationBudgets": [
{
"latencyPerInferenceMs": {
"minimum": 1,
"maximum": 1
},
"energyPerInferenceJoules": {
"minimum": 1,
"maximum": 1
},
"memoryOverhead": {
"ram": {
"fastBytes": {
"minimum": 1,
"maximum": 1
},
"slowBytes": {
"minimum": 1,
"maximum": 1
}
},
"rom": {
"fastBytes": {
"minimum": 1,
"maximum": 1
},
"slowBytes": {
"minimum": 1,
"maximum": 1
}
}
}
}
]
},
"notifications": [
"text"
],
"defaultImpulseId": 1,
"lastShownModelEngine": "tflite-eon",
"versioningStorageSizeMib": 1
}
Last updated
Was this helpful?