...
A second common solution is to store the buildSessionID of every component in a central place (database, folder component-specific,…) and create the Integration Build from these IDs.
Use Sealights' Public API
...
A third common solution is to use Sealights Public APIs to programmatically retrieve the BSID of every component using specific criteria (the last build, a specific build from a certain date, build matching a certain naming convention…).
Please refer to the Sealights API Reference page for more details, specifically about entry points like:
/sl-api/v1/slim-builds
(Get Builds API)or
/sl-api/v1/slim-builds/resolve
(Resolve Builds API).