---
title: "GET /getOptions"
method: GET
path: "/getOptions"
---

# GET /getOptions

`GET /getOptions`

Retrieves the command line options that can be passed to process a task

## Response `200`

Options

- object[]
  - `name` string — Command line option (exactly as it is passed to the OpenDroneMap process, minus the leading '--')
  - `type` 'int' | 'float' | 'string' | 'bool' — Datatype of the value of this option
  - `value` string — Default value of this option
  - `domain` string — Valid range of values (for example, "positive integer" or "float > 0.0")
  - `help` string — Description of what this option does

## Changes

- **2016-09-17** `925546b1586a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/opendronemap/apis/node-opendronemap/changes/getOptions/get.md)

---

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