v1
latestSwagger 2.02026-07-176096209.1 KBv2
Details of a registered worker
Can retrieve the details of a worker even if inactive (A worker is considered inactive if it has not checked in for 5 minutes)
get/v2/workers/{worker_id}
Headers
apikeystring
The Moderator or Owner API key.
Client-Agentstring
The client name and version.
X-Fieldsstring mask
An optional fields mask
Response
Worker Details
Example response
{
"type": "image",
"info": "https://dbzer0.com",
"owner": "username#1",
"ipaddr": "username#1",
"contact": "email@example.com",
"bridge_agent": "AI Horde Worker reGen:4.1.0:https://github.com/Haidra-Org/horde-worker-reGen",
"max_pixels": 262144,
"max_length": 80,
"max_context_length": 80
}