-
See Also
- RemoteBatchSubmissionEnvironment
- RemoteBatchJobObject
- RemoteBatchSubmit
- RemoteBatchMapSubmit
- $DefaultRemoteBatchSubmissionEnvironment
- RemoteBatchJobAbort
-
- Service Connections
- CharityEngine
-
- Remote Batch Computation Providers
- AWSBatch
- Related Guides
-
-
See Also
- RemoteBatchSubmissionEnvironment
- RemoteBatchJobObject
- RemoteBatchSubmit
- RemoteBatchMapSubmit
- $DefaultRemoteBatchSubmissionEnvironment
- RemoteBatchJobAbort
-
- Service Connections
- CharityEngine
-
- Remote Batch Computation Providers
- AWSBatch
- Related Guides
-
See Also
RemoteBatchJobs[env]
gives a list of RemoteBatchJobObject expressions representing batch jobs submitted using env.
RemoteBatchJobs[env,type]
returns only jobs of given type.
gives a list of jobs submitted using $DefaultRemoteBatchSubmissionEnvironment.


RemoteBatchJobs
Listing of Batch Computation Providers »RemoteBatchJobs[env]
gives a list of RemoteBatchJobObject expressions representing batch jobs submitted using env.
RemoteBatchJobs[env,type]
returns only jobs of given type.
gives a list of jobs submitted using $DefaultRemoteBatchSubmissionEnvironment.
Details

- Remote batch jobs are submitted by functions such as RemoteBatchSubmit and RemoteBatchMapSubmit.
- The environment env should be a RemoteBatchSubmissionEnvironment expression.
- The type may be one of "Single", "Array" or All.
- RemoteBatchJobs[env] is equivalent to RemoteBatchJobs[env,All].
- The returned list of RemoteBatchJobObject expressions may be in any order.
- The list of jobs returned by the batch computation provider may be limited to jobs created within a certain timeframe. Any such expiration dynamics a provider may impose are described on each provider's individual reference page.
Examples
open all close allBasic Examples (1)
Scope (2)
Possible Issues (1)
RemoteBatchJobs cannot list array child jobs directly:
Array child jobs may be listed by accessing the "ChildJobObjects" property of each array job object returned by RemoteBatchJobs:
See Also
RemoteBatchSubmissionEnvironment RemoteBatchJobObject RemoteBatchSubmit RemoteBatchMapSubmit $DefaultRemoteBatchSubmissionEnvironment RemoteBatchJobAbort
Service Connections: CharityEngine
Remote Batch Computation Providers: AWSBatch
Related Guides
History
Text
Wolfram Research (2020), RemoteBatchJobs, Wolfram Language function, https://reference.wolfram.com/language/ref/RemoteBatchJobs.html.
CMS
Wolfram Language. 2020. "RemoteBatchJobs." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RemoteBatchJobs.html.
APA
Wolfram Language. (2020). RemoteBatchJobs. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RemoteBatchJobs.html
BibTeX
@misc{reference.wolfram_2025_remotebatchjobs, author="Wolfram Research", title="{RemoteBatchJobs}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/RemoteBatchJobs.html}", note=[Accessed: 11-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_remotebatchjobs, organization={Wolfram Research}, title={RemoteBatchJobs}, year={2020}, url={https://reference.wolfram.com/language/ref/RemoteBatchJobs.html}, note=[Accessed: 11-August-2025]}