Analyst Notes: Lookup

Retrieve a specific analyst note by its ID with configurable serialization level.

What this endpoint does

Retrieves a single analyst note by its ID (e.g., doc:wB0Rhk). The optional serialization parameter controls how much detail is returned — see Analyst Notes: Serialization Options for levels. The request body is optional; pass {"serialization": "full"} to include resolved events and diamond model data, or omit the body for the default serialization.

Response data

The complete note object with id, source, and attributes containing title, text, publication date, note entities (tagged in the note), context entities (mentioned but not tagged), topic classification, and validation URLs. With full serialization, you also get events (structured cyber attack events, geopolitical events, etc.) and diamond_model classification.

Path Params
string
required

Note id

Body Params
boolean
Defaults to false

Determines if the <entity></entity> tags should be inline with entities in the note title and text.

boolean
Defaults to false

Determines if HTML tags are escaped, applied only when tagged_text = true.

string
enum
Defaults to full

Entity serialization level. When set to id, only the entity id will be included. Setting it to min leads to the id and name being included and setting it to full means that each entity will have the id, name, type and possibly a description included in the response.

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json