# Search Tagged Contacts

Returns the IDs and tagging timestamps of all tagged contacts.

Endpoint: POST /subscriber/tagged
Version: 1.0.0

## Request fields (application/json):

  - `tagid` (integer, required)
    The ID of the tag to which the contacts belong
    Example: 20

  - `status` (array, required)
    Filter contacts by their subscription status (subscribed, pending, unsubscribed). If no value is selected, the filter defaults to subscribed, meaning only contacts with an active subscription are included.
    Example: ["subscribed","pending"]

  - `bounceStatus` (array, required)
    Filter contacts by their bounce status (hardbounce, softbounce, spambounce, nobounce). If no value is selected, the filter defaults to softbounce, spambounce, and nobounce.
    Example: ["nobounce","softbounce"]


