# Recording

- [Get Recording List(All)](https://uprism-io.gitbook.io/uprism-io/rest-api/recording/get-recording-list-all.md): API키값에 해당되는 사용자의 클라우드 녹화 전체 목록 가져오기
- [Get Recording List](https://uprism-io.gitbook.io/uprism-io/rest-api/recording/get-recording-list.md): 클라우드 녹화 목록 가져오기
- [Download Recording File (FileName)](https://uprism-io.gitbook.io/uprism-io/rest-api/recording/download-recording-file-filename.md): 클라우드 녹화파일의 파일명으로 다운로드 받는 API
- [Download Recording File (SeqNo)](https://uprism-io.gitbook.io/uprism-io/rest-api/recording/download-recording-file-seqno.md): 클라우드 녹화파일의 SeqNo 로 다운로드 받는 API
- [Delete Recording File](https://uprism-io.gitbook.io/uprism-io/rest-api/recording/delete-recording-file.md): 녹화 영상 삭제 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://uprism-io.gitbook.io/uprism-io/rest-api/recording.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.
