メインコンテンツへスキップ
GET
組織のセッションを一覧表示
Enterprise管理者の個人用APIキーが必要です。 Enterprise内の特定の組織に属するすべてのDevinセッションの、ページネーションされた一覧を返します。基本的なセッション情報、プルリクエスト(PR)データ、ACUの使用量が含まれます。

承認

Authorization
string
header
必須

Enterprise 管理者専用の個人用 API キー (apk_user_*)

パスパラメータ

org_id
string
必須

クエリパラメータ

skip
integer
デフォルト:0
必須範囲: x >= 0
limit
integer
デフォルト:100
必須範囲: 1 <= x <= 200
created_date_from
string<date-time> | null
created_date_to
string<date-time> | null
updated_date_from
string<date-time> | null
updated_date_to
string<date-time> | null
org_ids
string[] | null
user_ids
string[] | null
session_ids
string[] | null

レスポンス

成功時のレスポンス

has_more
boolean
必須
items
SessionResponse · object[]
必須
limit
integer
必須
skip
integer
必須
total
integer
必須
next_cursor
integer | null