Skip to content

RawConversationGetResponse

Raw response type for conversation operations (without methods). Represents a conversation between users and AI agents.

Properties

Property Type Description
agentId? number Identifier of the agent used for this conversation
autogenerateLabel boolean Whether the conversation label was automatically generated.
createdTime string Timestamp indicating when the conversation was created.
folderId number Identifier of the folder where the conversation is stored.
id string A globally unique identifier for the conversation.
isLocalJobExecution? boolean Whether the conversation's job is running locally.
jobKey? string Optional job key for conversations that are part of a larger job.
jobStartOverrides? ConversationJobStartOverrides Optional configuration options for when the service automatically starts agent job(s).
label string The human-readable label or title for the conversation.
lastActivityTime string Timestamp indicating when the conversation last had activity.
orgId string Identifier of the organization.
spanId? string Span identifier for distributed tracing.
tenantId string Identifier of the tenant within the organization.
traceId string Trace identifier for distributed tracing.
updatedTime string Timestamp indicating when any conversation field(s) are updated.
userId string Identifier of the user who owns or initiated the conversation.