/
AS
askui
/
AskUI Workspaces API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8h ago · Updated 4w ago
Details
Filter operations
access-tokens
8
agent-executions
3
agents
4
analytics
1
auth
2
billing
4
dashboard
1
files
4
invites
5
runner-jobs
3
post
Lease
post
Ping
post
Complete
runs
1
schedules
2
tools
1
workspace-memberships
4
workspaces
3
runner-jobs
Lease
post
/api/v1/runner-jobs/lease
Query parameters
runner_host
'SELF'
|
'ASKUI'
required
runner_id
string
required
workspace_id
string
uuid4
nullable
tags
string[]
Response
Successful Response
LeaseRunnerJobResponseDto
required
id
string
required
ack
string
required
status
'PENDING'
|
'RUNNING'
|
'PASSED'
|
'FAILED'
|
'CANCELED'
|
'MAX_RETRIES_EXCEEDED'
required
visible
string
date-time
required
runner_id
string
required
tries
integer
required
data
LeaseRunnerJobResponseDtoData
required
Changes