Search Threat Reports
GET {{cb_url}}/api/v1/threat_report?q=
Each Feed contains zero or more Threat Reports. The Search Threat Report API route allows you to search the content of these threat reports. For more information on creating CB Response Threat Intelligence Feeds, see the Threat Intelligence Feed Reference.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | null | REQUIRED Query string. Accepts the same data as the search box on the Threat Report page | |
rows | null | OPTIONAL Return this many rows, 10 by default | |
start | null | OPTIONAL Start at this row, 0 by default | |
sort | null | OPTIONAL Sort rows by this field and order. last_update desc by default | |
facet | null | OPTIONAL Return facet results. โfalseโ by default, set to โtrueโ for facets |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |