{
"signals": [
{
"signal_id": 123,
"signal_name": "<string>",
"signal_type": "<string>",
"status": "<string>",
"repeat": true,
"icp": {
"id": 123,
"name": "<string>",
"target_roles": [
"<string>"
],
"min_employee": 123,
"max_employee": 123,
"min_funding": "<string>",
"max_funding": "<string>",
"location": [
"<string>"
],
"sub_locations": [
"<string>"
],
"people_locations": [
"<string>"
],
"people_sub_locations": [
"<string>"
]
}
}
],
"total_count": 123,
"pagination": {
"limit": 123,
"offset": 123,
"total_count": 123,
"has_more": true
}
}