cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Return the status of executed Pipelines for the specified time within the Org

RavNeu
New Contributor II

I am new to snaplogic so please bear with me!
I am trying to build a pipeline to extract the pipeline execution history for specified time range using GET REST snap. I could see below Query in the documentation:
GET https://elastic.snaplogic.com/api/1/rest/public/runtime/orgname?start=&end=>

has anyone used this api? how can I pass the value of start and end dates?

I donโ€™t want to hard code these dates as i want to make my pipeline more dynamic. I want to pass start date as first day of the previous month and end date as the last date of the previous month.
image

I got above error while I try to create a snap. it says error on the index 87 which is โ€œ>โ€ in the api query. So, I removed โ€œ>โ€ and only used
https://elastic.snaplogic.com/api/1/rest/public/runtime/orgname?start=&end=

but still got below error:
Failure: REST API service endpoint returned error result: status code = 404, Reason: REST API service endpoint returned error result: status code = 404, reason phrase = NOT FOUND, refer to the error_entity field in the error view document for more details, Resolution: Please check the values of Snap properties.
Any help will be appreciated!

5 REPLIES 5

Hi
I did see your message and wanted to say, โ€œThank you!โ€