Get runners available for user
GET
/v3/runnersGet runners available for user
请求参数
Query 参数
scope
enum<string>
可选
The scope of specific runners to show
枚举值:
activepausedonline
page
integer <int32>
可选
Current page number
per_page
integer <int32>
可选
Number of items per page
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get runners available for user
数据结构
Remove a runner
id
string
可选
description
string
可选
active
string
可选
is_shared
string
可选
name
string
可选
示例
{
"id": "string",
"description": "string",
"active": "string",
"is_shared": "string",
"name": "string"
}
最后修改时间: 1 个月前