06-25-2020 10:14 AM
Is there a way to read the status of the a pipelines last run time?
We have a pipeline which moves and transforms documents from one system to another and we want to pull the docs from the first system created after the last successful run of the pipeline.
We currently write the status to a SQL db and use this as the last run date/time, but I thought that there might be a better way.
07-05-2020 04:08 PM
Hi @peter,
Of course there is. Take a look into this page(s) here https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438155/Pipeline+Monitoring+API
and I’m sure it will become clearer to you.
Note that you have to create a REST account, or use an existing one.
BR, Igor