curl --request POST \
--url https://api.pubrio.com/monitors \
--header 'Content-Type: application/json' \
--header 'pubrio-api-key: <api-key>' \
--data '
{
"destination_type": [
"<string>"
],
"detection_mode": [
"<string>"
],
"is_active": true,
"is_paused": true,
"is_ascending_order": false,
"order_by": "last_modified",
"search_term": "<string>",
"per_page": 25,
"page": 1,
"profile_id": 123
}
'{
"data": {
"pagination": {
"page": 1,
"per_page": 25,
"total_entries": 8,
"total_pages": 1,
"total_display_pages": 1,
"is_timeout": false
},
"monitors": [
{
"monitor_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Company First Monitor",
"description": null,
"detection_mode": "company_first",
"signal_types": [
"jobs",
"news",
"advertisements"
],
"signal_filters": [
{
"filters": {
"locations": [
"US"
]
},
"signal_type": "jobs"
},
{
"filters": {
"locations": [
"US"
]
},
"signal_type": "news"
},
{
"filters": {
"target_locations": [
"US"
]
},
"signal_type": "advertisements"
}
],
"company_filters": {
"locations": [
"US"
]
},
"companies": [
"67c4696b-b7b0-46b5-b2af-9f434543661e"
],
"is_company_enrichment": true,
"is_people_enrichment": true,
"people_enrichment_configs": [
{
"filters": {
"people_locations": [
"US"
]
},
"max_people_to_return": 3,
"people_contact_types": [
"email-work"
]
}
],
"destination_type": "webhook",
"destination_config": {
"webhook_url": "https://usewebhook.com/example",
"headers": {
"X-Custom-Auth": "your-token"
},
"body": {
"source": "pubrio"
}
},
"notification_email": "[email protected]",
"max_retry_per_trigger": 1,
"retry_delay_second": 1,
"max_records_per_trigger": 25,
"max_daily_trigger": 500,
"frequency_minute": 0,
"is_active": true,
"is_paused": false,
"max_failure_trigger": 5,
"repeated_failure_count": 0,
"last_trigger_at": "2026-04-05T22:29:36.349Z",
"last_processed_at": "2026-04-05T18:28:05.715Z",
"masked_signature": "9••••••••••••••••f09",
"created_at": "2026-04-03T18:49:20.048Z",
"last_modified": "2026-04-05T22:29:36.349Z",
"user": {
"user_id": "a1b2c3d4-0000-0000-0000-000000000000",
"nickname": "Jane Smith",
"email": "[email protected]"
},
"total_trigger_today": 4,
"success_rate": "1.000"
},
"..."
]
}
}获取工作区中所有监控的列表。
curl --request POST \
--url https://api.pubrio.com/monitors \
--header 'Content-Type: application/json' \
--header 'pubrio-api-key: <api-key>' \
--data '
{
"destination_type": [
"<string>"
],
"detection_mode": [
"<string>"
],
"is_active": true,
"is_paused": true,
"is_ascending_order": false,
"order_by": "last_modified",
"search_term": "<string>",
"per_page": 25,
"page": 1,
"profile_id": 123
}
'{
"data": {
"pagination": {
"page": 1,
"per_page": 25,
"total_entries": 8,
"total_pages": 1,
"total_display_pages": 1,
"is_timeout": false
},
"monitors": [
{
"monitor_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Company First Monitor",
"description": null,
"detection_mode": "company_first",
"signal_types": [
"jobs",
"news",
"advertisements"
],
"signal_filters": [
{
"filters": {
"locations": [
"US"
]
},
"signal_type": "jobs"
},
{
"filters": {
"locations": [
"US"
]
},
"signal_type": "news"
},
{
"filters": {
"target_locations": [
"US"
]
},
"signal_type": "advertisements"
}
],
"company_filters": {
"locations": [
"US"
]
},
"companies": [
"67c4696b-b7b0-46b5-b2af-9f434543661e"
],
"is_company_enrichment": true,
"is_people_enrichment": true,
"people_enrichment_configs": [
{
"filters": {
"people_locations": [
"US"
]
},
"max_people_to_return": 3,
"people_contact_types": [
"email-work"
]
}
],
"destination_type": "webhook",
"destination_config": {
"webhook_url": "https://usewebhook.com/example",
"headers": {
"X-Custom-Auth": "your-token"
},
"body": {
"source": "pubrio"
}
},
"notification_email": "[email protected]",
"max_retry_per_trigger": 1,
"retry_delay_second": 1,
"max_records_per_trigger": 25,
"max_daily_trigger": 500,
"frequency_minute": 0,
"is_active": true,
"is_paused": false,
"max_failure_trigger": 5,
"repeated_failure_count": 0,
"last_trigger_at": "2026-04-05T22:29:36.349Z",
"last_processed_at": "2026-04-05T18:28:05.715Z",
"masked_signature": "9••••••••••••••••f09",
"created_at": "2026-04-03T18:49:20.048Z",
"last_modified": "2026-04-05T22:29:36.349Z",
"user": {
"user_id": "a1b2c3d4-0000-0000-0000-000000000000",
"nickname": "Jane Smith",
"email": "[email protected]"
},
"total_trigger_today": 4,
"success_rate": "1.000"
},
"..."
]
}
}按目标类型过滤(例如 ['email', 'webhook'])。空数组返回全部。
按检测模式过滤(例如 ['company_first', 'signal_first'])。空数组返回全部。
按活动状态过滤。
按暂停状态过滤。
按升序排序。默认为 false(降序)。
排序字段(例如 'last_modified'、'created_at'、'name')。
按名称或描述过滤监控的搜索词。
每页结果数。默认为 25。
分页页码。默认为 1。
可选。发起请求的团队标识符。由于 API 密钥已包含您的工作区信息,此参数不再是必填项。如果提供,该 ID 有助于将查找与特定团队(工作区)关联,实现数据检索和额度追踪。
更多信息请参见团队标签下的 user details 端点。
成功响应,包含分页的监控列表。
Show child attributes