---
title: "GET /options"
method: GET
path: "/options"
tags: ["server"]
---

# GET /options

`GET /options`

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

## Query parameters

- `token` string

## Response `200`

Options

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

## Changes

- **2018-12-15** `ac4252015c0b` — 1 info
  - added the new optional `query` request parameter `token`
- **2016-09-20** `c5f18957f22e` — 1 info
  - api tag `server` added
- **2016-09-19** `024ed2be15b2` — 1 info
  - endpoint added
- **2016-09-14** `e6801fb33734` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opendronemap/apis/nodeodm/changes/options/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)
