GraphQL Issue
Hi, I am trying to retireve worker state of my endpoint
However, Runpod API responded
It seems it can only return running and throttled fields
However, Runpod API responded
It seems it can only return running and throttled fields
query Endpoints {
myself {
endpoints {
id
name
templateId
workersMax
workersMin
workersStandby
workerState(input: {granularity: LIVE}) {
time
ready
running
throttled
}
}
}
}{
"errors": [
{
"message": "Something went wrong. Please try again later or contact support.",
"locations": [
{
"line": 12,
"column": 9
}
],
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED"
}
}
]
}Ticket ID: #12,791