#Filter runs for a specific user with client.getRuns()
1 messages · Page 1 of 1 (latest)
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