メインコンテンツへスキップ
GET
セッション詳細一覧
Enterprise管理者の個人APIキーが必要です。 Enterprise内のすべてのDevinセッションについて、ページネーションされたリストを返します。各セッションには、包括的なセッション分析、最初のユーザーからのメッセージ、プルリクエスト情報、ACUの消費データが含まれます。このエンドポイントは、基本的なEnterpriseセッション一覧エンドポイントよりも詳細な情報を提供します。

承認

Authorization
string
header
必須

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

クエリパラメータ

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
SessionDetailResponse · object[]
必須
limit
integer
必須
skip
integer
必須
total
integer
必須
next_cursor
integer | null