Getting sequence key of uploaded images

Hi there!

I am trying to use mapillary_tools and/or the upload API to upload some images.

I wasn’t able find a way to trace sequences that I uploaded through the api.
I’ve thoroughly looked into the mapillary_tools source code and was hoping that something like this would be in <upload_root>/<imgs>/.mapillary/logs (i.e. the log root), but it seems like stuff inside there doesn’t really give me the relevant information.
It also does have a sequence_uuid but that seems to be different from the actual sequence keys.

I guess I could just use the user_key to find the list of sequences, but I wanted to know the sequences of what I’ve just uploaded.

Is there a known solution to this approach?

Thanks!