media
List media uploads
List media uploads filtered by given parameters.
<strong><a href='/docs/solutions/content-apps/#creatingvideopins'>Learn more</a></strong> about video Pin creation.
get/media
Query parameters
bookmarkstring
Cursor used to fetch the next page of items
page_sizeinteger
Maximum number of items to include in a single page of the response. See documentation on <a href='/docs/api/v5/#tag/Pagination'>Pagination</a> for more information.
Response
response
Example response
{
"items": [
{
"media_id": "12345",
"media_type": "video",
"status": "succeeded"
}
]
}