List jobs
List the organization’s jobs, newest first.
Pass name to look up one job, since job names are unique within an organization; the list is then empty or holds that job. Archived jobs are left out unless archived is true.
Requires an API key with the read scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
name
archived
Response
OK
id
Pass this as job_id to the job execution tools.
name
archived
description
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error