---
title: "Returns children elements' metadata of the specified element by ID"
method: GET
path: "/execution/log/element/{elementId}/children"
tags: ["Execution"]
---

# Returns children elements' metadata of the specified element by ID

`GET /execution/log/element/{elementId}/children`

## Path parameters

- `elementId` string, required

## Query parameters

- `loopIndex` string

## Response `200`

Success

- LogDataDTO[]
  - `id` string
  - `executionId` string
  - `flowId` string
  - `indexPath` string
  - `status` 'PENDING' | 'COMPLETE' | 'FAIL'
  - `type` 'EXECUTION' | 'FLOWCHART' | 'OPERATION' | 'LOOP' | 'IF' | 'UNKNOWN'
  - `connectorName` string
  - `properties` object
  - `segment` object
  - `error` ErrorInfoDTO
    - `message` string
    - `code` string
    - `originOfErrorPath` string
    - `stackTrace` string[]

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error
- `502` — Bad Gateway

---

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