Skip to content

Get Job Queue ​

Retrieves jobs from the Autodesk Vault job processor queue with optional filtering, sorting, and result limits.

Purpose ​

Use this task when a workflow needs to inspect the state of the Vault job queue — for example, to check whether a previously submitted job has completed before proceeding, to monitor for failed jobs and trigger an alert, or to build a report of recent job activity. Filtering by status, job type, or date range keeps the returned data focused on the jobs relevant to the workflow at that point.

Inputs ​

FieldTypeRequiredDescription
Filter Jobs ByDropdownYesControls how the queue is filtered: All Jobs, By Status, By Job Type, or By Date Range.
Job StatusDropdownNoStatus value to filter by: Pending, Processing, Completed, Failed, or All Statuses.
Job TypeTextNoThe job type name to filter by (e.g., PDF Export). Leave empty to include all types.
Start DateDate / TimeNoEarliest job submission date to include.
End DateDate / TimeNoLatest job submission date to include.
Max ResultsTextNoMaximum number of jobs to return. Defaults to 100. Set to 0 for unlimited.
Include Job DetailsCheckboxNoWhen enabled, full job parameters and properties are included. Disable for faster queries when only basic information is needed.
Sort ByDropdownNoOrder for returned jobs: Submitted Date (Newest), Submitted Date (Oldest), Job Priority, or Job Status.

Visibility Rules ​

Job Status is only shown when Filter Jobs By is set to By Status.

Job Type is only shown when Filter Jobs By is set to By Job Type.

Start Date is only shown when Filter Jobs By is set to By Date Range.

End Date is only shown when Filter Jobs By is set to By Date Range.

Outputs ​

NameDescription
VaultJobsList of job objects containing the fields appropriate to the Include Job Details setting.
JobCountNumber of jobs returned.
FullJobDetailsThe complete raw job detail objects returned from the Vault API before any projection.

Tentech