List Line Items
documentedList line items in an advertiser account.
GET /5/accounts/{account_id}/line_itemsAds APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl 'https://ads-api.x.com/12/accounts/{{$account_id}}/line_items?campaign_ids={{$campaign_ids}}&line_item_ids={{$line_item_ids}}&count={{$count}}&cursor={{$cursor}}&funding_instrument_ids={{$funding_instrument_ids}}&q={{$q}}&sort_by={{$sort_by}}&with_deleted={{$with_deleted}}&with_draft={{$with_draft}}' \
-X GET \
-H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'