Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 6.78 KB

listjobsrequest.md

File metadata and controls

18 lines (15 loc) · 6.78 KB

ListJobsRequest

Fields

Field Type Required Description Example
connection_id Optional[str] Filter the Jobs by connectionId.
created_at_end date The end date to filter by 1687450500000
created_at_start date The start date to filter by 1687450500000
job_type Optional[models.JobTypeEnum] Filter the Jobs by jobType.
limit Optional[int] Set the limit on the number of Jobs returned. The default is 20 Jobs.
offset Optional[int] Set the offset to start at when returning Jobs. The default is 0.
order_by Optional[str] The field and method to use for ordering updatedAt|DESC
status Optional[models.JobStatusEnum] The Job status you want to filter by
updated_at_end date The end date to filter by 1687450500000
updated_at_start date The start date to filter by 1687450500000
workspace_ids List[str] The UUIDs of the workspaces you wish to list jobs for. Empty list will retrieve all allowed workspaces.