Skip to main content
GET
/
v3beta1
/
enterprise
/
snapshot-setup
/
blueprints
List enterprise-tier 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.

Permissions

Requires a service user with the ManageAccountSnapshots permission at the enterprise level.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Response

200 - application/json

Successful Response

List envelope for blueprints (returned in execution order).

data
Blueprint · object[]
required