メインコンテンツへスキップ
GET
/
v3
/
enterprise
/
sessions
/
{devin_id}
/
attachments
セッションの添付ファイル一覧を取得する
curl --request GET \
  --url https://api.devin.ai/v3/enterprise/sessions/{devin_id}/attachments \
  --header 'Authorization: Bearer <token>'
[
  {
    "attachment_id": "<string>",
    "name": "<string>",
    "source": "devin",
    "url": "<string>",
    "content_type": "<string>"
  }
]

権限

Enterprise レベルで ViewAccountSessions 権限が付与されたサービスユーザーが必要です。

承認

Authorization
string
header
必須

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

パスパラメータ

devin_id
string | null
必須

クエリパラメータ

org_id
string | null

レスポンス

成功時のレスポンス

attachment_id
string
必須
name
string
必須
source
enum<string>
必須
利用可能なオプション:
devin,
user
url
string
必須
content_type
string | null