---
title: "Additional processing parameters"
method: GET
path: "/processing_parameters"
tags: ["Capabilities", "Data Processing", "Batch Jobs", "Secondary Services"]
---

# Additional processing parameters

`GET /processing_parameters`

Lists additional custom processing parameters
that a back-end offers for the different processing modes (synchronous processing, batch jobs, secondary web services).
The parameters specified here can be added to the corresponding `POST` requests at the top-level of the object that is sent as the payload.
All parameters SHOULD explicitly be made optional with reasonable defaults as otherwise the interoperability between the implementations decreases.

## Response `200`

An object with a list of parameters per processing mode.

- object — Processing parameters per processing mode.
  - `create_job_parameters` Parameter[] — List of additional custom parameters that a back-end offers during the creation of batch jobs (`POST /jobs`) and secondary web services (`POST /services`) respectively. — unresolved $ref
  - `create_service_parameters` Parameter[] — List of additional custom parameters that a back-end offers during the creation of batch jobs (`POST /jobs`) and secondary web services (`POST /services`) respectively. — unresolved $ref
  - `create_synchronous_parameters` Parameter[] — List of additional custom parameters that a back-end offers during the creation of batch jobs (`POST /jobs`) and secondary web services (`POST /services`) respectively. — unresolved $ref

## Other responses

- `4XX` — unresolved $ref
- `5XX` — unresolved $ref

---

[API](https://skmtc.dev/open-eo/apis/openeo-api-processing-parameters-extension.md) · [All operations](https://skmtc.dev/open-eo/apis/openeo-api-processing-parameters-extension/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open-eo/openeo-api-processing-parameters-extension/revisions/5c1b9d758051/schema)
