# linkedin_list_media

> List account image/video library files with download URLs and native processing status; not ad performance.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [LinkedIn Ads](https://www.getmcpads.com/docs/sources/linkedin-ads)

List account image/video library files with download URLs and native processing status; not ad performance.

> **Note** Advertising API Development tier. Test-account writes only; Standard access is not yet approved.

|  |  |
| --- | --- |
| Source | [LinkedIn Ads](https://www.getmcpads.com/docs/sources/linkedin-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/linkedin-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | Selected LinkedIn advertising account, numeric ID. |
| `kind` | string | Required | Native resource type to read or modify. One of: `images`, `videos`. |
| `start` | integer | Optional | Zero-based offset in the media library page. Default: `0`. |
| `limit` | integer | Optional | Maximum results in this page; inspect paging/coverage for additional data. Default: `30`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "linkedin_list_media",
    "args": {
      "adAccountId": "<string>",
      "kind": "images"
    }
  }
}
```

- [LinkedIn Ads metrics](https://www.getmcpads.com/docs/sources/linkedin-ads/metrics): What you can ask for.
- [LinkedIn Ads dimensions](https://www.getmcpads.com/docs/sources/linkedin-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/linkedin-ads/tools/linkedin_list_media
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
