Get the user's runners
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”Whether to include all visible runners (true) or only those that are directly owned by the user (false)
Page number of results to return (1-based)
Page size of results
Responses
Section titled “Responses”ActionRunnerList is a list of Forgejo Action runners
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" }]Headers
Section titled “Headers”Links to other pages, if any
Total number of runners matching the search criteria (excluding page and limit)
APIError is error format response
APIError is an api error with a message
object
Examplegenerated
{ "message": "example", "url": "example"}APIUnauthorizedError is a unauthorized error response
object
Examplegenerated
{ "message": "example", "url": "example"}APINotFound is a not found error response
object
Examplegenerated
{ "errors": [ "example" ], "message": "example", "url": "example"}