Vector Store API not eventually consistent

I hit the API to create 4 vector stores via the API. As I refresh the Web UI, or hit the API I get a different number of stores. It has been over an hour since I created the stores by the time i’m using the call below.

[17] pry(main)> api_instance.list_vector_stores(api_opts).data.length                                                                                           
[2024-04-29 15:00:51] [DEBUG]: ETHON: performed EASY effective_url=https://api.openai.com/v1/vector_stores response_code=200 return_code=ok total_time=0.160933
=> 4
[18] pry(main)> api_instance.list_vector_stores(api_opts).data.length                                                                                           
[2024-04-29 15:00:52] [DEBUG]: ETHON: performed EASY effective_url=https://api.openai.com/v1/vector_stores response_code=200 return_code=ok total_time=0.152516
=> 4
[19] pry(main)> api_instance.list_vector_stores(api_opts).data.length                                                                                           
[2024-04-29 15:00:53] [DEBUG]: ETHON: performed EASY effective_url=https://api.openai.com/v1/vector_stores response_code=200 return_code=ok total_time=0.181106
=> 2
[20] pry(main)> api_instance.list_vector_stores(api_opts).data.length                                                                                           
[2024-04-29 15:00:54] [DEBUG]: ETHON: performed EASY effective_url=https://api.openai.com/v1/vector_stores response_code=200 return_code=ok total_time=0.196797
=> 2
[21] pry(main)> api_instance.list_vector_stores(api_opts).data.length                                                                                           
[2024-04-29 15:00:54] [DEBUG]: ETHON: performed EASY effective_url=https://api.openai.com/v1/vector_stores response_code=200 return_code=ok total_time=0.178897
=> 3
[22] pry(main)> api_instance.list_vector_stores(api_opts).data.length                                                                                           
[2024-04-29 15:00:55] [DEBUG]: ETHON: performed EASY effective_url=https://api.openai.com/v1/vector_stores response_code=200 return_code=ok total_time=0.169702
=> 4
[23] pry(main)> api_instance.list_vector_stores(api_opts).data.length                                                                                           
[2024-04-29 15:00:56] [DEBUG]: ETHON: performed EASY effective_url=https://api.openai.com/v1/vector_stores response_code=200 return_code=ok total_time=0.160823
=> 3