# 저장된 대화 조회

## UI 소개

{% tabs %}
{% tab title="데이터플로우" %}

<figure><img src="https://1362923181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5PH5ktGI0BWG6g9fvtcn%2Fuploads%2FgMb203u9CH3AAiin23x5%2F%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%200007-02-27%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%203.29.35.png?alt=media&#x26;token=2710e392-6aca-4a2a-afb1-6f4c8e3710ab" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

<table><thead><tr><th width="173" align="center">항목명</th><th width="288" align="center">항목소개</th><th align="center">비고</th></tr></thead><tbody><tr><td align="center">응답 ID</td><td align="center">대화를 조회할 응답 ID</td><td align="center"></td></tr></tbody></table>

## 실행 결과

| object                     | 반환 데이터 형태 (chat.completion)             |
| -------------------------- | --------------------------------------- |
| id                         | 이 요청의 고유 ID                             |
| model                      | 사용된 모델                                  |
| created                    | 요청 생성 Unix 타임스탬프 (초 단위)                 |
| request\_id                | 요청의 고유 식별자                              |
| tool\_choice               | 사용된 tool\_choice 값 (null이면 사용 안 함)      |
| usage                      | 사용된 토큰 수 관련 정보                          |
| usage.total\_tokens        | 총 사용 토큰                                 |
| usage.completion\_tokens   | 응답시 사용 토큰                               |
| usage.prompt\_tokens       | 프롬프트시 사용 토큰                             |
| seed                       | 랜덤 시드 값                                 |
| top\_p                     | 토큰 샘플링의 확률 값 (nucleus sampling)         |
| temperature                | 샘플링의 온도 값 (무작위성 조절)                     |
| presence\_penalty          | 대화에서 새로운 토픽을 다루는 벌점 값                   |
| frequency\_penalty         | 중복 단어 사용을 제한하는 벌점 값                     |
| system\_fingerprint        | 시스템 고유의 식별자                             |
| input\_user                | 사용자의 입력 (이 값은 없을 수도 있음)                 |
| service\_tier              | 서비스 수준 (예: default)                     |
| tools                      | 사용된 툴 정보 (null이면 사용 안 함)                |
| metadata                   | 메타데이터 정보 (빈 객체일 수 있음)                   |
| choices\[]                 | 응답 목록                                   |
| choices\[].index           | 응답의 순서(index). 하나의 요청에 여러 응답이 있을 경우를 구분 |
| choices\[].message.role    | 메시지를 생성한 주체의 역할(role)                   |
| choices\[].message.content | 생성된 응답 내용                               |
| choices\[].message.refusal | 요청 거부 여부                                |
| choices\[].logprobs        | 응답 생성 중 사용된 로그 확률 정보(log probabilities) |
| choices\[].finish\_reason  | 응답 생성을 중단한 이유                           |
