Sources
Get Source
Platform API
Destinations
Sources
Get Source
GET
/
api
/
v1
/
sources
/
{slug}
curl --request GET \
--url https://api.nekt.ai/api/v1/sources/{slug}/ \
--header 'x-api-key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"active": true,
"status": "<string>",
"connector_config": "<any>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"python_execution_cpu": 123,
"python_execution_memory": 123,
"spark_driver_cores": 123,
"spark_driver_memory": 123,
"spark_executor_cores": 123,
"spark_executor_memory": 123,
"spark_executor_instances": 123,
"spark_executor_disk": 123,
"spark_execution_timeout_minutes": 123,
"settings_number_of_retries": 123,
"settings_retry_delay_seconds": 123,
"settings_max_consecutive_failures": 123,
"settings_full_sync_cron": "<string>",
"settings_full_sync_cron_timezone": "Africa/Abidjan",
"connector_version": "<string>",
"last_run": "<string>",
"created_by": 123
}
Authorizations
API Key authentication. Format: 'x-api-key: api_key'
Path Parameters
Response
200 - application/json
The response is of type object
.
curl --request GET \
--url https://api.nekt.ai/api/v1/sources/{slug}/ \
--header 'x-api-key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"active": true,
"status": "<string>",
"connector_config": "<any>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"python_execution_cpu": 123,
"python_execution_memory": 123,
"spark_driver_cores": 123,
"spark_driver_memory": 123,
"spark_executor_cores": 123,
"spark_executor_memory": 123,
"spark_executor_instances": 123,
"spark_executor_disk": 123,
"spark_execution_timeout_minutes": 123,
"settings_number_of_retries": 123,
"settings_retry_delay_seconds": 123,
"settings_max_consecutive_failures": 123,
"settings_full_sync_cron": "<string>",
"settings_full_sync_cron_timezone": "Africa/Abidjan",
"connector_version": "<string>",
"last_run": "<string>",
"created_by": 123
}