特定のセッションの詳細を取得します。
devin_id は、devin- を先頭に付けたセッション ID です (例: devin-abc123) 。ViewOrgSessions 権限が付与されたサービスユーザーが必要です。サービスユーザーの認証情報(接頭辞: cog_)
DevinセッションID(接頭辞: devin-)
"devin-abc123def456"
組織ID(接頭辞: org-)
"org-abc123def456"
成功レスポンス
new, creating, claimed, running, exit, error, suspended, resuming セッションの現在のステータスに関する追加情報。status が 'running' の場合: 'working'(アクティブに作業中)、'waiting_for_user'(ユーザー入力が必要)、'waiting_for_approval'(セーフモードでアクションの承認待ち)、または 'finished'(task 完了)。status が 'suspended' の場合: 'inactivity'、'user_request'、'usage_limit_exceeded'、'out_of_credits'、'out_of_quota'、'no_quota_allocation'、'payment_declined'、'org_usage_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, error セッションからの検証済み構造化出力。GET/list エンドポイントでのみ設定されます。