# Trabajo

Permite gestionar Trabajos. El usuario puede crear un nuevo Trabajo, obtener información sobre el Trabajo, actualizar la información del Trabajo y eliminar el Trabajo.

Tabla con todos los estados disponibles de los Trabajos:

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

Tabla con Tipos de Trabajos:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcbgJpnVQakAfMRQUCurXsIM0sRuoeeWvMNft-HRS_MVC67oOKheob_KlV13gdjRmvatcxB3diz9JdZJ41aqepz_pwf9hYmDp--NpO1AkLvWtUoaOd3SlOnq56qKIXom-pAxgkUTw?key=o0FHaGHt8wdv-FpDKfCXmTRa" alt=""><figcaption></figcaption></figure>

Métodos:

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

2\) [Lectura de Trabajo por GUID](#user-content-fn-2)[^2]

3\) [Actualización de Trabajo](#user-content-fn-3)[^3]

4\) [Eliminación de Trabajo por GUID](#user-content-fn-4)[^4]

[^1]: api/job/create

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

[^3]: /api/job/update

[^4]: /api/job/delete/{guid}


---

# 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/rabota.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.
