Skip to main content
GET
/
job
/
init
{
  "message": "<string>",
  "empty_tp_config": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Response model for GET /job/init endpoint.

message
string
required

Help message with documentation link

empty_tp_config
string
required

Empty TOML configuration template

I