White Label Admin - Get project jobs
White label admin only API to get the list of all jobs for a project.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
projectIdintegerRequired
Project ID
Query parameters
limitintegerOptional
Maximum number of results
offsetintegerOptional
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/whitelabel/projects/{projectId}/jobs HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"jobs": [
{
"id": 1,
"category": "text",
"key": "text",
"created": "2025-07-04T02:56:43.438Z",
"started": "2025-07-04T02:56:43.438Z",
"finished": "2025-07-04T02:56:43.438Z",
"finishedSuccessful": true,
"jobNotificationUids": [
1
],
"additionalInfo": "text",
"computeTime": 1,
"createdByUser": {
"id": 1,
"name": "text",
"username": "text",
"photo": "text"
},
"categoryCount": 1,
"metadata": {}
}
],
"totalJobCount": 1
}
PreviousWhite Label Admin - Remove user from a projectNextWhite Label Admin - Add a development board to a whitelabel
Last updated
Was this helpful?