Type Alias: GetAgentInstanceData
type GetAgentInstanceData = object;
Properties
body?
optional body?: never;
path
path: object;
agentInstanceKey
agentInstanceKey: AgentInstanceKey;
The key of the agent instance to retrieve.
query?
optional query?: never;
url
url: "/agent-instances/{agentInstanceKey}";