Breaking Change in listRun Endpoint – Version 7.19
1747764840000
Action Required
Breaking Change in List Run Endpoint – Version 7.19
Effective in version 7.19, there is a breaking change to the listRun endpoint:
- The
orderBy
parameter is now mandatory whenever thestartingFrom
parameter is included in a request. This change ensures consistent and predictable pagination behavior when using thestartingFrom
cursor.
What you need to do:
- If your integration uses
startingFrom
, make sure to include a validorderBy
value in the same request. Requests missing the requiredorderBy
parameter will now return an error.