Skip to main content
POST
Lease

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

runner_host
enum<string>
required
Available options:
SELF,
ASKUI
runner_id
string
required
workspace_id
string<uuid4> | null
tags
string[]

Response

LeaseRunnerJobResponseDto · object | null

Successful Response

id
string
required
ack
string
required
status
enum<string>
required
Available options:
PENDING,
RUNNING,
PASSED,
FAILED,
CANCELED,
MAX_RETRIES_EXCEEDED
visible
string<date-time>
required
runner_id
string
required
tries
integer
required
data
LeaseRunnerJobResponseDtoData · object
required