GetAgentRunRequest
Example Usage
typescript
import { GetAgentRunRequest } from "@meetkai/mka1/models/operations";
let value: GetAgentRunRequest = {
agentId: "<id>",
runId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
agentId | string | ✔️ | N/A |
runId | string | ✔️ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |