Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save up42-epicycles/937c9a9219fcdc7ffeaa248162d6e95b to your computer and use it in GitHub Desktop.
Save up42-epicycles/937c9a9219fcdc7ffeaa248162d6e95b to your computer and use it in GitHub Desktop.
UP42 API: List all jobs.
{
"error": null,
"data": [
{
"id": "b3b1cc0b-3a1e-431c-a64e-a4d99b117a4b",
"displayId": "b3b1cc0b",
"createdAt": "2019-12-12T20:10:55.314Z",
"updatedAt": "2019-12-12T20:11:25.963Z",
"status": "SUCCEEDED",
"name": "19211-My-first-job-run-via-API",
"startedAt": "2019-12-12T20:10:55Z",
"finishedAt": "2019-12-12T20:11:25Z",
"inputs": {
"ndvi:1": {
"output_original_raster": false
},
"pansharpen:1": {
"method": "SFIM",
"include_pan": false
},
"oneatlas-pleiades-fullscene:1": {
"ids": null,
"time": null,
"limit": 1,
"order_ids": [
"44c5c936-4738-448e-94b3-65cb9d175afc"
],
"intersects": null,
"time_series": null
}
},
"mode": "DEFAULT",
"workflowId": "5ffc4cb4-5b44-4227-8089-f7861efebdcc",
"workflowName": "Demo Workflow"
},
{
"id": "08576b73-355a-407b-823d-604608791664",
"displayId": "08576b73",
"createdAt": "2019-12-12T20:09:23.915Z",
"updatedAt": "2019-12-12T20:10:53.492Z",
"status": "SUCCEEDED",
"name": "14301-My-first-job-run-via-API",
"startedAt": "2019-12-12T20:09:24Z",
"finishedAt": "2019-12-12T20:10:52Z",
"inputs": {
"ndvi:1": {
"output_original_raster": false
},
"pansharpen:1": {
"method": "SFIM",
"include_pan": false
},
"oneatlas-pleiades-fullscene:1": {
"ids": null,
"time": null,
"limit": 1,
"order_ids": [
"44c5c936-4738-448e-94b3-65cb9d175afc"
],
"intersects": null,
"time_series": null
}
},
"mode": "DEFAULT",
"workflowId": "5ffc4cb4-5b44-4227-8089-f7861efebdcc",
"workflowName": "Demo Workflow"
},
{
"id": "d62c27c0-24e9-433d-b509-ae080504d5c6",
"displayId": "d62c27c0",
"createdAt": "2019-11-30T17:53:26.013Z",
"updatedAt": "2019-11-30T17:53:26.155Z",
"status": "SUCCEEDED",
"name": null,
"startedAt": "2019-11-29T17:53:26.044Z",
"finishedAt": "2019-11-29T17:57:06.044Z",
"inputs": {
"ndvi:1": {
"output_original_raster": false
},
"pansharpen:1": {
"method": "SFIM",
"include_pan": false
},
"oneatlas-pleiades-fullscene:1": {
"ids": null,
"time": null,
"limit": 1,
"order_ids": [
"ce83f8b9-b892-4642-a891-6b682116bdb1"
],
"intersects": null,
"time_series": null
}
},
"mode": "DEFAULT",
"workflowId": "5ffc4cb4-5b44-4227-8089-f7861efebdcc",
"workflowName": "Demo Workflow"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment