---
title: "Returns children metadata of the specified element"
method: GET
path: "/execution/log/{executionId}/flowchart/{flowId}"
tags: ["Execution"]
---

# Returns children metadata of the specified element

`GET /execution/log/{executionId}/flowchart/{flowId}`

## Path parameters

- `executionId` string, required
- `flowId` string, required

## Query parameters

- `indexPath` string, required
- `loopIndex` string[], required

## Response `200`

Success

- MetaDataListDto[]
  - `name` string
  - `type` 'METHOD' | 'LOOP' | 'IF'
  - `executionId` string
  - `connectorId` string
  - `indexPath` string
  - `status` 'PENDING' | 'COMPLETE' | 'FAIL'
  - `meta` object
  - `error` ErrorInfoDto
    - `message` string
    - `code` string
    - `details` object

## Other responses

- `500` — Internal Server Error
- `502` — Bad Gateway

---

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