> ## Documentation Index
> Fetch the complete documentation index at: https://docs.api.arcstudiopro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get latest snapshot document

> Return the current latest snapshot document as JSON or Markdown.

Use `format` as `json` or `md`. This URL points to the current latest snapshot document.

```bash theme={null}
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](/api-reference/endpoints/get-snapshot-document).
