PaginatedResponse[LeadMeetingRead]
items object[]required
When the meeting is scheduled (UTC).
ID of the product (workspace) that owns this record. Most endpoints scope access by product.
ID of the lead this record relates to.
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
ID of the dialogue (conversation) this record relates to.
How many reminder steps have been sent for this meeting.
0Whether the meeting has been cancelled.
falseUnique numeric identifier of the record.
Creation time (UTC, ISO 8601).
ID of the calendar integration the meeting was booked through.
ID of the agent-integration binding used to book the meeting.
config objectrequired
Booking details (calendar event, account, and service).
event objectrequired
Unique numeric identifier of the record.
Unknown eventdescription object
- string
- null
start objectrequired
- date-time
- date
end objectrequired
- date-time
- date
link object
- string
- null
service object
- CalendarClientService
- null
The service's id at the calendar provider.
The service's display name.
category_id object
Optional category id the service belongs to.
- string
- null
llm_context object
Optional description given to the LLM to help it pick this service.
- string
- null
Whether the service is currently bookable.
trueaccount objectrequired
A bookable calendar account (e.g. a sales manager's calendar) exposed by a calendar integration.
The account's id at the calendar provider.
The account's display name.
IDs of the bookable services enabled for this account.
service object
- CalendarClientService
- null
The service's id at the calendar provider.
The service's display name.
category_id object
Optional category id the service belongs to.
- string
- null
llm_context object
Optional description given to the LLM to help it pick this service.
- string
- null
Whether the service is currently bookable.
true{
"items": [
{
"scheduled_at": "2024-07-29T15:51:28.071Z",
"product_id": 0,
"lead_id": 0,
"agent_id": 0,
"dialogue_id": 0,
"reminder_step_number": 0,
"is_cancelled": false,
"id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"integration_id": 0,
"agent_integration_id": 0,
"config": {
"event": {
"id": "string",
"title": "Unknown event",
"description": "string",
"start": "2024-07-29T15:51:28.071Z",
"end": "2024-07-29T15:51:28.071Z",
"attendees": [
"string"
],
"link": "string",
"service": {
"id": "string",
"name": "string",
"category_id": "string",
"llm_context": "string",
"is_enabled_in_calendar": true
}
},
"account": {
"id": "string",
"name": "string",
"enabled_services_ids": [
"string"
]
},
"service": {
"id": "string",
"name": "string",
"category_id": "string",
"llm_context": "string",
"is_enabled_in_calendar": true
}
}
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}