GET
/
api
/
v1
/
transformations
/
{slug}
/
curl --request GET \
  --url https://api.nekt.ai/api/v1/transformations/{slug}/ \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "type": "<string>",
  "slug": "<string>",
  "active": true,
  "status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "code": "<string>",
  "dependencies": [
    "<string>"
  ],
  "add_apache_sedona": true,
  "spark_driver_cores": 1073741824,
  "spark_driver_memory": 1073741825,
  "spark_executor_cores": 1073741824,
  "spark_executor_memory": 1073741825,
  "spark_executor_instances": 1073741824,
  "spark_executor_disk": 1073741833,
  "spark_execution_timeout_minutes": 1073741831,
  "settings_number_of_retries": 1073741823,
  "settings_retry_delay_seconds": 1073741823,
  "settings_max_consecutive_failures": 1073741824,
  "delta_log_retention_duration": -1,
  "draft_only": true,
  "output_table": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "output_layer": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "last_run": "<string>",
  "input_tables": [
    "<string>"
  ],
  "output_tables": [
    "<string>"
  ],
  "input_volumes": [
    "<string>"
  ],
  "created_by": 123
}

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

slug
string
required

Response

200 - application/json

The response is of type object.