PaginatedResponse[RefusalReasonRead]
items object[]required
Unique numeric identifier of the record.
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
Stable normalized identifier derived from the display name.
Human-readable refusal reason shown in settings and analytics.
Guidance for when this refusal reason should be used.
Short example user refusals that fit this reason.
Whether the reason was created manually, provisioned as a preset, proposed by the LLM, or reserved by the system.
Possible values: [manual, preset, llm, system, import]
Whether the classifier can currently choose this reason.
crm_integration_id object
- integer
- null
crm_id object
Identifier of the matching record in the connected external CRM, if any.
- string
- null
movement_type object
- SystemMovementType
- null
Kind of a technical, non-conversational lead stage movement. Used as a neutral signal through the movement pipeline; transformed into the agent's designated refusal reason (RefusalReason.movement_type) downstream. None = conversational.
Possible values: [ignore, total_ignore, outreach_failure, delivery_failure, invalid_contact, blocked_contact, blacklisted_contact]
Creation time (UTC, ISO 8601).
Last modification time (UTC, ISO 8601).
{
"items": [
{
"id": 0,
"agent_id": 0,
"key": "string",
"display_name": "string",
"description": "string",
"examples": [
"string"
],
"source": "manual",
"is_active": true,
"crm_integration_id": 0,
"crm_id": "string",
"movement_type": "ignore",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}