# getArtist See the [guide](../../guides/usage/getArtist.html) for information on how to use this. ## Properties | Name | Data Type | Description | | :--------- | :-------- | :---------- | | `artistId` | `string` | Artist ID | ## Returns `Promise<`[ArtistFull](../interfaces/ArtistFull.html)`>` ## TypeScript Source Code ```ts public async getArtist(artistId: string): Promise ```