List Jobs
About
List information about all jobs available to either the current authenticated user or the team, if the user belongs to a team. The list method takes an optional first argument to limit the returned job objects.
Example Use
Parameters
Name
Type
Attributes
Description
project
string
<optional>
Project name to filter jobs by. If neither project
nor projectId
are provided, this is taken from the .ps_project/config.json
file, or the current directory name. Specify all
to list jobs for all projects associated with the user or team if the user is on a team.
projectId
string
<optional>
Project ID to filter jobs by
experimentId
string
<optional>
Experiment ID to filter jobs by
Last updated