Skip to main content
GET
/
api
/
datasetrw
/
v1
/
snapshots
/
{snapshotId}
Get snapshot
curl --request GET \
  --url https://api.example.com/api/datasetrw/v1/snapshots/{snapshotId} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>"
  },
  "snapshot": {
    "createdAt": "2022-03-12T02:13:44.467Z",
    "datasetId": "<string>",
    "id": "<string>",
    "creatorId": "<string>",
    "description": "<string>",
    "lastMounted": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

snapshotId
string
required

Snapshot ID

Response

Success

metadata
object
required
snapshot
object
required