Return one queued 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/jobs/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/jobs/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/jobs/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 queued function run.
object
Queued run identifier.
Function identifier.
Function key.
Function display name.
Captured function version identifier.
Captured function version number.
Execution source.
Optional deduplication key.
Computed action target key when available.
Execution attempt count.
Queue priority; lower numbers run first.
Next eligible run timestamp.
Lease expiration timestamp, when leased.
Creation timestamp.
Last modification timestamp.
Last execution error summary.
Correlation identifier.
Effective actor user identifier, when any.
Original user identifier, when any.
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.
Surface Action identifier, when any.
Current Action label, when the source Action still exists.
Selected entity id count for selection actions.
Persisted execution argument payload.
Redacted action input JSON snapshot.
Selected entity ids JSON snapshot for selection actions.
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.
Timestamp when cancellation was requested.
User that requested cancellation.
Timestamp when cancellation was observed by the worker.
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.
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.
Whether the queued run can be cancelled manually.
Stable machine-readable reason code for the latest failed attempt.
Net Operation Project source revision captured for this job.
Net Operation Project build captured for this job.
Net Operation Project artifact captured for this job.
Maximum attempts durably captured for this job.
Attempts still available after the current attempt.
Retry delay durably captured for this job.
Whether the persisted policy permits a later attempt.
Whether an administrator can stop this retry chain.
Stable retry-stop or cancellation reason.
Current one-based execution attempt; zero means no attempt has started.
object
object
object
object
Example
{ "Data": { "VersionResolutionMode": 0, "Status": 0, "TriggerBinding": { "Source": 0, "Operation": 0 }, "ActionSourceSurface": 0, "ActionTargetScope": 0, "ActorUser": { "UserType": 0 }, "OriginalUser": { "UserType": 0 }, "CancellationRequestedByUser": { "UserType": 0 }, "CancellationKind": 0, "RetryStopState": 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 queued function run.
object
Queued run identifier.
Function identifier.
Function key.
Function display name.
Captured function version identifier.
Captured function version number.
Execution source.
Optional deduplication key.
Computed action target key when available.
Execution attempt count.
Queue priority; lower numbers run first.
Next eligible run timestamp.
Lease expiration timestamp, when leased.
Creation timestamp.
Last modification timestamp.
Last execution error summary.
Correlation identifier.
Effective actor user identifier, when any.
Original user identifier, when any.
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.
Surface Action identifier, when any.
Current Action label, when the source Action still exists.
Selected entity id count for selection actions.
Persisted execution argument payload.
Redacted action input JSON snapshot.
Selected entity ids JSON snapshot for selection actions.
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.
Timestamp when cancellation was requested.
User that requested cancellation.
Timestamp when cancellation was observed by the worker.
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.
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.
Whether the queued run can be cancelled manually.
Stable machine-readable reason code for the latest failed attempt.
Net Operation Project source revision captured for this job.
Net Operation Project build captured for this job.
Net Operation Project artifact captured for this job.
Maximum attempts durably captured for this job.
Attempts still available after the current attempt.
Retry delay durably captured for this job.
Whether the persisted policy permits a later attempt.
Whether an administrator can stop this retry chain.
Stable retry-stop or cancellation reason.
Current one-based execution attempt; zero means no attempt has started.
object
object
object
object
Example
{ "Data": { "VersionResolutionMode": 0, "Status": 0, "TriggerBinding": { "Source": 0, "Operation": 0 }, "ActionSourceSurface": 0, "ActionTargetScope": 0, "ActorUser": { "UserType": 0 }, "OriginalUser": { "UserType": 0 }, "CancellationRequestedByUser": { "UserType": 0 }, "CancellationKind": 0, "RetryStopState": 0 }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}