bricks_list_media
List media attachments from the WordPress Media Library by search, MIME type, or count. Retrieve attachment IDs for images and files.
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) |