/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
# Authorization
1
Aggregator
8
Application Components
1
Category
11
Connection
27
Connector
10
Event Content
3
Event Message
10
Execution
2
get
Returns a list of all root-level log metadata entries for a given execution
get
Returns children metadata of the specified element
Extra Operations
3
File
8
Invoker
14
Ldap
2
Scheduler
21
Search
1
Subscription
13
Support files for Connections
6
Template
11
Update Assistant
16
User
11
User Details
1
User Role(Group)
9
Webhook
6
Widget
4
Widget Settings
2
Execution
Returns a list of all root-level log metadata entries for a given execution
get
/execution/log/{executionId}/meta/list
Path parameters
executionId
string
required
Response
Success
MetaDataListDto[]
required
name
string
type
'METHOD'
|
'LOOP'
|
'IF'
executionId
string
connectorId
string
indexPath
string
status
'PENDING'
|
'COMPLETE'
|
'FAIL'
meta
object
error
ErrorInfoDto
Changes