v1
latestOpenAPI 3.1.02026-07-244727109.8 KBGet Intel Profile data
Returns all intel profiles associated with the authenticated enterprise account. When details=true is passed, each list includes its full entity membership. Entity lists group named entities (companies, technologies, threat actors, custom text terms) that can be used to scope and filter intelligence feeds.
Entity members may be resolved Feedly entities (returned with an id) or unresolved custom text strings (returned with a text field only).
Query parameters
When true, each entity list object includes the full entities array with all member IDs and text values. When omitted or false, the entities array is empty or absent.
Response
An array of entity list objects for the enterprise account. Returns all lists when details=true, each fully populated with its entity membership.
Example response
[
{
"id": "nlp/f/entity/cl:christeam:A1Customers-lr7vjf",
"label": "A1 Customers",
"type": "customTopic",
"description": "Adobe, Apple, Cisco, Fortinet, Google",
"createdBy": "7b966855-c953-4ec8-b271-cf554996c1ab",
"created": 1679494776618,
"inferredType": "org",
"updated": 1774032310459,
"updatedBy": "d7fa6923-61da-4f14-abc2-4871d985bb30",
"entities": [
{
"id": "nlp/f/entity/gz:org:microsoft",
"text": "adope"
}
]
}
]