# Registro

Permite gestionar los Registros. El usuario puede crear un nuevo Registro, obtener información sobre el Registro, actualizar la información del Registro y también eliminar el Registro.

Tabla con todos los niveles de Registro:

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

Métodos:

1\) [Creación de Registro](#user-content-fn-1)[^1]

2\) [Obtención de información sobre el Registro por GUID](#user-content-fn-2)[^2]

3\) [Obtención de lista de archivos relacionados con GUID](#user-content-fn-3)[^3]

4\) [Eliminación de Registros pertenecientes a la cuenta actual y creados antes del tiempo seleccionado](#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/es/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.
