cURL
curl --request GET \ --url https://api.comfycontrol.app/v1/runner/{id} \ --header 'Authorization: Bearer <token>'
{ "401": {}, "404": {}, "id": "<string>", "user_id": "<string>", "name": "<string>", "status": "<string>", "endpoint": "<string>", "tags": [ "<string>" ], "headers": {}, "created_at": "<string>", "updated_at": "<string>" }
Retrieve details of a specific runner
active
disabled
{ "id": "550e8400-e29b-41d4-a716-446655440000", "user_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7", "name": "Production GPU Runner", "status": "active", "endpoint": "https://my-comfy.example.com", "tags": ["production", "gpu-a100", "image-generation"], "headers": { "Authorization": "Bearer secret_token", "X-Custom-Header": "value" }, "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:30:00Z" }