Monitoring workflows

Once you have executed your workflow, using the `/execution` endpoint, you will see in the HTTP response a “jobID” key. This provides the UUID for the job that is running your workflow. You can then use this jobID to view details about the status of your workflow execution, as well as view the resulting collection upon completion.


The following links will allow you to view workflow details:

  • To view the status of your job use the endpoint
/ades/<workspace>/ogc-api/jobs/<job_id>
  • To view the results
/ades/<workspace>/ogc-api/jobs/<job_id>/results

The jobID will also be used to view logs when they are available via HTTPS, should you wish to see more details about you workflow execution. The log links are returned from the execute status endpoint above, but follow this format:

/ades/temp/<workflow_id>-<jobID>/<filename>.log