Changes to GET /get-chat/:chat_id

GET /get-chat/{chat_id}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 28 revisions of this API.2797

  1. 6dff2a12f8662
  2. 8ee53928bf312595
  3. bcff6899fa2a1
  4. 0bf5cea5dfcc1

What changed

    • the collected_dynamic_variables/additionalProperties/ response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • the retell_llm_dynamic_variables/additionalProperties/ response's property type/format changed from / to string/ for status 200

      response-property-type-changed

  • 8ee53928bf312595See the full diff
    • the message_with_tool_calls/items/oneOf[Message]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the message_with_tool_calls/items/oneOf[NodeTransitionMessage]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the message_with_tool_calls/items/oneOf[StateTransitionMessage]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the message_with_tool_calls/items/oneOf[ToolCallInvocationMessage]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the message_with_tool_calls/items/oneOf[ToolCallResultMessage]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property message_with_tool_calls/items/oneOf[Message]/content from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[Message]/created_timestamp from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[Message]/message_id from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[Message]/role from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[NodeTransitionMessage]/created_timestamp from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[NodeTransitionMessage]/message_id from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[NodeTransitionMessage]/role from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[StateTransitionMessage]/created_timestamp from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[StateTransitionMessage]/message_id from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[StateTransitionMessage]/role from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallInvocationMessage]/arguments from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallInvocationMessage]/message_id from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallInvocationMessage]/name from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallInvocationMessage]/role from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallInvocationMessage]/tool_call_id from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallResultMessage]/content from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallResultMessage]/created_timestamp from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallResultMessage]/message_id from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallResultMessage]/role from the response with the 200 status

      response-required-property-removed

    • removed the required property message_with_tool_calls/items/oneOf[ToolCallResultMessage]/tool_call_id from the response with the 200 status

      response-required-property-removed

    • removed the optional property message_with_tool_calls/items/oneOf[NodeTransitionMessage]/former_node_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property message_with_tool_calls/items/oneOf[NodeTransitionMessage]/former_node_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property message_with_tool_calls/items/oneOf[NodeTransitionMessage]/new_node_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property message_with_tool_calls/items/oneOf[NodeTransitionMessage]/new_node_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property message_with_tool_calls/items/oneOf[StateTransitionMessage]/former_state_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property message_with_tool_calls/items/oneOf[StateTransitionMessage]/new_state_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property message_with_tool_calls/items/oneOf[ToolCallInvocationMessage]/created_timestamp from the response with the 200 status

      response-optional-property-removed

    • removed the optional property message_with_tool_calls/items/oneOf[ToolCallInvocationMessage]/thought_signature from the response with the 200 status

      response-optional-property-removed

    • removed the optional property message_with_tool_calls/items/oneOf[ToolCallResultMessage]/successful from the response with the 200 status

      response-optional-property-removed

    • added MessageBase subschema #2 to the message_with_tool_calls/items/oneOf[Message]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added NodeTransitionMessageBase subschema #2 to the message_with_tool_calls/items/oneOf[NodeTransitionMessage]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added StateTransitionMessageBase subschema #2 to the message_with_tool_calls/items/oneOf[StateTransitionMessage]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added ToolCallInvocationMessageBase subschema #2 to the message_with_tool_calls/items/oneOf[ToolCallInvocationMessage]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added ToolCallResultMessageBase subschema #2 to the message_with_tool_calls/items/oneOf[ToolCallResultMessage]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added the optional property message_with_tool_calls/items/oneOf[ToolCallResultMessage]/successful to the response with the 200 status

      response-optional-property-added

    • added the optional property chat_cost/product_costs/items/is_transfer_leg_cost to the response with the 200 status

      response-optional-property-added