List queued function runs as a page.
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/page?Status=0&ActionTargetScope=0&SortField=0&SortDirection=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/jobs/page?Status=0&ActionTargetScope=0&SortField=0&SortDirection=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/jobs/page?Status=0&ActionTargetScope=0&SortField=0&SortDirection=0'Authorizations
Section titled “Authorizations”- None
Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”Sortable fields for queued business-function job pages.
Sortable fields for queued business-function job pages.
Sort direction for business-function operation pages.
Sort direction for business-function operation pages.
Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.
Responses
Section titled “Responses”OK
object
Paged operational result for queued business-function jobs.
object
Queued runs in the requested page.
Operational summary 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.
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.
Original actor 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.
Timestamp when cancellation was requested.
User that requested cancellation.
Timestamp when cancellation was observed by the worker.
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 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.
Total number of queued runs matching the filters.
One-based page number.
Requested page size.
Human-readable labels for active business-function operation filters.
object
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
object
object
object
object
Example
{ "Data": { "Items": [ { "VersionResolutionMode": 0, "Status": 0, "TriggerBinding": { "Source": 0, "Operation": 0 }, "ActionSourceSurface": 0, "ActionTargetScope": 0, "ActorUser": { "UserType": 0 }, "OriginalUser": { "UserType": 0 }, "CancellationKind": 0, "RetryStopState": 0 } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Bad Request
object
Paged operational result for queued business-function jobs.
object
Queued runs in the requested page.
Operational summary 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.
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.
Original actor 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.
Timestamp when cancellation was requested.
User that requested cancellation.
Timestamp when cancellation was observed by the worker.
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 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.
Total number of queued runs matching the filters.
One-based page number.
Requested page size.
Human-readable labels for active business-function operation filters.
object
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
Human-readable display reference for an active business-function operation filter.
object
Raw identifier used by the filter.
Human-readable label or raw identifier fallback.
Optional secondary label.
object
object
object
object
Example
{ "Data": { "Items": [ { "VersionResolutionMode": 0, "Status": 0, "TriggerBinding": { "Source": 0, "Operation": 0 }, "ActionSourceSurface": 0, "ActionTargetScope": 0, "ActorUser": { "UserType": 0 }, "OriginalUser": { "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"}