List archived pipelines
Last updated
Last updated
Retrieve all archived organizational pipelines
Organization ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/pipelines/archived', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"success": false,
"error": "text",
"pipelines": [
{
"name": "text",
"description": "text",
"intervalStr": "text",
"steps": [
{
"name": "text",
"filter": "text",
"pathFilters": [
{
"dataset": "text",
"filter": "text"
}
],
"uploadType": "project",
"newProjectName": "text",
"projectApiKey": "text",
"projectHmacKey": "text",
"category": "training",
"outputDatasetName": "text",
"outputDatasetBucketPath": "text",
"outputPathInDataset": "text",
"outputDatasetPathRule": "no-subfolders",
"label": "text",
"extraCliArguments": "text"
}
],
"nextRun": "2024-11-21T08:54:11.088Z",
"created": "2024-11-21T08:54:11.088Z",
"currentRun": {
"steps": [
{
"name": "text",
"transformationJob": {
"name": "text",
"uploadType": "dataset",
"status": "waiting",
"transformJobStatus": "waiting",
"uploadJobStatus": "waiting",
"projectOwner": "text",
"projectName": "text",
"transformationBlockName": "text",
"category": "training",
"created": "2024-11-21T08:54:11.088Z",
"outputDatasetName": "text",
"outputDatasetBucketPath": "text",
"totalDownloadFileSizeString": "text",
"transformationSummary": {},
"inProgress": false,
"label": "text",
"filterQuery": "text",
"emailRecipientUids": [],
"pipelineName": "text",
"operatesOn": "file",
"totalTimeSpentString": "text",
"createdByUser": {
"name": "text",
"username": "text",
"photo": "text"
}
},
"filter": "text",
"uploadType": "project",
"newProjectName": "text",
"projectApiKey": "text",
"projectHmacKey": "text",
"category": "training",
"outputDatasetName": "text",
"outputDatasetBucketPath": "text",
"label": "text",
"extraCliArguments": "text"
}
],
"created": "2024-11-21T08:54:11.088Z",
"finished": "2024-11-21T08:54:11.088Z",
"itemCountBefore": {},
"itemCountAfter": {}
},
"lastRun": {
"steps": [
{
"name": "text",
"transformationJob": {
"name": "text",
"uploadType": "dataset",
"status": "waiting",
"transformJobStatus": "waiting",
"uploadJobStatus": "waiting",
"projectOwner": "text",
"projectName": "text",
"transformationBlockName": "text",
"category": "training",
"created": "2024-11-21T08:54:11.088Z",
"outputDatasetName": "text",
"outputDatasetBucketPath": "text",
"totalDownloadFileSizeString": "text",
"transformationSummary": {},
"inProgress": false,
"label": "text",
"filterQuery": "text",
"emailRecipientUids": [],
"pipelineName": "text",
"operatesOn": "file",
"totalTimeSpentString": "text",
"createdByUser": {
"name": "text",
"username": "text",
"photo": "text"
}
},
"filter": "text",
"uploadType": "project",
"newProjectName": "text",
"projectApiKey": "text",
"projectHmacKey": "text",
"category": "training",
"outputDatasetName": "text",
"outputDatasetBucketPath": "text",
"label": "text",
"extraCliArguments": "text"
}
],
"created": "2024-11-21T08:54:11.088Z",
"finished": "2024-11-21T08:54:11.088Z",
"itemCountBefore": {},
"itemCountAfter": {}
},
"feedingIntoDataset": {
"dataset": "text",
"datasetLink": "text",
"datasetType": "clinical"
},
"feedingIntoProject": {
"name": "text",
"projectLink": "text"
},
"emailRecipientUids": [],
"lastRunStartError": "text",
"notificationWebhook": "text",
"whenToEmail": "always"
}
]
}