List all automation runsCopy Pageget https://api.sbgenomics.com/v2/automation/runsThis call lists all automaton runs.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramsautomation_idstringrequiredThe ID of the automation you are listing the runs for.namestringFilter automation runs by their name. The search is partial and case-insensitive.package_idstringThe ID of the package you are listing the runs for.statusstringThe status of the automation run: * CREATED * RUNNING * ABORTED * FINISHED * FAILED * QUEUED_FOR_EXECUTION * SENT_TO_EXECUTION * QUEUED_FOR_TERMINATIONcreated_bystringThe username of the user that created the automation run.created_fromstringThe starting date for querying automation runs (e.g. 2018-08-30T16:10:36.247Z).created_tostringEnter the ending date for querying the automation runs. You can use it in combination with the created_from to specify a time interval (e.g. 2018-08-30T16:10:44.181Z).order_bystringOrder runs by this automation run field, e.g. created_on.HeadersX-SBG-Auth-TokenstringrequiredYour Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.Content-TypestringrequiredDefaults to application/jsonX-SBG-Advance-AccessstringrequiredDefaults to advanceResponse 200200Updated 6 months ago