client.match_targets.list

A method of the Match Targets endpoint.

list() ListResponse

List match targets

API URL: GET /match_targets

import civis
client = civis.APIClient()
response = client.match_targets.list(...)
Returns:
civis.ListResponse
  • idint

    The ID of the match target

  • namestr

    The name of the match target

  • target_file_namestr

    The name of the target file

  • created_at : str (time)

  • updated_at : str (time)

  • archivedbool

    Whether the match target has been archived.