此端点用于检索企业中某个特定机器快照的详细信息。
Snapshot 的唯一标识符(例如:“snapshot-abc123”)
curl -X GET "https://api.devin.ai/v2/enterprise/snapshots/snapshot-0768f" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"created_at": "2025-11-03T20:00:35.979306Z",
"description": "This machine has the repositories set up",
"is_default": true,
"org": {
"created_at": "2025-08-27T00:38:26.600708",
"display_name": "Test Org Updated",
"org_id": "org-0aaa"
},
"pending_scripts": [],
"snapshot_id": "snapshot-0768f",
"snapshot_name": "Dev Environment 2025-11-03 17:00:33",
"status": "available"
}