> ## 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 jp-openapi POST /monitors
openapi: 3.0.0
info:
  description: >-
    Pubrio API
    はマーケット拡大インテリジェンスを提供します——企業の新市場参入を捉えるリアルタイムシグナルと、その基盤となる企業・人物データ。アカウントやコンタクトの検索・ルックアップ・エンリッチメントに加え、200+
    市場にわたる種別・日付付きの動きシグナルを購読できます。
  version: 1.0.0
  title: Pubrio OpenAPI
  termsOfService: https://pubrio.com/ja/terms-of-service
  contact:
    email: king.lai@pubrio.com
    name: King Lai
    url: https://pubrio.com/ja/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:
    post:
      tags:
        - Monitor
      summary: モニター一覧
      description: ワークスペース内のすべてのモニターのリストを取得します。
      operationId: monitors_list
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                destination_types:
                  type: array
                  items:
                    type: string
                  description: 配信先タイプで絞り込みます（例：['email', 'webhook']）。空配列の場合はすべて返します。
                detection_modes:
                  type: array
                  items:
                    type: string
                  description: >-
                    検出モードで絞り込みます（例：['company_first',
                    'signal_first']）。空配列の場合はすべて返します。
                status:
                  type: string
                  enum:
                    - draft
                    - active
                    - paused
                    - inactive
                  description: モニターステータスで絞り込みます。
                is_ascending_order:
                  type: boolean
                  description: 昇順でソート。デフォルトはfalse（降順）。
                  default: false
                order_by:
                  type: string
                  enum:
                    - name
                    - last_trigger_at
                    - last_modified
                  description: >-
                    並び替えに使用するフィールド。指定可能な値：'name'、'last_trigger_at'、'last_modified'。省略した場合、一覧は
                    created_at の降順で並びます。
                search_term:
                  type: string
                  nullable: true
                  description: モニター名のみに対して照合される検索語（正規表現、大文字小文字を区別しません）。
                per_page:
                  type: integer
                  description: >-
                    1 ページあたりの件数。既定は 25 で、多くのプランではこれが上限でもあります。制限値はサブスクリプションの
                    `max_search_per_page`
                    で、[Profile](/jp/api-reference/endpoint/profile/profile)
                    から取得できます。超過すると結果が丸められるのではなく、**HTTP 416** とコード
                    `41676`（企業・人物検索では `41613`）が返ります。
                  default: 25
                page:
                  type: integer
                  description: >-
                    ページ番号（1 から開始）。上限はサブスクリプションの `max_search_page`（企業検索では
                    `max_company_search_page`）で、[Profile](/jp/api-reference/endpoint/profile/profile)
                    から取得できます。超過すると **HTTP 416** が返ります。
                  default: 1
      responses:
        '200':
          description: ページネーション付きのモニター一覧を含む成功レスポンスです。ウォッチリスト連動のモニターはこの一覧から除外されます。
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      pagination:
                        type: object
                        properties:
                          page:
                            type: integer
                            description: 現在のページ番号。
                          per_page:
                            type: integer
                            description: 1ページあたりの結果数。
                          total_entries:
                            type: integer
                            description: モニターの総数。
                          total_pages:
                            type: integer
                            description: 総ページ数。
                          total_display_pages:
                            type: integer
                            description: 表示ページの総数。
                          is_timeout:
                            type: boolean
                            description: クエリがタイムアウトしたかどうか。
                      monitors:
                        type: array
                        items:
                          type: object
                          properties:
                            monitor_id:
                              type: string
                              format: uuid
                              description: モニターの一意識別子。
                            name:
                              type: string
                              description: モニターの名前。
                            description:
                              type: string
                              description: モニターの説明。
                            detection_mode:
                              type: string
                              description: 検出モード：'company_first' または 'signal_first'。
                            signal_types:
                              type: array
                              items:
                                type: string
                              description: 監視対象のシグナルタイプ（例：'jobs'、'news'、'advertisements'）。
                            signal_filters:
                              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: object
                              description: 人物エンリッチメントの設定（フィルターや制限を含む）。
                              properties:
                                max_people_to_return:
                                  type: integer
                                  description: 1企業あたりに返す人物の最大数。最小：1、最大：25。
                            destination_type:
                              type: string
                              description: 配信先タイプ（例：'email'、'webhook'）。
                            destination_config:
                              type: object
                              description: 配信先の設定（例：Webhook URL、メールアドレス）。
                            frequency_minute:
                              type: integer
                              description: トリガー頻度（分単位）。最小：0、最大：10080、デフォルト：0。
                            max_retry_per_trigger:
                              type: integer
                              description: トリガーあたりの最大リトライ回数。最小：0、最大：3、デフォルト：1。
                            max_records_per_trigger:
                              type: integer
                              description: トリガーあたりの最大レコード数。最小：1、最大：100、デフォルト：25。
                            retry_delay_second:
                              type: integer
                              description: リトライ間の遅延（秒単位）。最小：1、最大：5、デフォルト：1。
                            max_daily_trigger:
                              type: integer
                              description: 1日あたりの最大トリガー数。最小：0、最大：86400、デフォルト：500。
                            max_failure_trigger:
                              type: integer
                              description: 一時停止前の最大連続失敗数。最小：1、最大：10、デフォルト：5。
                            masked_signature:
                              type: string
                              description: 表示用のマスクされたWebhook署名。
                            status:
                              type: string
                              enum:
                                - draft
                                - active
                                - paused
                                - inactive
                              description: モニターのライフサイクルステータス。
                            notification_email:
                              type: string
                              description: モニター通知用のメールアドレス。
                            repeated_failure_count:
                              type: integer
                              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: モニターが最後に変更されたタイムスタンプ。
                            user:
                              type: object
                              properties:
                                user_id:
                                  type: string
                                  description: モニターを作成したユーザーの識別子。
                                nickname:
                                  type: string
                                  description: ユーザーの表示名。
                                email:
                                  type: string
                                  description: ユーザーのメールアドレス。
                              description: モニターを作成したユーザー。
                            total_trigger_today:
                              type: integer
                              description: 今日実行されたトリガーの数。
                            success_rate:
                              type: string
                              nullable: true
                              description: >-
                                全体の成功率（0〜1）の10進数文字列（例："0.983"）。モニターが一度もトリガーされていない場合は
                                null。
              example:
                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: team@example.com
                      max_retry_per_trigger: 1
                      retry_delay_second: 1
                      max_records_per_trigger: 25
                      max_daily_trigger: 500
                      frequency_minute: 0
                      status: active
                      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: jane@example.com
                      total_trigger_today: 4
                      success_rate: '1.000'
                    - ...
        '400':
          $ref: '#/components/responses/general_error'
        '429':
          $ref: '#/components/responses/rate_limit_error'
        '500':
          $ref: '#/components/responses/server_error'
components:
  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: レスポンスボディには `error` フィールドが含まれ、問題の概要がメッセージとして記載されます。
                type: string
  securitySchemes:
    pubrio_api_key:
      type: apiKey
      name: pubrio-api-key
      description: >-
        API で実行する操作内容と、その操作に付与された権限を識別するための一意の API トークンです。このトークンはダッシュボードの
        [設定](https://dashboard.pubrio.com/#/settings/) 画面から発行できます。
      in: header

````