Reference
- Sessions
- Apps
- Agents
- Tasks
- Tools
- Models
- Datasources
- All Objects
- Account
- Agent
- Asset
- BaseOpenApiParameters
- ChatMessage
- Crew
- Datasource
- DatasourceConnectionSettings
- DatasourceRecordCount
- DatasourceStream
- DatasourceStatusColors
- DynamicResponse
- FieldDescription
- FieldDescriptionMap
- FormFieldConfig
- FunctionProperty
- IconAttachment
- InsertResult
- MetadataFieldInfo
- Model
- MultiQueryRetrieverConfig
- Notification
- NotificationDetails
- NotificationType
- ObjectId
- OAuthStrategy
- Oauth Provider
- Org
- ProcessingErrorDetails
- Retriever
- RetrieverConfig
- SelfQueryRetrieverConfig
- Session
- SharingConfig
- SharingMode
- ShareLink
- ShareLinkType
- ShareLinkTypes
- SimilaritySearchRetrieverConfig
- StreamConfig
- StreamConfigMap
- Stripe
- SyncModes
- SystemUpdateDetails
- Task
- Team
- TeamDescription
- TeamModelResponse
- TempRedirectResponse
- TestDatasourceJSONBody
- TimeWeightedRetrieverConfig
- Tool
- ToolRevision
- ToolState
- ToolType
- UnstructuredChunkingConfig
- UnstructuredChunkingStrategy
- UnstructuredChunkingStrategyValues
- UnstructuredPartitioningStrategy
- UnstructuredPartitioningStrategyValues
- UserActionDetails
- WebhookDetails
- WebhookType
All Objects
Session
Session object used when a chat app is running
{
"_id": "<string>",
"orgId": "<string>",
"teamId": "<string>",
"name": "<string>",
"startDate": {},
"lastUpdatedDate": {},
"tokensUsed": 123,
"status": "started",
"appId": "<string>",
"previewLabel": "<string>",
"sharingConfig": {
"permissions": {},
"mode": "restricted"
}
}