# Fetch a project snapshot details based on the id **GET /projects/{project_id}/snapshots/{id}** Fetch a project snapshot details based on the id. ## Servers ## Parameters ### Path parameters - **project_id** (string) Project id - **id** (string) Resource ID ## Responses ### 200 The Snapshot with the id #### Body: (object) - **id** (string(uuid)) - **asset_id** (string) - **count** (number) - **total_amount** (number) - **balances** (array[object]) ### 401 Authorization information is missing or invalid. ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)