List persisted business-function runs.
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?Status=0&ActionTargetScope=0"),};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?Status=0&ActionTargetScope=0';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?Status=0&ActionTargetScope=0'Authorizations
Section titled “Authorizations”- None
Parameters
Section titled “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 summary 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.
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.
Compact result summary.
Structured JSON result payload.
object
Compact error summary.
Effective actor user identifier, when any.
Original user identifier, when any.
Surface Action identifier, when any.
Current Action label, when the source Action still exists.
Computed action target key when available.
Selected entity id count for selection actions.
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 }, "ActionSourceSurface": 0, "ActionTargetScope": 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 } ]}Bad Request
object
Operational summary 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.
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.
Compact result summary.
Structured JSON result payload.
object
Compact error summary.
Effective actor user identifier, when any.
Original user identifier, when any.
Surface Action identifier, when any.
Current Action label, when the source Action still exists.
Computed action target key when available.
Selected entity id count for selection actions.
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 }, "ActionSourceSurface": 0, "ActionTargetScope": 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"}