Pular para o conteúdo principal
GET
/
v2
/
enterprise
/
snapshots
/
{snapshot_id}
Get Snapshot
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/snapshots/{snapshot_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
Requer uma chave de API pessoal de administrador Enterprise. Este endpoint retorna informações detalhadas sobre um Machine Snapshot específico dentro da sua conta Enterprise.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Path Parameters

snapshot_id
string
required

Response

Successful Response