curl --location --request GET '/v2/targets?page&per_page&q&date_range_start&date_range_end&relative_date_range&sort_by&limited' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"hosts": "string",
"exclude_hosts": "string",
"comment": "string"
}
],
"meta": {
"pagination": {
"total_pages": 0,
"total_count": 0,
"per_page": 0,
"current_page": 0,
"current_page_results": 0
},
"filters": {}
}
}