Skip to content

ListServiceLogsRequest

Example Usage

typescript
import { ListServiceLogsRequest } from "@meetkai/mka1/models/operations";

let value: ListServiceLogsRequest = {
  id: "<id>",
};

Fields

FieldTypeRequiredDescription
idstring✔️N/A
sourcecomponents.ComputeLogSourceN/A
cursorstringN/A
limitnumberN/A
ordercomponents.ComputeOrderasc pages oldest-first (default); desc pages newest-first. A cursor is only valid within a traversal that keeps the same order.
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.