Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/organizations/{org_id}/snapshot-setup/blueprints \ --header 'Authorization: Bearer <token>'
{ "data": [ { "blueprint_id": "<string>", "created_at": 123, "repo_name": "<string>", "updated_at": 123 } ] }
ManageRepoBlueprints
サービスユーザーの認証情報(接頭辞: cog_)
組織ID(プレフィックス: org-)
"org-abc123def456"
特定のリポジトリ(例: 'org/repo')で絞り込みます。
成功レスポンス
ブループリントのlistエンベロープ(実行順で返されます)。
Show child attributes