最近のタスクエンティティを一覧表示
GET
/entities
最近の SourceFinder タスクで観測されたエンティティを集計して一覧表示します。window、または RFC3339 の from / to タイムスタンプで期間を指定できます。
認証
apiKeyAuth
API key passed in the CP-X-API-KEY header.
型
API Key (header: CP-X-API-KEY)
パラメータ
クエリパラメータ
window
Relative lookback window such as 24h or 6h. Defaults to 24h when from is omitted.
型
string
例
"24h"from
Inclusive RFC3339 window start. Overrides window when provided.
型
string
フォーマット
"date-time"to
RFC3339 window end. Defaults to the current time.
型
string
フォーマット
"date-time"レスポンス
Aggregated task entities
application/json
JSON "data": { "entities": [ { "name": "string", "canonical_name": "string", "type": "string", "official_domains": [ "string" ], "official_x_accounts": [ "string" ], "count": 0 } ] }
{
}
