> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/tasks/_getdt.md).

# \_getDT

Retrieve details for all Task records.

### Example

```
FM_api('Tasks_getDT');
```

### Result

#### On Success

```
{"draw":0,"recordsTotal":"10","recordsFiltered":"10","data":[]}
```
