Skip to content

Return one persisted business-function run.

GET
/api/workspace/admin/function-operations/runs/{runId}
curl --request GET \
--url https://example.com/api/workspace/admin/function-operations/runs/example
  • None
runId
required
string
access_token
string

Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.

OK

Media typeapplication/json
object
Data

Operational detail for one Moltaro business-function run.

object
Id

Run identifier.

string
nullable
BusinessFunctionId

Function identifier.

string
nullable
BusinessFunctionKey

Function key.

string
nullable
BusinessFunctionName

Function display name.

string
nullable
BusinessFunctionVersionId

Captured function version identifier.

string
nullable
VersionNumber

Captured function version number.

integer format: int32
Source

Execution source.

string
nullable
Status
integer format: int32
Allowed values: 0 1 2 3 4 5 6 7 8
StartedAt

Start timestamp.

string format: date-time
CompletedAt

Completion timestamp.

string format: date-time
nullable
DurationMs

Duration in milliseconds.

integer format: int64
nullable
CorrelationId

Correlation identifier.

string
nullable
ActorUserId

Actor user identifier.

string
nullable
OriginalUserId

Original user identifier when the runtime used a service actor.

string
nullable
EntityDefinitionId

Related entity definition identifier.

string
nullable
EntityInstanceId

Related entity instance identifier.

string
nullable
EntityOperation

Related entity operation.

string
nullable
TriggerBindingId

Trigger binding identifier, when any.

string
nullable
ScheduleId

Schedule identifier, when any.

string
nullable
TriggerBinding

Human-readable trigger-binding reference for a business-function operation.

object
Id

Trigger binding identifier.

string
nullable
EntityDefinitionId

Bound entity definition identifier.

string
nullable
EntityDefinitionName

Bound entity definition display name.

string
nullable
BusinessFunctionId

Bound function identifier.

string
nullable
BusinessFunctionName

Bound function display name.

string
nullable
Source
integer format: int32
Allowed values: 0 1
Operation
integer format: int32
Allowed values: 0 1 2 3 4
Schedule

Human-readable schedule reference for a business-function operation.

object
Id

Schedule identifier.

string
nullable
Name

Schedule display name.

string
nullable
CronExpression

Saved CRON expression.

string
nullable
TimeZone

Schedule time zone override, when any.

string
nullable
QueuedJobId

Queued job identifier, when any.

string
nullable
ActionId

Action binding identifier, when any.

string
nullable
ActionTargetScope
integer format: int32
Allowed values: 0 1 2 3
TargetKey

Computed action target key when available.

string
nullable
ActionSelectedEntityIdsCount

Selected entity id count for selection actions.

integer format: int32
ArgsSnapshot

Persisted execution argument snapshot.

string
nullable
ActionInputSnapshot

Action input JSON snapshot.

string
nullable
ActionSelectedEntityIdsSnapshot

Selected entity ids JSON snapshot for selection actions.

string
nullable
ResultSummary

Compact result summary.

string
nullable
ResultData

Structured JSON result payload.

object
ErrorSummary

Compact error summary.

string
nullable
LogSummary

Persisted runtime log summary.

string
nullable
ActionInputHistory

Versioned, redacted action input history prepared for operations UI rendering.

object
HasInput

Whether the action version accepts input fields.

boolean
MetadataValid

Whether schema, card metadata, and input snapshot could be parsed.

boolean
Warnings

Non-fatal warnings produced while materializing history.

Array<string>
nullable
RedactedInputSnapshot

Redacted input JSON snapshot.

string
nullable
InputSchemaPayload

Executed-version input schema JSON payload, including its versioned nullability and default metadata.

string
nullable
InputCardPayload

Executed-version input-history Card JSON payload.

string
nullable
Fields

Materialized field display values keyed by CLR property name.

Array<object>
nullable

One materialized action input field value for history rendering.

object
PropertyName

CLR property name used as the input JSON key.

string
nullable
Key

Stable field key from action input metadata.

string
nullable
Label

User-facing field label from executed-version metadata.

string
nullable
FieldType

Normalized action input field type name.

string
nullable
Sensitive

Whether the value is sensitive and redacted.

boolean
AllowMultiple

Whether the value can contain multiple items.

boolean
RawValueJson

Redacted raw JSON value for diagnostics.

string
nullable
DisplayValue

Resolved single display value.

string
nullable
DisplayValues

Resolved display values for multi-value fields.

Array<string>
nullable
AuditEntries

Bounded entity audit entries correlated to the run.

Array<object>
nullable

Bounded entity audit summary correlated to one business-function operation.

object
ChangeId

Entity audit change identifier.

string
nullable
EntityDefinitionId

Entity definition identifier.

string
nullable
EntityDefinitionName

Entity definition display name.

string
nullable
EntityInstanceId

Changed entity instance identifier.

string
nullable
Operation
integer format: int32
Allowed values: 0 1 2 3 4 5 6
ChangedAt

Change timestamp.

string format: date-time
SourceLabel

Source label captured in the audit payload.

string
nullable
Summary

Compact admin-facing summary.

string
nullable
DevLogEntries

Bounded dev-log entries correlated to the run.

Array<object>
nullable

Summary row for the Moltaro developer log.

object
Id

Log entry identifier.

string
nullable
CreatedAt

Entry creation timestamp in UTC.

string format: date-time
Level
integer format: int32
Allowed values: 0 1 2 3 4 5
Source

Runtime or module source.

string
nullable
Category

Optional caller category.

string
nullable
Message

Diagnostic message.

string
nullable
CorrelationId

Correlation identifier.

string
nullable
ExecutionTraceId

Execution trace identifier.

string
nullable
OperationId

Operation identifier.

string
nullable
ParentOperationId

Parent operation identifier.

string
nullable
ActorUserId

Effective actor user identifier.

string
nullable
OriginalUserId

Original user identifier when the effective actor is system-owned.

string
nullable
BusinessFunctionId

Related business-function identifier.

string
nullable
BusinessFunctionVersionId

Related business-function version identifier.

string
nullable
BusinessFunctionRunId

Related business-function run identifier.

string
nullable
QueuedJobId

Related queued job identifier.

string
nullable
TriggerBindingId

Related trigger binding identifier.

string
nullable
ScheduleId

Related schedule identifier.

string
nullable
EntityDefinitionId

Related entity definition identifier.

string
nullable
EntityInstanceId

Related entity instance identifier.

string
nullable
EntityOperation

Related entity operation.

string
nullable
IgnoredTransaction

Whether the entry intentionally bypassed the caller transaction.

boolean
HasException

Whether exception details are present.

boolean
ActorUser

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
OriginalUser

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
BusinessFunction

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
BusinessFunctionVersion

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
BusinessFunctionRun

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
QueuedJob

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
TriggerBinding

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
Schedule

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
EntityDefinition

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
EntityInstance

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
ActorUser

User display reference for business-function operations.

object
Id

User identifier or stable system actor identifier.

string
nullable
DisplayName

Resolved display name.

string
nullable
Email

User email when available.

string
nullable
AvatarInitials

Avatar initials.

string
nullable
AvatarBackgroundColor

Avatar background color.

string
nullable
AvatarTextColor

Avatar text color.

string
nullable
UserType
integer format: int32
Allowed values: 0 1 2
IsDeleted

Whether the user is deleted.

boolean
IsSystemActor

Whether the reference is the built-in Moltaro automation actor.

boolean
IsMissing

Whether the referenced user no longer exists in the workspace cache.

boolean
OriginalUser

User display reference for business-function operations.

object
Id

User identifier or stable system actor identifier.

string
nullable
DisplayName

Resolved display name.

string
nullable
Email

User email when available.

string
nullable
AvatarInitials

Avatar initials.

string
nullable
AvatarBackgroundColor

Avatar background color.

string
nullable
AvatarTextColor

Avatar text color.

string
nullable
UserType
integer format: int32
Allowed values: 0 1 2
IsDeleted

Whether the user is deleted.

boolean
IsSystemActor

Whether the reference is the built-in Moltaro automation actor.

boolean
IsMissing

Whether the referenced user no longer exists in the workspace cache.

boolean
EntityTarget

Display model for the entity target of a business-function operation.

object
EntityDefinitionId

Entity definition identifier.

string
nullable
EntityDefinitionName

Entity definition display name.

string
nullable
EntityInstanceId

Primary entity instance identifier when the operation targets one record.

string
nullable
DisplayName

Primary target label for the UI.

string
nullable
Subtitle

Secondary target label for the UI.

string
nullable
SelectedCount

Number of selected entity instances.

integer format: int32
SelectedRecords

Bounded sample of selected records.

Array<object>
nullable

Display reference for one selected business-function target record.

object
InstanceId

Entity instance identifier.

string
nullable
DisplayName

Resolved record display name.

string
nullable
Subtitle

Resolved record subtitle when available.

string
nullable
CanCancel

Whether the run can be cancelled manually.

boolean
CancellationKind
integer format: int32
Allowed values: 0 1 2
HttpEndpoint

HTTP-specific operational metadata captured for one endpoint run.

object
Id

HTTP run detail identifier.

string
nullable
BusinessFunctionRunId

Parent business-function run identifier.

string
nullable
BusinessFunctionHttpEndpointId

Configured HTTP endpoint identifier, when available.

string
nullable
EndpointKey

Inbound endpoint key.

string
nullable
Method

HTTP method.

string
nullable
Path

Path suffix after the endpoint key.

string
nullable
ContentType

Request content type, when supplied.

string
nullable
ContentLength

Request content length, when supplied.

integer format: int64
nullable
BodyMode
integer format: int32
Allowed values: 0 1 2 3
AuthMode
integer format: int32
Allowed values: 0 1 2 3
ActorMode
integer format: int32
Allowed values: 0 1
AuthResult

Authentication outcome captured by the endpoint runtime.

string
nullable
HttpStatusCode

HTTP status code returned to the caller.

integer format: int32
nullable
ResponseContentType

Response content type returned to the caller.

string
nullable
ResponseBodyBytes

Response body size in bytes.

integer format: int32
nullable
RedactedHeaders

Redacted request headers.

object
RedactedQuery

Redacted request query values.

object
FormSummary

Redacted form-url-encoded request summary.

object
PlatformFailureCode

Platform-level failure code before handler execution, when any.

string
nullable
FailureReasonCode

Stable machine-readable reason code for a platform or runtime failure.

string
nullable
QueuedJobAttemptCount

Immutable queued-job attempt that caused this run, when any.

integer format: int32
nullable
SourceNetOperationProjectRevisionId

Net Operation Project source revision captured for this execution.

string
nullable
SourceNetOperationProjectBuildId

Net Operation Project build captured for this execution.

string
nullable
SourceNetOperationProjectArtifactId

Net Operation Project artifact captured by the published function version.

string
nullable
ResolvedNetOperationProjectArtifactId

Net Operation Project artifact selected before runtime activation.

string
nullable
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"Status": 0,
"TriggerBinding": {
"Source": 0,
"Operation": 0
},
"ActionTargetScope": 0,
"AuditEntries": [
{
"Operation": 0
}
],
"DevLogEntries": [
{
"Level": 0
}
],
"ActorUser": {
"UserType": 0
},
"OriginalUser": {
"UserType": 0
},
"CancellationKind": 0,
"HttpEndpoint": {
"BodyMode": 0,
"AuthMode": 0,
"ActorMode": 0
}
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Forbidden

Media typeapplication/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}

Not Found

Media typeapplication/json
object
Data

Operational detail for one Moltaro business-function run.

object
Id

Run identifier.

string
nullable
BusinessFunctionId

Function identifier.

string
nullable
BusinessFunctionKey

Function key.

string
nullable
BusinessFunctionName

Function display name.

string
nullable
BusinessFunctionVersionId

Captured function version identifier.

string
nullable
VersionNumber

Captured function version number.

integer format: int32
Source

Execution source.

string
nullable
Status
integer format: int32
Allowed values: 0 1 2 3 4 5 6 7 8
StartedAt

Start timestamp.

string format: date-time
CompletedAt

Completion timestamp.

string format: date-time
nullable
DurationMs

Duration in milliseconds.

integer format: int64
nullable
CorrelationId

Correlation identifier.

string
nullable
ActorUserId

Actor user identifier.

string
nullable
OriginalUserId

Original user identifier when the runtime used a service actor.

string
nullable
EntityDefinitionId

Related entity definition identifier.

string
nullable
EntityInstanceId

Related entity instance identifier.

string
nullable
EntityOperation

Related entity operation.

string
nullable
TriggerBindingId

Trigger binding identifier, when any.

string
nullable
ScheduleId

Schedule identifier, when any.

string
nullable
TriggerBinding

Human-readable trigger-binding reference for a business-function operation.

object
Id

Trigger binding identifier.

string
nullable
EntityDefinitionId

Bound entity definition identifier.

string
nullable
EntityDefinitionName

Bound entity definition display name.

string
nullable
BusinessFunctionId

Bound function identifier.

string
nullable
BusinessFunctionName

Bound function display name.

string
nullable
Source
integer format: int32
Allowed values: 0 1
Operation
integer format: int32
Allowed values: 0 1 2 3 4
Schedule

Human-readable schedule reference for a business-function operation.

object
Id

Schedule identifier.

string
nullable
Name

Schedule display name.

string
nullable
CronExpression

Saved CRON expression.

string
nullable
TimeZone

Schedule time zone override, when any.

string
nullable
QueuedJobId

Queued job identifier, when any.

string
nullable
ActionId

Action binding identifier, when any.

string
nullable
ActionTargetScope
integer format: int32
Allowed values: 0 1 2 3
TargetKey

Computed action target key when available.

string
nullable
ActionSelectedEntityIdsCount

Selected entity id count for selection actions.

integer format: int32
ArgsSnapshot

Persisted execution argument snapshot.

string
nullable
ActionInputSnapshot

Action input JSON snapshot.

string
nullable
ActionSelectedEntityIdsSnapshot

Selected entity ids JSON snapshot for selection actions.

string
nullable
ResultSummary

Compact result summary.

string
nullable
ResultData

Structured JSON result payload.

object
ErrorSummary

Compact error summary.

string
nullable
LogSummary

Persisted runtime log summary.

string
nullable
ActionInputHistory

Versioned, redacted action input history prepared for operations UI rendering.

object
HasInput

Whether the action version accepts input fields.

boolean
MetadataValid

Whether schema, card metadata, and input snapshot could be parsed.

boolean
Warnings

Non-fatal warnings produced while materializing history.

Array<string>
nullable
RedactedInputSnapshot

Redacted input JSON snapshot.

string
nullable
InputSchemaPayload

Executed-version input schema JSON payload, including its versioned nullability and default metadata.

string
nullable
InputCardPayload

Executed-version input-history Card JSON payload.

string
nullable
Fields

Materialized field display values keyed by CLR property name.

Array<object>
nullable

One materialized action input field value for history rendering.

object
PropertyName

CLR property name used as the input JSON key.

string
nullable
Key

Stable field key from action input metadata.

string
nullable
Label

User-facing field label from executed-version metadata.

string
nullable
FieldType

Normalized action input field type name.

string
nullable
Sensitive

Whether the value is sensitive and redacted.

boolean
AllowMultiple

Whether the value can contain multiple items.

boolean
RawValueJson

Redacted raw JSON value for diagnostics.

string
nullable
DisplayValue

Resolved single display value.

string
nullable
DisplayValues

Resolved display values for multi-value fields.

Array<string>
nullable
AuditEntries

Bounded entity audit entries correlated to the run.

Array<object>
nullable

Bounded entity audit summary correlated to one business-function operation.

object
ChangeId

Entity audit change identifier.

string
nullable
EntityDefinitionId

Entity definition identifier.

string
nullable
EntityDefinitionName

Entity definition display name.

string
nullable
EntityInstanceId

Changed entity instance identifier.

string
nullable
Operation
integer format: int32
Allowed values: 0 1 2 3 4 5 6
ChangedAt

Change timestamp.

string format: date-time
SourceLabel

Source label captured in the audit payload.

string
nullable
Summary

Compact admin-facing summary.

string
nullable
DevLogEntries

Bounded dev-log entries correlated to the run.

Array<object>
nullable

Summary row for the Moltaro developer log.

object
Id

Log entry identifier.

string
nullable
CreatedAt

Entry creation timestamp in UTC.

string format: date-time
Level
integer format: int32
Allowed values: 0 1 2 3 4 5
Source

Runtime or module source.

string
nullable
Category

Optional caller category.

string
nullable
Message

Diagnostic message.

string
nullable
CorrelationId

Correlation identifier.

string
nullable
ExecutionTraceId

Execution trace identifier.

string
nullable
OperationId

Operation identifier.

string
nullable
ParentOperationId

Parent operation identifier.

string
nullable
ActorUserId

Effective actor user identifier.

string
nullable
OriginalUserId

Original user identifier when the effective actor is system-owned.

string
nullable
BusinessFunctionId

Related business-function identifier.

string
nullable
BusinessFunctionVersionId

Related business-function version identifier.

string
nullable
BusinessFunctionRunId

Related business-function run identifier.

string
nullable
QueuedJobId

Related queued job identifier.

string
nullable
TriggerBindingId

Related trigger binding identifier.

string
nullable
ScheduleId

Related schedule identifier.

string
nullable
EntityDefinitionId

Related entity definition identifier.

string
nullable
EntityInstanceId

Related entity instance identifier.

string
nullable
EntityOperation

Related entity operation.

string
nullable
IgnoredTransaction

Whether the entry intentionally bypassed the caller transaction.

boolean
HasException

Whether exception details are present.

boolean
ActorUser

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
OriginalUser

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
BusinessFunction

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
BusinessFunctionVersion

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
BusinessFunctionRun

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
QueuedJob

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
TriggerBinding

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
Schedule

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
EntityDefinition

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
EntityInstance

Human-readable display data for an object referenced by a developer-log entry.

object
Id

Referenced object identifier.

string
nullable
Label

Primary display label.

string
nullable
Subtitle

Optional secondary display text.

string
nullable
Kind

Referenced object kind.

string
nullable
ActorUser

User display reference for business-function operations.

object
Id

User identifier or stable system actor identifier.

string
nullable
DisplayName

Resolved display name.

string
nullable
Email

User email when available.

string
nullable
AvatarInitials

Avatar initials.

string
nullable
AvatarBackgroundColor

Avatar background color.

string
nullable
AvatarTextColor

Avatar text color.

string
nullable
UserType
integer format: int32
Allowed values: 0 1 2
IsDeleted

Whether the user is deleted.

boolean
IsSystemActor

Whether the reference is the built-in Moltaro automation actor.

boolean
IsMissing

Whether the referenced user no longer exists in the workspace cache.

boolean
OriginalUser

User display reference for business-function operations.

object
Id

User identifier or stable system actor identifier.

string
nullable
DisplayName

Resolved display name.

string
nullable
Email

User email when available.

string
nullable
AvatarInitials

Avatar initials.

string
nullable
AvatarBackgroundColor

Avatar background color.

string
nullable
AvatarTextColor

Avatar text color.

string
nullable
UserType
integer format: int32
Allowed values: 0 1 2
IsDeleted

Whether the user is deleted.

boolean
IsSystemActor

Whether the reference is the built-in Moltaro automation actor.

boolean
IsMissing

Whether the referenced user no longer exists in the workspace cache.

boolean
EntityTarget

Display model for the entity target of a business-function operation.

object
EntityDefinitionId

Entity definition identifier.

string
nullable
EntityDefinitionName

Entity definition display name.

string
nullable
EntityInstanceId

Primary entity instance identifier when the operation targets one record.

string
nullable
DisplayName

Primary target label for the UI.

string
nullable
Subtitle

Secondary target label for the UI.

string
nullable
SelectedCount

Number of selected entity instances.

integer format: int32
SelectedRecords

Bounded sample of selected records.

Array<object>
nullable

Display reference for one selected business-function target record.

object
InstanceId

Entity instance identifier.

string
nullable
DisplayName

Resolved record display name.

string
nullable
Subtitle

Resolved record subtitle when available.

string
nullable
CanCancel

Whether the run can be cancelled manually.

boolean
CancellationKind
integer format: int32
Allowed values: 0 1 2
HttpEndpoint

HTTP-specific operational metadata captured for one endpoint run.

object
Id

HTTP run detail identifier.

string
nullable
BusinessFunctionRunId

Parent business-function run identifier.

string
nullable
BusinessFunctionHttpEndpointId

Configured HTTP endpoint identifier, when available.

string
nullable
EndpointKey

Inbound endpoint key.

string
nullable
Method

HTTP method.

string
nullable
Path

Path suffix after the endpoint key.

string
nullable
ContentType

Request content type, when supplied.

string
nullable
ContentLength

Request content length, when supplied.

integer format: int64
nullable
BodyMode
integer format: int32
Allowed values: 0 1 2 3
AuthMode
integer format: int32
Allowed values: 0 1 2 3
ActorMode
integer format: int32
Allowed values: 0 1
AuthResult

Authentication outcome captured by the endpoint runtime.

string
nullable
HttpStatusCode

HTTP status code returned to the caller.

integer format: int32
nullable
ResponseContentType

Response content type returned to the caller.

string
nullable
ResponseBodyBytes

Response body size in bytes.

integer format: int32
nullable
RedactedHeaders

Redacted request headers.

object
RedactedQuery

Redacted request query values.

object
FormSummary

Redacted form-url-encoded request summary.

object
PlatformFailureCode

Platform-level failure code before handler execution, when any.

string
nullable
FailureReasonCode

Stable machine-readable reason code for a platform or runtime failure.

string
nullable
QueuedJobAttemptCount

Immutable queued-job attempt that caused this run, when any.

integer format: int32
nullable
SourceNetOperationProjectRevisionId

Net Operation Project source revision captured for this execution.

string
nullable
SourceNetOperationProjectBuildId

Net Operation Project build captured for this execution.

string
nullable
SourceNetOperationProjectArtifactId

Net Operation Project artifact captured by the published function version.

string
nullable
ResolvedNetOperationProjectArtifactId

Net Operation Project artifact selected before runtime activation.

string
nullable
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"Status": 0,
"TriggerBinding": {
"Source": 0,
"Operation": 0
},
"ActionTargetScope": 0,
"AuditEntries": [
{
"Operation": 0
}
],
"DevLogEntries": [
{
"Level": 0
}
],
"ActorUser": {
"UserType": 0
},
"OriginalUser": {
"UserType": 0
},
"CancellationKind": 0,
"HttpEndpoint": {
"BodyMode": 0,
"AuthMode": 0,
"ActorMode": 0
}
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}