Example searches: “400”, “Disable a rule”, “Get information about rules”, “timeUnit”, “alerts_filter”
Get all notes for a given document.
Filter notes based on their association with a document or saved object.
Values are all, document_only, saved_object_only, document_and_saved_object, or orphan.
all
document_only
saved_object_only
document_and_saved_object
orphan
Indicates the requested notes were returned.
The time the note was created, using a 13-digit Epoch timestamp.
The user who created the note.
The last time the note was updated, using a 13-digit Epoch timestamp
The user who last updated the note
The _id of the associated event for this note.
_id
The text of the note
The savedObjectId of the Timeline that this note is associated with
savedObjectId
The savedObjectId of the note
The version of the note
curl \ --request GET 'https://<KIBANA_URL>/api/note' \ --header "Authorization: $API_KEY"