特定のセッションに関する、メッセージ数、セッションサイズの分類、AI による分析などを含む詳細なインサイトを取得します。
Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
devin_id は、セッション ID の先頭に devin- を付与したものです (例:devin-abc123) 。ViewAccountSessions 権限を持つサービスユーザーが必要です。サービスユーザーの認証情報(接頭辞: cog_)
Devin セッション ID(プレフィックス: devin-)
"devin-abc123def456"
成功時のレスポンス
セッションの詳細に、定量的なメトリクスと AI による分析結果を付加したものです。
追加のクエリが必要となるフィールドを含めることで、SessionResponse を拡張します。
セッション中に送信された Devin メッセージ数。
セッション中に送信されたユーザーメッセージ数。
セッションの規模を、ACU 使用量とメッセージ数に基づいて分類したもの。
xs, s, m, l, xl new, claimed, running, exit, error, suspended, resuming AI が生成したセッション分析。分析が完了していない場合は None。
分類が実行されている場合の、セッションに割り当てられたユースケースカテゴリです。get/list エンドポイントでのみ設定されます。
bug_fixing, ci_cd_and_devops, code_quality_and_security, code_review_and_analysis, data_and_automation, documentation_and_content, feature_development, migrations_and_upgrades, other, refactoring_and_optimization, research_and_exploration, unit_test_generation セッションの作成元です。
webapp, slack, teams, api, linear, jira, automation, cli, desktop, other セッションの現在のステータスに関する追加情報です。status が 'running' の場合は、'working'(作業中)、'waiting_for_user'(ユーザー入力が必要)、'waiting_for_approval'(セーフモードでアクションの承認待ち)、または 'finished'(タスク完了)です。status が 'suspended' の場合は、'inactivity'、'user_request'、'usage_limit_exceeded'、'out_of_credits'、'out_of_quota'、'no_quota_allocation'、'payment_declined'、'org_usage_limit_exceeded'、'total_session_limit_exceeded'、'error' などの一時停止理由です。get/list エンドポイントでのみ設定されます。
working, waiting_for_user, waiting_for_approval, finished, inactivity, user_request, usage_limit_exceeded, out_of_credits, out_of_quota, no_quota_allocation, payment_declined, org_usage_limit_exceeded, total_session_limit_exceeded, error セッションからの検証済み構造化出力。GET/list エンドポイントでのみ設定されます。
セッションに割り当てられたサブカテゴリの表示名です。カテゴリが設定されていても、サブカテゴリが割り当てられていない、または特定されなかった場合は 'Other' になります。get/list エンドポイントでのみ設定されます。