跳转到主要内容
GET
/
v3beta1
/
organizations
/
{org_id}
/
attachments
/
{uuid}
/
{name}
下载附件
curl --request GET \
  --url https://api.devin.ai/v3beta1/organizations/{org_id}/attachments/{uuid}/{name} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

权限

需要一个在组织级别被授予 ViewOrgSessions 权限的服务用户。

授权

Authorization
string
header
必填

服务用户凭据(前缀:cog_)

路径参数

uuid
string
必填
name
string
必填

响应

成功响应