ContributionsMost RecentMost LikesSolutionsRe: Get pipeline details for specfiied time You have to work with the offset parameter to get them all. Fetch 1000 at a time and then keep fetching until you do not get any more. Re: Get pipeline details for specfiied time The start and end parameters have to be timestamps as longs since the epoch, not formatted strings. You have to change your query to something like this: https://elastic.snaplogic.com/api/1/rest/public/runtime/yourorghere?start=1546300800&end=1547337540 Re: Scatter gather pattern Can you explain what you are trying to do? Re: Successful Snaplogic Pipeline Validation not showing sample output Is it possible that you have a filter that simply filters out all results? Re: Can i insert a parameter in a SOQL statement If you toggle the equals sign button next to the text field for the SQL query, the field becomes an expression and you can use the expression language to dynamically construct the query. Is that what you want? Re: Milliseconds to Date You can use Date.parse(millis) for that. You can read more about that here: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439344/Date+Functions+and+Properties#DateFunctionsandProperties-parse