# Get asset types **GET /data/asset-types** Retrieve all available asset types (entity types that are not shot, sequence, or episode) with filtering support ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Query parameters - **project_id** () Filter asset types by project ## Responses ### 200: List of asset types successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Asset type unique identifier - **name** (string) Asset type name - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)