Return one persisted business-function run.
using System.Net.Http.Headers;var client = new HttpClient();var request = new HttpRequestMessage{ Method = HttpMethod.Get, RequestUri = new Uri("https://example.com/api/workspace/admin/function-operations/runs/example"),};using (var response = await client.SendAsync(request)){ response.EnsureSuccessStatusCode(); var body = await response.Content.ReadAsStringAsync(); Console.WriteLine(body);}const url = 'https://example.com/api/workspace/admin/function-operations/runs/example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/workspace/admin/function-operations/runs/exampleAuthorizations
Section titled “Authorizations”- None
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.
Responses
Section titled “Responses”OK
object
Operational detail for one Moltaro business-function run.
object
Run identifier.
Function identifier.
Function key.
Function display name.
Captured function version identifier.
Captured function version number.
Execution source.
Start timestamp.
Completion timestamp.
Duration in milliseconds.
Correlation identifier.
Actor user identifier.
Original user identifier when the runtime used a service actor.
Related entity definition identifier.
Related entity instance identifier.
Related entity operation.
Trigger binding identifier, when any.
Schedule identifier, when any.
Human-readable trigger-binding reference for a business-function operation.
object
Trigger binding identifier.
Bound entity definition identifier.
Bound entity definition display name.
Bound function identifier.
Bound function display name.
Human-readable schedule reference for a business-function operation.
object
Schedule identifier.
Schedule display name.
Saved CRON expression.
Schedule time zone override, when any.
Queued job identifier, when any.
Action binding identifier, when any.
Computed action target key when available.
Selected entity id count for selection actions.
Persisted execution argument snapshot.
Action input JSON snapshot.
Selected entity ids JSON snapshot for selection actions.
Compact result summary.
Structured JSON result payload.
object
Compact error summary.
Persisted runtime log summary.
Versioned, redacted action input history prepared for operations UI rendering.
object
Whether the action version accepts input fields.
Whether schema, card metadata, and input snapshot could be parsed.
Non-fatal warnings produced while materializing history.
Redacted input JSON snapshot.
Executed-version input schema JSON payload, including its versioned nullability and default metadata.
Executed-version input-history Card JSON payload.
Materialized field display values keyed by CLR property name.
One materialized action input field value for history rendering.
object
CLR property name used as the input JSON key.
Stable field key from action input metadata.
User-facing field label from executed-version metadata.
Normalized action input field type name.
Whether the value is sensitive and redacted.
Whether the value can contain multiple items.
Redacted raw JSON value for diagnostics.
Resolved single display value.
Resolved display values for multi-value fields.
Bounded entity audit entries correlated to the run.
Bounded entity audit summary correlated to one business-function operation.
object
Entity audit change identifier.
Entity definition identifier.
Entity definition display name.
Changed entity instance identifier.
Change timestamp.
Source label captured in the audit payload.
Compact admin-facing summary.
Bounded dev-log entries correlated to the run.
Summary row for the Moltaro developer log.
object
Log entry identifier.
Entry creation timestamp in UTC.
Runtime or module source.
Optional caller category.
Diagnostic message.
Correlation identifier.
Execution trace identifier.
Operation identifier.
Parent operation identifier.
Effective actor user identifier.
Original user identifier when the effective actor is system-owned.
Related business-function identifier.
Related business-function version identifier.
Related business-function run identifier.
Related queued job identifier.
Related trigger binding identifier.
Related schedule identifier.
Related entity definition identifier.
Related entity instance identifier.
Related entity operation.
Whether the entry intentionally bypassed the caller transaction.
Whether exception details are present.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
User display reference for business-function operations.
object
User identifier or stable system actor identifier.
Resolved display name.
User email when available.
Avatar initials.
Avatar background color.
Avatar text color.
Whether the user is deleted.
Whether the reference is the built-in Moltaro automation actor.
Whether the referenced user no longer exists in the workspace cache.
User display reference for business-function operations.
object
User identifier or stable system actor identifier.
Resolved display name.
User email when available.
Avatar initials.
Avatar background color.
Avatar text color.
Whether the user is deleted.
Whether the reference is the built-in Moltaro automation actor.
Whether the referenced user no longer exists in the workspace cache.
Display model for the entity target of a business-function operation.
object
Entity definition identifier.
Entity definition display name.
Primary entity instance identifier when the operation targets one record.
Primary target label for the UI.
Secondary target label for the UI.
Number of selected entity instances.
Bounded sample of selected records.
Display reference for one selected business-function target record.
object
Entity instance identifier.
Resolved record display name.
Resolved record subtitle when available.
Whether the run can be cancelled manually.
HTTP-specific operational metadata captured for one endpoint run.
object
HTTP run detail identifier.
Parent business-function run identifier.
Configured HTTP endpoint identifier, when available.
Inbound endpoint key.
HTTP method.
Path suffix after the endpoint key.
Request content type, when supplied.
Request content length, when supplied.
Authentication outcome captured by the endpoint runtime.
HTTP status code returned to the caller.
Response content type returned to the caller.
Response body size in bytes.
Redacted request headers.
object
Redacted request query values.
object
Redacted form-url-encoded request summary.
object
Platform-level failure code before handler execution, when any.
Stable machine-readable reason code for a platform or runtime failure.
Immutable queued-job attempt that caused this run, when any.
Net Operation Project source revision captured for this execution.
Net Operation Project build captured for this execution.
Net Operation Project artifact captured by the published function version.
Net Operation Project artifact selected before runtime activation.
object
object
object
object
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
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Not Found
object
Operational detail for one Moltaro business-function run.
object
Run identifier.
Function identifier.
Function key.
Function display name.
Captured function version identifier.
Captured function version number.
Execution source.
Start timestamp.
Completion timestamp.
Duration in milliseconds.
Correlation identifier.
Actor user identifier.
Original user identifier when the runtime used a service actor.
Related entity definition identifier.
Related entity instance identifier.
Related entity operation.
Trigger binding identifier, when any.
Schedule identifier, when any.
Human-readable trigger-binding reference for a business-function operation.
object
Trigger binding identifier.
Bound entity definition identifier.
Bound entity definition display name.
Bound function identifier.
Bound function display name.
Human-readable schedule reference for a business-function operation.
object
Schedule identifier.
Schedule display name.
Saved CRON expression.
Schedule time zone override, when any.
Queued job identifier, when any.
Action binding identifier, when any.
Computed action target key when available.
Selected entity id count for selection actions.
Persisted execution argument snapshot.
Action input JSON snapshot.
Selected entity ids JSON snapshot for selection actions.
Compact result summary.
Structured JSON result payload.
object
Compact error summary.
Persisted runtime log summary.
Versioned, redacted action input history prepared for operations UI rendering.
object
Whether the action version accepts input fields.
Whether schema, card metadata, and input snapshot could be parsed.
Non-fatal warnings produced while materializing history.
Redacted input JSON snapshot.
Executed-version input schema JSON payload, including its versioned nullability and default metadata.
Executed-version input-history Card JSON payload.
Materialized field display values keyed by CLR property name.
One materialized action input field value for history rendering.
object
CLR property name used as the input JSON key.
Stable field key from action input metadata.
User-facing field label from executed-version metadata.
Normalized action input field type name.
Whether the value is sensitive and redacted.
Whether the value can contain multiple items.
Redacted raw JSON value for diagnostics.
Resolved single display value.
Resolved display values for multi-value fields.
Bounded entity audit entries correlated to the run.
Bounded entity audit summary correlated to one business-function operation.
object
Entity audit change identifier.
Entity definition identifier.
Entity definition display name.
Changed entity instance identifier.
Change timestamp.
Source label captured in the audit payload.
Compact admin-facing summary.
Bounded dev-log entries correlated to the run.
Summary row for the Moltaro developer log.
object
Log entry identifier.
Entry creation timestamp in UTC.
Runtime or module source.
Optional caller category.
Diagnostic message.
Correlation identifier.
Execution trace identifier.
Operation identifier.
Parent operation identifier.
Effective actor user identifier.
Original user identifier when the effective actor is system-owned.
Related business-function identifier.
Related business-function version identifier.
Related business-function run identifier.
Related queued job identifier.
Related trigger binding identifier.
Related schedule identifier.
Related entity definition identifier.
Related entity instance identifier.
Related entity operation.
Whether the entry intentionally bypassed the caller transaction.
Whether exception details are present.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
Human-readable display data for an object referenced by a developer-log entry.
object
Referenced object identifier.
Primary display label.
Optional secondary display text.
Referenced object kind.
User display reference for business-function operations.
object
User identifier or stable system actor identifier.
Resolved display name.
User email when available.
Avatar initials.
Avatar background color.
Avatar text color.
Whether the user is deleted.
Whether the reference is the built-in Moltaro automation actor.
Whether the referenced user no longer exists in the workspace cache.
User display reference for business-function operations.
object
User identifier or stable system actor identifier.
Resolved display name.
User email when available.
Avatar initials.
Avatar background color.
Avatar text color.
Whether the user is deleted.
Whether the reference is the built-in Moltaro automation actor.
Whether the referenced user no longer exists in the workspace cache.
Display model for the entity target of a business-function operation.
object
Entity definition identifier.
Entity definition display name.
Primary entity instance identifier when the operation targets one record.
Primary target label for the UI.
Secondary target label for the UI.
Number of selected entity instances.
Bounded sample of selected records.
Display reference for one selected business-function target record.
object
Entity instance identifier.
Resolved record display name.
Resolved record subtitle when available.
Whether the run can be cancelled manually.
HTTP-specific operational metadata captured for one endpoint run.
object
HTTP run detail identifier.
Parent business-function run identifier.
Configured HTTP endpoint identifier, when available.
Inbound endpoint key.
HTTP method.
Path suffix after the endpoint key.
Request content type, when supplied.
Request content length, when supplied.
Authentication outcome captured by the endpoint runtime.
HTTP status code returned to the caller.
Response content type returned to the caller.
Response body size in bytes.
Redacted request headers.
object
Redacted request query values.
object
Redacted form-url-encoded request summary.
object
Platform-level failure code before handler execution, when any.
Stable machine-readable reason code for a platform or runtime failure.
Immutable queued-job attempt that caused this run, when any.
Net Operation Project source revision captured for this execution.
Net Operation Project build captured for this execution.
Net Operation Project artifact captured by the published function version.
Net Operation Project artifact selected before runtime activation.
object
object
object
object
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 } ]}