# List media library items with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/list-media --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)GET/media # List media library items with the PostEverywhere API Newest first. `pagination` echoes `limit`/`offset` only (no total). The convenience `media_ids` array can be copied straight into `createPost`. Viewable URLs are not included in the list response — use `getMedia` for a per-item `url`. Guide: [Media requirements by platform](https://posteverywhere.ai/docs/media-requirements) Copy MarkdownCopy for LLM ## Parameters typestringoptionallimitintegeroptionaloffsetintegeroptional ## Responses - 200Media items - 401 - 402 - 403 - 429 - 500 ## More in Media - [Upload media](https://posteverywhere.ai/docs/api/init-media-upload) - [Import from URL](https://posteverywhere.ai/docs/api/upload-media-from-url) - [Get media](https://posteverywhere.ai/docs/api/get-media) - [Delete media](https://posteverywhere.ai/docs/api/delete-media) - [Finalise upload](https://posteverywhere.ai/docs/api/complete-media-upload) [Upload media →](https://posteverywhere.ai/docs/api/init-media-upload)[← All endpoints](https://posteverywhere.ai/docs/api/reference)