# Retrieve a specific album **GET /album/getAlbum** ## Servers - Production server: https://public-api.joinswsh.com (Production server) ## Authentication methods - Api key auth ## Parameters ### Query parameters - **albumId** (string) ID of the album to retrieve ## Responses ### 200 Album retrieved successfully #### Body: application/json (object) - **data** (object) - **warnings** (array[string]) ### 400 Invalid request. The request was malformed or missing required parameters. #### Body: application/json (object) - **message** (string) ### 404 Album not found [Powered by Bump.sh](https://bump.sh)