GetAuditLogEntriesRequest
May 8, 2026 ยท View on GitHub
Example Usage
import { GetAuditLogEntriesRequest } from "@launchdarkly/mcp-server/models/operations";
let value: GetAuditLogEntriesRequest = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
before | number | :heavy_minus_sign: | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries this returns occurred before the timestamp. |
after | number | :heavy_minus_sign: | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries this returns occurred after the timestamp. |
q | string | :heavy_minus_sign: | Text to search for. You can search for the full or partial name of the resource. |
limit | number | :heavy_minus_sign: | A limit on the number of audit log entries that return. Set between 1 and 20. The default is 10. |
spec | string | :heavy_minus_sign: | A resource specifier that lets you filter audit log listings by resource |