ListJobEventsRequest
Example Usage
typescript
import { ListJobEventsRequest } from "@meetkai/mka1/models/operations";
let value: ListJobEventsRequest = {
id: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
cursor | string | ➖ | N/A |
limit | number | ➖ | N/A |
order | components.ComputeOrder | ➖ | asc pages oldest-first (default); desc pages newest-first. A cursor is only valid within a traversal that keeps the same order. |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |