media
List media uploads
List media uploads filtered by given parameters.
<strong><a href='/docs/api-features/creating-boards-and-pins/#creating-video-pins'>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/reference/pagination/'>Pagination</a> for more information.
Response
response
Example response
{
"items": [
{
"media_id": "12345",
"media_type": "video",
"status": "succeeded"
}
]
}