---
title: "GET /task/{uuid}/output"
method: GET
path: "/task/{uuid}/output"
tags: ["task"]
---

# GET /task/{uuid}/output

`GET /task/{uuid}/output`

Retrieves the console output of the OpenDroneMap's process. Useful for monitoring execution and to provide updates to the user.

## Path parameters

- `uuid` string, required

## Query parameters

- `line` integer
- `token` string

## Response `200`

Console Output

- string

## Other responses

- `default` — Error

## Changes

- **2018-06-25** `b9cd14c7593a` — 1 info
  - added the new optional `query` request parameter `token`
- **2016-09-20** `c5f18957f22e` — 1 info
  - api tag `task` added
- **2016-09-17** `925546b1586a` — 1 info
  - endpoint added
- **2016-09-14** `e6801fb33734` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opendronemap/apis/nodeodm/changes/task/:uuid/output/get.md)

---

[API](https://skmtc.dev/opendronemap/apis/nodeodm.md) · [All operations](https://skmtc.dev/opendronemap/apis/nodeodm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opendronemap/nodeodm/revisions/0967fcbb5e81/schema)
