Zum Hauptinhalt springen
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>"
    }
  ]
}
Erfordert den persönlichen API key eines Enterprise-Administrators. Dieser Endpunkt ruft detaillierte Informationen über einen bestimmten Machine-Snapshot in Ihrem Enterprise-Konto ab.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Path Parameters

snapshot_id
string
required

Response

Successful Response