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
Notification
Represents a notification in the system, including details about the notification type, target, and additional context.
{
"_id": "<string>",
"orgId": "<string>",
"teamId": "<string>",
"target": {
"id": "<string>",
"collection": "<string>",
"property": "<string>",
"objectId": true
},
"title": "<string>",
"description": "<string>",
"date": "2023-11-07T05:31:56Z",
"seen": true,
"type": "Webhook",
"details": {
"webhookType": "FailedSync"
}
}