# Get a chat conversation details **GET /v1/replicas/{replicaUUID}/chats/{chatUUID}/conversations/{conversationUUID}** Retrieve details for a specific conversation within a chat. ## Servers - https://api.sensay.io: https://api.sensay.io () ## Authentication methods - Organization service token & User - Organization service token ## Parameters ### Headers - **X-API-Version** (string) ### Path parameters - **replicaUUID** (string(uuid)) The replica unique identifier (UUID) - **chatUUID** (string(uuid)) The chat UUID. - **conversationUUID** (string(uuid)) The conversation UUID. ## Responses ### 200 Conversation details #### Body: application/json (object) - **uuid** (string(uuid)) The conversation UUID. - **chatUUID** (string(uuid)) The chat UUID to which this conversation belongs. - **source** (string) The source of the conversation. - **messageCount** (number) The total number of messages in the conversation. - **replicaReplyCount** (number) The total number of assistant replies in the conversation. - **firstMessageAt** (string(date-time)) The timestamp of the first message in the conversation. - **lastMessageAt** (string(date-time)) The timestamp of the last message in the conversation. - **lastReplicaReplyAt** (string(date-time)) The timestamp of the last assistant reply in the conversation. - **conversationName** (string) The name of the conversation. This can be the name of the user or the name of the group. - **conversationImageURL** (string) The image URL of the conversation. This can be the profile image of the user or the group. - **summary** (string) A summary of the conversation. - **commonQuestions** (array[string]) Common questions asked in this conversation. - **commonTopics** (array[string]) Common topics discussed in this conversation. - **conversationType** (string) The type of conversation. - **success** (boolean) Indicates the request was successful ### 400 Bad Request #### Body: application/json (object) - **success** (boolean) Indicates the status of the request - **error** (string) A text representation of the error - **error_code** (string) A machine-readable error code indicating the specific error condition. Used for programmatic error handling - **fingerprint** (string) A unique identifier of the event, useful for reporting - **request_id** (string) A unique identifier of the request, useful for reporting ### 401 Unauthorized #### Body: application/json (object) - **success** (boolean) Indicates the status of the request - **error** (string) A text representation of the error - **error_code** (string) A machine-readable error code indicating the specific error condition. Used for programmatic error handling - **fingerprint** (string) A unique identifier of the event, useful for reporting - **request_id** (string) A unique identifier of the request, useful for reporting ### 404 Not Found #### Body: application/json (object) - **success** (boolean) Indicates the status of the request - **error** (string) A text representation of the error - **error_code** (string) A machine-readable error code indicating the specific error condition. Used for programmatic error handling - **fingerprint** (string) A unique identifier of the event, useful for reporting - **request_id** (string) A unique identifier of the request, useful for reporting ### 415 Unsupported Media Type #### Body: application/json (object) - **success** (boolean) Indicates the status of the request - **error** (string) A text representation of the error - **error_code** (string) A machine-readable error code indicating the specific error condition. Used for programmatic error handling - **fingerprint** (string) A unique identifier of the event, useful for reporting - **request_id** (string) A unique identifier of the request, useful for reporting ### 500 Internal Server Error #### Body: application/json (object) - **success** (boolean) Indicates the status of the request - **error** (string) A text representation of the error - **fingerprint** (string) A unique identifier of the event, useful for reporting - **request_id** (string) A unique identifier of the request, useful for reporting - **inner_exception** (object) The inner exception [Powered by Bump.sh](https://bump.sh)