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 the startingFrom parameter is included in a request. This change ensures consistent and predictable pagination behavior when using the startingFrom cursor.

What you need to do:

  • If your integration uses startingFrom, make sure to include a valid orderBy value in the same request. Requests missing the required orderBy parameter will now return an error.