#Filter runs for a specific user with client.getRuns()

1 messages · Page 1 of 1 (latest)

warm hinge
#

We discussed this in our Monday morning meeting. We should add the ability to easily associate data with a run and have API/SDK calls to then retrieve runs that match some filters so you can easily show them to your users.

#

For now, the best way of achieving this would be to store the runIds associated with your user in your database at the start of your run. In the run context you can get context.run.id.

Sorry I know this isn't a great situation