Inputs
SelectItem
Output
Type:Dict
Returns { creative: raw LinkedIn creative, content: raw referenced post (or null), content_error: present only if the post could not be resolved }.
Fields: creative, content, content_errorDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a single LinkedIn ad (creative) by id, including its actual content
| App | LinkedIn Ads |
| Operation ID | linkedin_ads_get_ad |
| Type | Action |
| Connection | linkedin_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the LinkedIn Ads account that owns the ad. |
ad_id | string or SelectItem | Yes | - | The ad to fetch. In LinkedIn’s API this is a creative. Accepts a creative id or urn:li:sponsoredCreative URN. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Returns { creative: raw LinkedIn creative, content: raw referenced post (or null), content_error: present only if the post could not be resolved }.
Fields: creative, content, content_error