Skip to main content
GET
org のビルドを一覧表示する

権限

組織レベルの ManageRepoBlueprints 権限を持つサービスユーザーが必要です。

承認

Authorization
string
header
必須

サービスユーザーの認証情報(接頭辞: cog_)

パスパラメータ

org_id
string
必須

組織 ID(プレフィックス: org-)

:

"org-abc123def456"

クエリパラメータ

after
string | null
first
integer
デフォルト:100
必須範囲: 1 <= x <= 200
status
enum<string> | null

spec のステータスで絞り込みます。

利用可能なオプション:
pending,
running,
succeeded,
failed,
cancelled
active
boolean | null

true の場合、0 個または 1 個のアイテム、つまり新しいセッションで現在使用されているイメージの build を返します。

レスポンス

成功レスポンス

items
Build · object[]
必須
end_cursor
string | null

次のページを取得するためのカーソル。これが最後のページの場合は None。

has_next_page
boolean
デフォルト:false

このページの後に利用可能なアイテムがさらにあるかどうか。

total
integer | null

合計件数(省略可。パフォーマンス上の理由で省略される場合があります)。