Describes the request body of the /debug/{datasource}/document/events API call.
| 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 |