Skip to main content
GET
/
v1
/
projects
/
{project_id}
/
scripts
/
{script_id}
/
latest_snapshot_document.
{format}
Get latest snapshot document
curl --request GET \
  --url https://api.example.com/v1/projects/{project_id}/scripts/{script_id}/latest_snapshot_document.{format}
Use format as json or md. This URL points to the current latest snapshot document.
curl "https://api.arcstudiopro.com/v1/projects/project_.../scripts/script_.../latest_snapshot_document.json" \
  -H "Authorization: Bearer $ARC_STUDIO_API_KEY"
The JSON response has the same shape as Get snapshot document.