Like every other sailpoint endpoint, for data values with more than 250 items I need to make more than one call and offset the already gotten values. However, in this endpoint, if I add any offset, the api just doesnt return any data. I tried with just offset=1 and it already returns nothing.
The url I’m using is: {baseURL}/v3/workflows/{workflow_id}/executions?offset=1
When I remove the offset, it returns 250 executions, but when I use the offset=1 (or any other number) it will return data as an empty string, not even an empty array.
Hi Ramiro,
I was able to replicate this issue across the V3 and V2024 API as well. I’m suspecting a bug. I’d recommend opening an issue so that it can be looked at.
Thanks,
Margo