How to know which graphics card worker was ran on?

Hello! How can I tell which graphics card a job ran on? There's no info about video card neither in callback nor /status endpoint. this is all i've got
{
"delayTime":28282,
"executionTime":408546,
"id":"71a26150-3211-43b4-915e-2be35ba5cf04-e1",
"output":[
1,
2,
3
],
"status":"COMPLETED",
"workerId":"bf4fiy8sy3kgbw"
}
{
"delayTime":28282,
"executionTime":408546,
"id":"71a26150-3211-43b4-915e-2be35ba5cf04-e1",
"output":[
1,
2,
3
],
"status":"COMPLETED",
"workerId":"bf4fiy8sy3kgbw"
}
Solution:
Message Not Public
Sign In & Join Server To View
Jump to solution
7 Replies
U forgot ur spanish lessons
also i haven't found any endpoint to retreive worker information by its id
Dj
Dj7mo ago
This specific job finished on an A100, I'd recommend using your Worker Configuration to know what GPUs were opssible for a given run and if you want to know for your own usage you can GET the workerId with the REST API or just return the card over the API in the output.
No description
U forgot ur spanish lessons
Thank you for your response! But could you please specify what GET endpoint i should use for that?
U forgot ur spanish lessons
I've found this page but there's no worker endpoints. I can only get info about serverless endpoint, not an individual worker also no mention of jobs
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
U forgot ur spanish lessons
thank you!

Did you find this page helpful?