curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/jobs \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"jobs": [
{
"id": 123,
"category": "<string>",
"categoryKey": "<string>",
"key": "<string>",
"created": "2023-11-07T05:31:56Z",
"started": "2023-11-07T05:31:56Z",
"finished": "2023-11-07T05:31:56Z",
"finishedSuccessful": true,
"jobNotificationUids": [
123
],
"additionalInfo": "<string>",
"computeTime": 123,
"createdByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"categoryCount": 123,
"metadata": {}
}
],
"totalJobCount": 123
}
White label admin only API to get the list of all jobs for a organization.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/jobs \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"jobs": [
{
"id": 123,
"category": "<string>",
"categoryKey": "<string>",
"key": "<string>",
"created": "2023-11-07T05:31:56Z",
"started": "2023-11-07T05:31:56Z",
"finished": "2023-11-07T05:31:56Z",
"finishedSuccessful": true,
"jobNotificationUids": [
123
],
"additionalInfo": "<string>",
"computeTime": 123,
"createdByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"categoryCount": 123,
"metadata": {}
}
],
"totalJobCount": 123
}
Organization ID
Organization ID within the context of a white label
Maximum number of results
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
OK
The response is of type object
.