24.2. listTriggerRecentBuilds
列出指定触发器启动的构建。
GET /api/v1/repository/{repository}/trigger/{trigger_uuid}/builds
授权: oauth2_implicit (repo:admin)
路径参数
| 类型 | Name | 描述 | 模式 | 
|---|---|---|---|
| path | 
								trigger_uuid | 构建触发器的 UUID | 字符串 | 
| path | 
								需要 仓库 | 存储库的完整路径。例如 namespace/name | 字符串 | 
查询参数
| 类型 | Name | 描述 | 模式 | 
|---|---|---|---|
| query | 
								限制 | 要返回的最大构建数 | 整数 | 
响应
示例命令
curl -X GET "https://quay-server.example.com/api/v1/repository/example_namespace/example_repo/trigger/example-trigger-uuid/builds?limit=10" \ -H "Authorization: Bearer <your_access_token>"
$ curl -X GET "https://quay-server.example.com/api/v1/repository/example_namespace/example_repo/trigger/example-trigger-uuid/builds?limit=10" \
  -H "Authorization: Bearer <your_access_token>"