Skip to main content
GET
Get Managed Runner

Overview

Retrieve detailed information about a specific managed runner by its ID. Managed runners are ComfyUI instances hosted and maintained by ComfyControl.
Access to managed runners requires a Pro or Plus tier subscription.

Path Parameters

string
required
The unique identifier (UUID) of the managed runner to retrieve.

Response

string
required
Unique identifier (UUID) for the managed runner.
string
required
The runner’s name.
string
required
Type of managed runner. Values: plus, pro
string
required
Current status of the runner. Values: active, disabled
string[]
required
Array of tags associated with the runner for workflow matching.
string
required
ISO 8601 timestamp when the runner was created.
string
required
ISO 8601 timestamp when the runner was last updated.

Example Response

Error Responses

error
Unauthorized - invalid or missing authentication token.
error
Forbidden - your account tier does not have access to managed runners. Upgrade to Pro or Plus tier.
error
Not Found - managed runner with the specified ID does not exist or is not available to your tier.

Notes

  • Only active managed runners are accessible
  • Managed runners are maintained by ComfyControl with guaranteed uptime