Observations
Retrieve Observation
Retrieve a specific transient observation by its ID for the given profile.
get/v1/Stores/{storeId}/Profiles/{profileId}/Observations/{observationId}
Response
Observation retrieved successfully.
Example response
{
"content": "Customer expressed satisfaction with recent product update during support call.",
"occurredAt": "2025-01-15T10:15:30Z",
"source": "conversational-intelligence",
"conversationIds": [
"conv_conversation_00000000000000000000000000"
],
"id": "mem_observation_00000000000000000000000000",
"createdAt": "2025-01-15T10:30:45Z",
"updatedAt": "2025-01-15T10:30:45Z"
}