Robomotion
Robomotion
Robomotion
Robomotion
Welcome to Robomotion
Release Notes
GETTING STARTED
Quick Start Guide
Tutorials
INSTALLATION
Installing Robot
Browser Setup
On-Prem / Private Cloud
Flow Designer
About
Message Object
Debugging
Sub Flows
Go to Node
For Each
Variables
Exceptions
Web Extension
Vaults
Nodes
Versioning
Publishing
ADMIN CONSOLE
About
Dashboard
Flows
Robots
Schedules
Users
Jobs
Audit
API
Licenses
COMMAND LINE INTERFACE
robomotion-deskbot
robomotion-agent
API REFERENCE
About
Authentication
Users
Robots
Flows
Schedules
Jobs
Licenses
REFERENCES
Beginner Videos
Frequently Asked Questions
Troubleshooting
Jobs
Learn how to get status of jobs in your workspace
get
List Jobs
https://api.robomotion.io
/v1/jobs.list
This endpoint allows you to get jobs in your workspace
Request
Response
Request
Query Parameters
search
optional
string
Search filter for searching the flow name or robot name
page
optional
integer
Used for pagination
size
optional
integer
Resources per page limit
status
optional
integer
List only the jobs with status (1: running, 2: success, 3: failed and 0 or empty for all jobs)
date
optional
integer
Jobs started since in utc unix time format
Response
200: OK
{
"ok"
:
true
,
"jobs"
:
[
]
,
"total"
:
0
}
API REFERENCE - Previous
Schedules
Next - API REFERENCE
Licenses
Last updated
12 months ago