Get a particular runner that belongs to the organization
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Name of the organization
ID of the runner
Responses
Section titled “ Responses ”ActionRunner represents a runner
ActionRunner represents a runner
object
Description provides optional details about this runner.
Indicates if runner is ephemeral runner
ID uniquely identifies this runner.
Labels is a list of labels attached to this runner.
Name of the runner; not unique.
OwnerID is the identifier of the user or organization this runner belongs to. O if the runner is owned by a repository.
RepoID is the identifier of the repository this runner belongs to. 0 if the runner belongs to a user or organization.
Status indicates whether this runner is offline, or active, for example.
UUID uniquely identifies this runner.
Version is the self-reported version string of Forgejo Runner.
Example
{ "status": "offline"}APIError is error format response
APIError is an api error with a message
object
Example generated
{ "message": "example", "url": "example"}APINotFound is a not found error response
object
Example generated
{ "errors": [ "example" ], "message": "example", "url": "example"}