AskUI Suite
- ADE
- AskUIOCRTeaching
- AskUIRemoteDeviceSnippingTool
- AskUIRunnerManager
- AskUIWindowsTools
- PxProxy
- Python
- UIController
Workspace Services API
- Access Tokens
- Agent Executions
- Agents
- Billing
- Files
- Runner Jobs
- Runs
- Schedules
- Usage
- Workspace Memberships
- Workspaces
Runs
List Runs
GET
/
api
/
v1
/
workspaces
/
{workspace_id}
/
runs
{
"data": [
{
"version": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "UPCOMING",
"to_be_started_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"schedule_id": "<string>",
"template": {
"workspace_id": "<string>",
"workflows": [
"<string>"
],
"runner_assignment": {
"ids": [
"<string>"
],
"host": "SELF",
"tags": [
"<string>"
]
},
"data": {}
},
"ended_at": "2023-11-07T05:31:56Z",
"no": 123,
"schedule": {
"version": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "ACTIVE",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"schedule": "<string>",
"ended_after": 123,
"run_template": {
"workspace_id": "<string>",
"workflows": [
"<string>"
],
"runner_assignment": {
"ids": [
"<string>"
],
"host": "SELF",
"tags": [
"<string>"
]
},
"data": {}
},
"runs_count": 0,
"next_run_to_be_started_at": "2023-11-07T05:31:56Z"
}
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Successful Response
Available options:
ACTIVE
, SUSPENDED
, ENDED
Available options:
UPCOMING
, PENDING
, RUNNING
, SKIPPED
, SKIPPED_NOTHING_TO_RUN
, PASSED_NOT_YET_REPORTED
, FAILED_NOT_YET_REPORTED
, PASSED
, FAILED
, CANCELED
, SUSPENDED
{
"data": [
{
"version": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "UPCOMING",
"to_be_started_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"schedule_id": "<string>",
"template": {
"workspace_id": "<string>",
"workflows": [
"<string>"
],
"runner_assignment": {
"ids": [
"<string>"
],
"host": "SELF",
"tags": [
"<string>"
]
},
"data": {}
},
"ended_at": "2023-11-07T05:31:56Z",
"no": 123,
"schedule": {
"version": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "ACTIVE",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"schedule": "<string>",
"ended_after": 123,
"run_template": {
"workspace_id": "<string>",
"workflows": [
"<string>"
],
"runner_assignment": {
"ids": [
"<string>"
],
"host": "SELF",
"tags": [
"<string>"
]
},
"data": {}
},
"runs_count": 0,
"next_run_to_be_started_at": "2023-11-07T05:31:56Z"
}
}
]
}