# Get asset type casting **GET /data/projects/{project_id}/asset-types/{asset_type_id}/casting** Retrieve the casting information for all assets of a specific asset type in a project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** () Unique identifier of the project - **asset_type_id** () Unique identifier of the asset type ## Responses ### 200 Asset type casting information successfully retrieved #### Body: application/json (array[object]) - **asset_id** (string(uuid)) Asset unique identifier - **asset_name** (string) Asset name - **asset_type_id** (string(uuid)) Asset type identifier - **casting** (array[object]) [Powered by Bump.sh](https://bump.sh)