---
title: "Get a parameter"
method: GET
path: "/api/synthetics/params/{id}"
tags: ["synthetics"]
---

# Get a parameter

`GET /api/synthetics/params/{id}`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/synthetics/params/{id}</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Get a parameter from the Synthetics app.
You must have `read` privileges for the Synthetics feature in the Observability section of the Kibana feature privileges.

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- SyntheticsGetParameterResponse
  - `description` string — The description of the parameter. It is included in the response if the user has read-only permissions to the Synthetics app.
  - `id` string — The unique identifier of the parameter.
  - `key` string — The key of the parameter.
  - `namespaces` string[] — The namespaces associated with the parameter. It is included in the response if the user has read-only permissions to the Synthetics app.
  - `tags` string[] — An array of tags associated with the parameter. It is included in the response if the user has read-only permissions to the Synthetics app.
  - `value` string — The value associated with the parameter. It will be included in the response if the user has write permissions.

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
