# Get List of Tasks from Queue

Gets a list of Tasks from the specified Queue.

<table data-header-hidden><thead><tr><th width="188.58331298828125" valign="top"></th><th width="297.7498779296875" valign="top"></th></tr></thead><tbody><tr><td valign="top">GUID/Queue Name</td><td valign="top">[Text] GUID or name of the Queue.</td></tr><tr><td valign="top">Task GUID</td><td valign="top">[Text] Filter for Task GUID.</td></tr><tr><td valign="top">Task Name</td><td valign="top">[Text] Filter for Task name. Wildcard usage is possible.</td></tr><tr><td valign="top">Task Status</td><td valign="top"><p>Filter by Task status. Possible values:</p><ul><li>New - New;</li><li>InProgress - In Progress;</li><li>Success - Completed;</li><li>Failed (Application) - Error (Application);</li><li>Failed (Business) - Error (Business);</li><li>Postponed - Postponed;</li><li>Abandoned - Abandoned.</li></ul></td></tr><tr><td valign="top">Task Priority</td><td valign="top"><p>Filter by Task priority. Possible values:</p><ul><li>Low - low;</li><li>Normal - normal;</li><li>High - high.</li></ul></td></tr><tr><td valign="top">Offset</td><td valign="top">[Number] Offset from the beginning of the Queue.</td></tr><tr><td valign="top">Maximum Count</td><td valign="top"><p>[Number] Returns no more than the specified number of Tasks.</p><p>If the parameter is not specified, no more than 100 Tasks will be returned.</p></td></tr><tr><td valign="top">Tag Filter</td><td valign="top"><p>[Text] Filter by tags. The separator is a semicolon.</p><p>When using the "+" symbol before a tag, it must be present in the Task.</p><p>When using "-" - the tag must be absent in the Task. For example, <code>"+Tag1;-Tag2"</code>.</p></td></tr><tr><td valign="top">Created After</td><td valign="top"><p>[Date and Time/Text] If the property is filled, only those Tasks will be included in the result where CreatedAt is greater than or equal to the value of this field.</p><p>When specifying a date in text format, the format <code>"dd.MM.yyyy HH:mm:ss"</code> must be used.</p></td></tr><tr><td valign="top">Take for Work</td><td valign="top">If selected, the status of the Tasks will be immediately changed to "In Progress".</td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] Timeout in seconds.</td></tr><tr><td valign="top">Error on No Tasks</td><td valign="top">When this property is enabled, if no Tasks are found, an error will be generated; otherwise, an empty list will be returned.</td></tr><tr><td valign="top">List of Task GUIDs</td><td valign="top">[List] List of retrieved Task GUIDs.</td></tr><tr><td valign="top">List of Task Names</td><td valign="top">[List] List of retrieved Task names.</td></tr><tr><td valign="top">List of Task Objects</td><td valign="top">[List] List of retrieved Task objects. An example of using the object can be seen in the expression editor.</td></tr><tr><td valign="top">Number of Tasks</td><td valign="top">[Number] Number of retrieved Tasks.</td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that blocks will output during operation. Possible values:</p><ul><li>"Default" - default;</li><li>"Release" - output is disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>
