# Task

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

Table with all available Task statuses:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc1MUCckvXpVxNjvkhQhfVbPc0XWOfLp743gwczLtux6B9LuU1amMhxbFEEo-FgCAd_mfHKasCFbxOTljx9bFp9xEvROcbmoQ_Nd76q3VFPEtLDs8RD-8KCZkIH2LT-feFLws_-?key=o0FHaGHt8wdv-FpDKfCXmTRa" alt=""><figcaption></figcaption></figure>

Methods:

1\) [Creating a Task](#user-content-fn-1)[^1]

2\) [Retrieving a Task by GUID or name](#user-content-fn-2)[^2]

3\) [Retrieving detailed information about a specific Task from the specified Queue by GUID or name of the given Queue based on the specified parameters](#user-content-fn-3)[^3]

4\) [Retrieving a list of Tasks related to the GUID or name of the Queue](#user-content-fn-4)[^4]

5\) [Updating a Task](#user-content-fn-5)[^5]

6\) [Deleting a Task](#user-content-fn-6)[^6]

7\) [Managing Tags](#user-content-fn-7)[^7]

8\) [Removing Tags from a Task by GUID or name](#user-content-fn-8)[^8]

[^1]: /api/task/create

[^2]: /api/task/read

[^3]: /api/task/filter/read/{guid}\[/{filters}]

[^4]: /api/task/filter/list/{guid}\[/{filters}]

[^5]: /api/task/update

[^6]: /api/task/delete

[^7]: /api/task/addTag

[^8]: /api/task/removeTag


---

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