# 서빙 로그 확인

서빙 이용 로그 확인을 통해 누가 서빙 API를 호출 하였는지 확인합니다.

### 서빙 API 키 확인

<figure><img src="/files/VEpS3u5kXbfo6dhW0g9H" alt=""><figcaption></figcaption></figure>

* 서빙 상세, 인증키 탭에서 인증키를 확인할 수 있습니다.

### 이용로그 확인

<figure><img src="/files/IqkXeaGznmrajvQzJyzr" alt=""><figcaption></figcaption></figure>

* 이용로그 탭에서, 확인하고자하는 요청을 클릭합니다.

<figure><img src="/files/RWrC7eUXx9vhyxM3q1TI" alt=""><figcaption></figcaption></figure>

* Trace 사이드 바에서 Response를 클릭합니다.
* Trace Detail 팝업에서 headers 키에, authorization 키에 호출한 API의 인증키를 확인할 수 있습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://genos-docs.gitbook.io/default/v1.7.5.1/advanced-tutorials/guides/serving/api-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
