# Get project asset **GET /projects/{projectId}/assets/{assetId}** Get project asset by ID ## Servers - Production environment: https://api.metafold3d.com (Production environment) - Bleeding-edge (unstable) environment: https://dev-api.metafold3d.com (Bleeding-edge (unstable) environment) ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **projectId** (string) Project ID - **assetId** (string) Asset ID ### Query parameters - **download** (string) Boolean. Either “true” or “1” is accepted. Response will include a link URL to download asset from. ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) - **filename** (string) - **size** (integer) Size of file in bytes - **checksum** (string) SHA-256 checksum of file contents - **created** (string) ISO 8601 datetime - **modified** (string) ISO 8601 datetime - **project_id** (string) Project ID - **job_id** (string | null) Job ID that created this asset, if any - **link** (string) Download URL ### 400 Bad Request #### Body: application/json (object) - **code** (integer) HTTP response code - **name** (string) Status text corresponding to the HTTP response code - **description** (string) Detailed error message ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) HTTP response code - **name** (string) Status text corresponding to the HTTP response code - **description** (string) Detailed error message ### 404 Not Found #### Body: application/json (object) - **code** (integer) HTTP response code - **name** (string) Status text corresponding to the HTTP response code - **description** (string) Detailed error message [Powered by Bump.sh](https://bump.sh)