跳转到主要内容
GET
/
v3beta1
/
enterprise
/
snapshot-setup
/
blueprints
列出企业层级的蓝图
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/snapshot-setup/blueprints \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "blueprint_id": "<string>",
      "created_at": 123,
      "repo_name": "<string>",
      "type": "enterprise",
      "updated_at": 123
    }
  ]
}

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.

权限

需要具有企业级别 ManageAccountSnapshots 权限的服务用户。

授权

Authorization
string
header
必填

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

响应

200 - application/json

成功响应

蓝图的列表响应封装(按执行顺序返回)。

data
Blueprint · object[]
必填