Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 3.09 KB

File metadata and controls

13 lines (9 loc) · 3.09 KB

DebugDocumentLifecycleRequest

Describes the request body of the /debug/{datasource}/document/events API call.

Fields

Field Type Required Description Example
objectType String ✔️ Object type of the document to get lifecycle events for. Article
docId String ✔️ Glean Document ID within the datasource to get lifecycle events for. art123
startDate Optional<String> The start date for events to be fetched. Cannot be more than 30 days (default 7 days) in the past. 2025-05-01
maxEvents Optional<Long> Max number of events to be fetched. Cannot be more than 100 (default 20). 50