media
List media uploads
List media uploads filtered by given parameters.
<strong><a href='/docs/content/content-creation/#Creating%20video%20Pins'>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/getting-started/pagination/'>Pagination</a> for more information.
Response
response
Example response
{
"items": [
{
"media_id": "12345",
"media_type": "video",
"status": "succeeded"
}
]
}