Перейти к основному содержанию
GET
/
v0
/
templates
/
{template_id}
Get template by ID
curl --request GET \
  --url https://api.qudata.ai/v0/templates/{template_id} \
  --header 'X-Api-Key: <api-key>'
{
  "ok": true,
  "data": {
    "id": "<string>",
    "owner_id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "image": "<string>",
    "image_tag": "<string>",
    "docker_login": "<string>",
    "env": "<string>",
    "use_ssh": true,
    "use_jupyter": true,
    "direct_ssh": true,
    "jupyter_directory": "<string>",
    "use_jupyter_lab": true,
    "on_start_command": "<string>",
    "search_params": "<string>",
    "recommended_disk_space": 123,
    "href": "<string>",
    "picture": "<string>",
    "is_private": false,
    "ssh_username": "root"
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

template_id
string
required

Response

Successful Response

ok
boolean
default:true
data
object | null
I