# Log

Allows managing Logs. The user can create a new Log, retrieve information about a Log, update information about a Log, and delete a Log.

Table with all Logging levels:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfC1q6UGdy0MTk-uUT0Qw0IPc5Z6MpzRZvSrRlPXtvZ0bI3eStSVZq0_BkQIC5CZ_sOXowf5wbKlAIoNcYXwvuj7QQUmTDbkXfGxf_PqNZAfDSGR8up_75YOHVNt2sJf6wqKWFHVQ?key=o0FHaGHt8wdv-FpDKfCXmTRa" alt=""><figcaption></figcaption></figure>

Methods:

1. [Creating a Log](#user-content-fn-1)[^1]
2. [Retrieving Log information by GUID](#user-content-fn-2)[^2]
3. [Retrieving a list of files associated with GUID](#user-content-fn-3)[^3]
4. [Deleting Logs belonging to the current account and created before the selected time](#user-content-fn-4)[^4]

[^1]: /api/log/create

[^2]: /api/log/read/{guid}

[^3]: /api/log/list

[^4]: /api/log/purge


---

# 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://docs.sherparpa.ru/en/sherpa-rpa/sherpa-orchestrator/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.
