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

How to get execution details of a pipeline using REST GET

Pretty
New Contributor III

I am trying to get the execution details of a pipeline using the REST GET snap. As I can see from the documentation it is done with calling the API:

https://elastic.snaplogic.com/api/1/rest/public/runtime/<organization>/<ruuid>?level=detail 

in the REST GET service url, but I don`t seem to get any results even though i placed the ruuid and the name of the organization. Also I used basic auth account but it still fails.

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.

I would be grateful if someone has any tips on how to solve this.

1 REPLY 1

j_angelevski
Contributor III

Hi @Pretty,

Can you share more information ? Can you show how are you accessing this endpoint ? Maybe you have a typo in your URL or something else. If you can, please share the way you are calling this endpoint from your pipeline/snap.