Skip to main content
GET
/
job
/
init
Get job configuration template
curl --request GET \
  --url https://api.example.com/job/init \
  --header 'Authorization: Bearer <token>'
{
  "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

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