# Download playlist build **GET /data/playlists/{playlist_id}/jobs/{build_job_id}/build/mp4** Download given playlist build as MP4 file. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **playlist_id** (string(uuid)) Playlist unique identifier - **build_job_id** (string(uuid)) Build job unique identifier ## Responses ### 200: Playlist build downloaded as MP4 file #### Body Parameters: video/mp4 (string(binary)) string(binary) ### 400: Build not finished, need to retry later #### Body Parameters: application/json (object) - **error** (boolean) Error flag - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)