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

# GET /task/{uuid}/info

`GET /task/{uuid}/info`

Gets information about this task, such as name, creation date, processing time, status, command line options and number of images being processed. See schema definition for a full list.

## Path parameters

- `uuid` string, required

## Query parameters

- `token` string
- `with_output` integer

## Response `200`

Task Information

- object
  - `uuid` string, required — UUID
  - `name` string, required — Name
  - `dateCreated` integer, required — Timestamp
  - `processingTime` integer, required — Milliseconds that have elapsed since the task started being processed.
  - `status` object, required
    - `code` 10 | 20 | 30 | 40 | 50, required — Status code (10 = QUEUED, 20 = RUNNING, 30 = FAILED, 40 = COMPLETED, 50 = CANCELED)
  - `options` object[], required — List of options used to process this task
    - `name` string, required — Option name (example: "odm_meshing-octreeDepth")
    - `value` string, required — Value (example: 9)
  - `imagesCount` integer, required — Number of images
  - `progress` unknown, required
  - `output` string[] — Console output for the task (only if requested via ?output=<linenum>)

## Other responses

- `default` — Error

---

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