tags/campaigns_by_id
Tool: read
List campaigns that have this tag.
Returns a paginated list of campaigns bearing the given tag. Meaningful for Campaign-type tags.
Returns a paginated
CampaignPage({ items: [Campaign], pagination }). The fullCampaignitem schema is in a separate doc — see campaign/get_by_id.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | Tag ID — the object's tagId |
| page | integer | – | 1-indexed, default 1 |
| limit | integer | – | limit default 10, max 30; see schemas/pagination |
| startingAfter | integer | – | int64 cursor from previous page's pagination.nextCursor |
Response
200 — paginated campaign list; full Campaign schema: see campaign/get_by_id. Wrapped: { items: [...], pagination }.
Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call read with name: "tags/campaigns_by_id".