Show examples in:
Javascript HTTP
Content Management API > Search indexing activity

Search indexing activity

Represents an event occurred during the indexing process via search indexes.

Object payload

id string

ID of search index event

Example: "34"
type string

Must be exactly "search_index_event".

attributes.event_type enum

The type of activity

Example: "indexing_success"
indexing_started

Site indexing started

indexing_success

Site indexing completed successfully

indexing_failure

Site indexing failed

indexing_aborted

Site indexing aborted by user

attributes.data object

Any details regarding the event

Example: { pages: [ "https://www.example.com/ (language: en)", "https://www.example.com/about (language: en)", ], }
attributes.created_at date-time

The moment the activity occurred

Example: "2016-09-20T18:50:24.914Z"
relationships.search_index.data

Source search index

Available endpoints