---
title: "Get current property values from a running element."
method: GET
path: "/api/flows/{flow_id}/elements/{element_id}/properties"
tags: ["flows"]
---

# Get current property values from a running element.

`GET /api/flows/{flow_id}/elements/{element_id}/properties`

Returns all readable properties and their current values from an element
in a running pipeline. The pipeline must be started for this endpoint to work.

## Path parameters

- `flow_id` string, required
- `element_id` string, required

## Response `200`

Properties retrieved successfully

- ElementPropertiesResponse — Response containing current property values from a running element.
  - `element_id` string, required — The element ID
  - `properties` object, required — Current property values

## Other responses

- `404` — Flow not running or element not found
- `500` — Internal server error

---

[API](https://skmtc.dev/eyevinn/apis/strom-api.md) · [All operations](https://skmtc.dev/eyevinn/apis/strom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eyevinn/strom-api/revisions/0df7ca64263f/schema)
