Get artist short form posts
Retrieve the short-form video posts published by an artist on a social platform, with the latest engagement metrics for each post.
Name
get_artist_short_form_posts
Schema
| Type |
|---|
| object |
Properties
| Name | Description | Example |
|---|---|---|
| artistId | Unique identifier of the artist. | 11e81bcc-9c1c-ce38-b96b-a0369fe50396 |
| platform | Platform hosting the short-form posts. | |
| limit | Maximum number of posts to return. | |
| offset | Number of results to skip before starting to return results. Used for offset-based pagination. |
Required
| Name |
|---|
| artistId |
| platform |