> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pubrio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 监控查询

> 获取特定监控的详细信息。



## OpenAPI

````yaml cn-openapi POST /monitors/lookup
openapi: 3.0.0
info:
  description: >-
    Pubrio API 提供市场扩张情报——实时捕捉企业进入新市场的信号，以及其底层的公司与人员数据。可搜索、查找并丰富账户与联系人信息，并订阅覆盖
    200+ 市场、带类型与日期的动向信号。
  version: 1.0.0
  title: Pubrio OpenAPI
  termsOfService: https://pubrio.com/zh-CN/terms-of-service
  contact:
    email: king.lai@pubrio.com
    name: King Lai
    url: https://pubrio.com/zh-CN/get-in-touch
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
servers:
  - url: https://api.pubrio.com
security:
  - pubrio_api_key: []
tags:
  - name: Profile
    description: 工作区配置信息和使用统计
  - name: Enrichment
    description: 通过详细的 B2B 数据丰富人员和公司记录
  - name: Lookalike
    description: 查找与指定公司相似的公司
  - name: Search
    description: 使用筛选条件搜索人员、公司、职位、新闻和广告
  - name: Lookup
    description: 查找特定人员、公司、职位、新闻、广告和技术的详细信息
  - name: LinkedIn
    description: 通过 LinkedIn 个人资料 URL 查找人员和公司数据
  - name: Redeem
    description: 兑换积分以解锁人员联系方式（单个和批量）
  - name: Channels
    description: 管理外展渠道模板（创建、更新、删除、列表）
  - name: Monitor
    description: 创建和管理数据监控，包括 Webhook、统计和处理
  - name: Filters
    description: 获取搜索参数的可用筛选值（技术、地点、垂直领域等）
  - name: API Keys
    description: 查看 API 密钥的请求日志和使用情况分析
  - name: Insights
    description: 公司的信号聚合洞察(招聘、新闻、广告)。
  - name: Export
    description: 批量数据导出(消耗积分)。
  - name: Expansion
    description: 公司市场扩张情报:信号、阶段、市场与导出。
externalDocs:
  description: Pubrio API 用于搜索、预览和增强联系人及账户信息。Pubrio 数据库提供丰富的 B2B 联系人和销售情报数据。
  url: https://docs.pubrio.com
paths:
  /monitors/lookup:
    post:
      tags:
        - Monitor
      summary: 查找监控
      description: 获取特定监控的详细信息。
      operationId: monitors_lookup
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                monitor_id:
                  type: string
                  format: uuid
                  description: 要查找的监控唯一标识符。
                is_signature_reveal:
                  type: boolean
                  description: 设为 true 时，响应中将包含完整的 webhook 签名。默认为 false。
                  default: false
                profile_id:
                  $ref: '#/components/schemas/profile_id'
              required:
                - monitor_id
      responses:
        '200':
          description: 成功响应，包含完整的监控详情，包括配置和目标设置。
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      monitor_id:
                        type: string
                        format: uuid
                        description: 监控的唯一标识符。
                      profile_id:
                        type: integer
                        description: 配置文件标识符。
                      user_id:
                        type: string
                        description: 用户标识符。
                      name:
                        type: string
                        description: 监控名称。
                      description:
                        type: string
                        description: 监控描述。
                      detection_mode:
                        type: string
                        description: 检测模式。
                      signal_types:
                        type: array
                        items:
                          type: string
                        description: 监控的信号类型。
                      signal_filters:
                        type: array
                        items:
                          type: object
                        description: 信号过滤器配置。
                      company_filters:
                        type: object
                        description: 公司过滤器配置。
                      companies:
                        type: array
                        items:
                          type: string
                        description: 公司标识符。
                      is_company_enrichment:
                        type: boolean
                        description: 公司增强是否已启用。
                      is_people_enrichment:
                        type: boolean
                        description: 人员增强是否已启用。
                      people_enrichment_configs:
                        type: array
                        items:
                          type: object
                        description: 人员增强配置。
                      destination_type:
                        type: string
                        description: 投递目标类型。
                      destination_config:
                        type: object
                        description: 完整的目标配置详情。
                      frequency_minute:
                        type: integer
                        description: 触发频率（分钟）。
                      max_retry_per_trigger:
                        type: integer
                        description: 每次触发的最大重试次数。
                      max_records_per_trigger:
                        type: integer
                        description: 每次触发的最大记录数。
                      retry_delay_second:
                        type: integer
                        description: 重试间隔（秒）。
                      max_daily_trigger:
                        type: integer
                        description: 每日最大触发次数。
                      max_failure_trigger:
                        type: integer
                        description: 暂停前的最大连续失败次数。
                      masked_signature:
                        type: string
                        description: 已遮罩的 webhook 签名。
                      signature:
                        type: string
                        format: uuid
                        description: 完整的 webhook 签名。仅在 is_signature_reveal 为 true 时包含。
                      repeated_failure_count:
                        type: integer
                        description: 当前连续失败次数。
                      is_active:
                        type: boolean
                        description: 监控是否处于活动状态。
                      is_paused:
                        type: boolean
                        description: 监控是否已暂停。
                      notification_email:
                        type: string
                        description: 通知邮箱地址。
                      last_trigger_at:
                        type: string
                        format: date-time
                        nullable: true
                        description: 最后一次触发的时间戳。
                      last_processed_at:
                        type: string
                        format: date-time
                        nullable: true
                        description: 最后一次处理完成的时间戳。
                      created_at:
                        type: string
                        format: date-time
                        description: 监控创建的时间戳。
                      last_modified:
                        type: string
                        format: date-time
                        description: 监控最后修改的时间戳。
                      last_processed:
                        type: string
                        format: date-time
                        nullable: true
                        description: 最后一次处理事件的时间戳。
                      user:
                        type: object
                        properties:
                          user_id:
                            type: string
                            description: 创建监控的用户标识符。
                          nickname:
                            type: string
                            description: 用户显示名称。
                          email:
                            type: string
                            description: 用户邮箱。
                        description: 创建监控的用户。
              example:
                data:
                  monitor_id: a1b2c3d4-e5f6-7890-abcd-ef1234567890
                  profile_id: 1
                  user_id: a1b2c3d4-0000-0000-0000-000000000000
                  name: Signal First Monitor
                  description: Tracking AI job postings
                  detection_mode: signal_first
                  signal_types:
                    - jobs
                    - news
                    - advertisements
                  signal_filters:
                    - filters:
                        locations:
                          - US
                        titles:
                          - AI Engineer
                      signal_type: jobs
                    - ...
                  company_filters:
                    locations:
                      - US
                    employees:
                      - - 501
                        - 1000
                    ...: ...
                  companies:
                    - 67c4696b-b7b0-46b5-b2af-9f434543661e
                  is_company_enrichment: true
                  is_people_enrichment: true
                  people_enrichment_configs:
                    - filters:
                        management_levels:
                          - founder
                          - vp
                        ...: ...
                      max_people_to_return: 25
                      people_contact_types:
                        - email-work
                        - email-personal
                        - phone
                  destination_type: webhook
                  destination_config:
                    webhook_url: https://usewebhook.com/example
                    headers:
                      X-Custom-Auth: your-token
                    body:
                      source: pubrio
                  frequency_minute: 0
                  notification_email: team@example.com
                  max_retry_per_trigger: 2
                  max_records_per_trigger: 10
                  retry_delay_second: 5
                  max_daily_trigger: 500
                  masked_signature: 7••••••••••••••••8df
                  signature: 710a69f6-aaaf-449d-b3f6-78ba66d648df
                  repeated_failure_count: 0
                  is_active: true
                  is_paused: false
                  max_failure_trigger: 5
                  last_processed_at: null
                  last_trigger_at: null
                  created_at: '2026-04-05T20:30:17.792Z'
                  last_modified: '2026-04-05T20:30:17.792Z'
                  last_processed: null
                  user:
                    user_id: a1b2c3d4-0000-0000-0000-000000000000
                    nickname: Jane Smith
                    email: jane@example.com
        '400':
          $ref: '#/components/responses/general_error'
        '429':
          $ref: '#/components/responses/rate_limit_error'
        '500':
          $ref: '#/components/responses/server_error'
components:
  schemas:
    profile_id:
      type: integer
      description: >-
        可选。发起请求的团队标识符。由于 API 密钥已包含您的工作区信息，此参数不再是必填项。如果提供，该 ID
        有助于将查找与特定团队（工作区）关联，实现数据检索和额度追踪。


        更多信息请参见团队标签下的 `user details` 端点。
  responses:
    general_error:
      description: 请求错误。请求格式不正确或包含无效参数。请检查错误代码和消息以获取详细信息。
      content:
        application/json:
          schema:
            required:
              - code
              - message
              - details
            type: object
            properties:
              code:
                example: 40001
                type: integer
              message:
                example: 错误及代码会根据不同场景有所不同，详情请参阅文档。
                type: string
              details:
                type: object
    rate_limit_error:
      description: 超出速率限制。在给定时间段内发送了过多请求。请在速率限制窗口重置后重试。
      content:
        application/json:
          schema:
            required:
              - error
            type: object
            properties:
              error:
                example: 请求频率超出限制。请稍后再试。
                type: string
    server_error:
      description: 内部服务器错误。服务器发生意外错误。如果错误持续存在，请联系支持团队。
      content:
        application/json:
          schema:
            required:
              - error
            type: object
            properties:
              error:
                example: 服务器在处理请求时遇到了未预料的异常。
                type: string
  securitySchemes:
    pubrio_api_key:
      type: apiKey
      name: pubrio-api-key
      description: >-
        一个唯一的 API 令牌，用于标识您通过 API 执行的操作以及相应的权限和操作。您可以在
        [设置](https://dashboard.pubrio.com/#/settings/) 部分创建该令牌。
      in: header

````