> ## 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 snapshot

> Return metadata for one script snapshot.

Returns metadata for one snapshot. It does not include document content.

```bash theme={null}
curl "https://api.arcstudiopro.com/v1/projects/project_.../scripts/script_.../snapshots/snapshot_..." \
  -H "Authorization: Bearer $ARC_STUDIO_API_KEY"
```

```json theme={null}
{
  "id": "snapshot_...",
  "object": "script_snapshot",
  "description": null,
  "revision_color": null,
  "created_at": "2026-06-24T12:00:00Z",
  "formats": ["json", "md"]
}
```
