Returns a single field-configuration item by UUID. Items belonging to a field configuration in another organization return 404.
UUID of the field configuration.
UUID of the field-configuration item.
Item successfully retrieved.
Envelope containing a single field-configuration item.
A single field within a Field Configuration (internally IntelligenceItem). Items describe a prompt that Attention evaluates against a conversation and produces a value for. A field-configuration item is cloned as one IntelligenceItemAssignment per team the parent configuration is assigned to - see IntelligenceItemAssignment.
{
"uuid": "b9e1c0a0-5a3d-4a9c-9b1e-2d6f4b7a1c11__item-01",
"fieldConfigurationUUID": "b9e1c0a0-5a3d-4a9c-9b1e-2d6f4b7a1c11",
"title": "Budget Range",
"category": "CRM",
"contents": "What is the customer's stated budget range?",
"promptType": "freeform",
"contentType": "text",
"analysisLevel": "conversation",
"createdAt": "2026-03-01T12:00:00Z",
"lastModifiedAt": "2026-03-02T08:30:00Z"
}