bricks_list_media
Retrieve media attachments from the WordPress Media Library. Filter by search term, count, or MIME type to locate images and get attachment IDs.
Instructions
List media attachments from the WordPress Media Library. Use to find existing images and their attachment IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term to filter media (optional) | |
| per_page | No | Number of results (default: 10, max: 100) | |
| mime_type | No | Filter by MIME type, e.g. "image/jpeg" or "image" (optional) |