#GraphQL api not giving values via api request w api key

4 messages · Page 1 of 1 (latest)

stiff solar
#

Why doesnt the graphql api return the vlaues for availableGpuCounts and maxUnreservedGpuCount?

This worked liek a week ago and in the browser network tab on the pods page i can still see that it works with like browser cookies and stuff but with my api key with the api it just gives me null.

Why is that thats so annoying i cant automate renting pods anymore

Its the same issue this guy has:
https://discord.com/channels/912829806415085598/1491477681538076773

lavish sierraBOT
stiff solar
#

In the browser t he samer requst to the same endpoint but like with bearer header gives the reponse with values like thsi:

But when I do the erqust with my api key then I get it with null values liek this:
{"id":"NVIDIA RTX PRO 6000 Blackwell Server Edition","displayName":"RTX PRO 6000","memoryInGb":96,"lowestPrice":{"stockStatus":"High","maxUnreservedGpuCount":null,"availableGpuCounts":null}}

stiff solar
#

It worked like a week ago and I cant find anything in the docs about this I dont think info about this is in there. They probably just silently changed smth. Its really annoying.