Skip to content

GetAgentRunRequest

Example Usage

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

let value: GetAgentRunRequest = {
  agentId: "<id>",
  runId: "<id>",
};

Fields

FieldTypeRequiredDescription
agentIdstring✔️N/A
runIdstring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.