Retrieve Target Group by ID
retrieve_target_group_by_idGet detailed target group information by ID.
USE FOR: "get target group details for ID X", "show target group with ID Y", "check target group configuration", "show audiences in target group X", analyze setup before changes.
PREREQUISITE: If you don't have the ID, use list_target_groups(name="X") first.
RESPONSE: {id, name, channel, audiences, targeting, status, createdDate, modifiedDate, size, configuration, ...}
WORKFLOW: list_target_groups(name="target_group_name") → get ID → retrieve_target_group_by_id(target_group_id=ID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_group_id | Yes | The unique ID of the target group to retrieve. Must be a positive integer. If you don't have the ID, use list_target_groups to search by name first. |