简体中文
cURL
curl --request GET \ --url https://api.devin.ai/v2/enterprise/snapshots/{snapshot_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
获取特定快照的详细信息,包括处于挂起或正在运行状态的脚本
Personal API Key (apk_user_*) for Enterprise Admins only
Successful Response