Nekt
Integração com a Platform API da Nekt para gerenciar sources, destinations, catalog, queries, notebooks e workspaces.
Authentication
This connector uses Token-based authentication.
info
Set up your connection in the Abstra Console before using it in your workflows.
How to use
Using the Smart Chat
Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".
Using the Web Editor
from abstra.connectors import run_connection_action
result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})
Available Actions
This connector provides 180 actions:
| Action | Purpose | Parameters |
|---|---|---|
| get_api_v1_activities | No description available | activity_type (array) created_at__gt (string) created_at__gte (string) created_at__lt (string) created_at__lte (string) destination_id (array) live_connection_id (array) live_connection_slug (array) notebook_slug (array) page (integer) page_size (integer) sort (array) source_id (array) transformation_id (array) updated_at__gt (string) updated_at__gte (string) updated_at__lt (string) updated_at__lte (string) |
| get_api_v1_activities_by_id | No description available | id (string) |
| get_api_v1_catalog_pins | No description available | page (integer) page_size (integer) search (string) |
| get_api_v1_catalog_pins_by_id | No description available | id (string) |
| post_api_v1_catalog_pins_pin | No description available | data: { . id (string) . layer (string) . folder (string) . table (string) . volume (string) . created_at (string) . updated_at (string) } (object) required |
| post_api_v1_catalog_pins_unpin | No description available | data: { . id (string) . layer (string) . folder (string) . table (string) . volume (string) . created_at (string) . updated_at (string) } (object) required |
| get_api_v1_connector_validations_by_id | Retrieve the status of a connector validation started via the source revalidate endpoint. Poll this until status is success or failed. | id (string) |
| get_api_v1_connector_validations_by_id_logs | Fetch logs produced during a connector validation. Supports incremental fetching via the start/end query parameters. | id (string) end (integer) limit (integer) start (integer) |
| get_api_v1_destinations | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | archived (boolean) connector_slug (string) created_at__gt (string) created_at__gte (string) created_at__lt (string) created_at__lte (string) created_by (integer) draft (boolean) include_deleted (boolean) is_ml_ai_connector (boolean) last_run_status (array) page (integer) page_size (integer) search (string) slug (string) sort (array) status (array) tag (string) updated_at__gt (string) updated_at__gte (string) updated_at__lt (string) updated_at__lte (string) |
| get_api_v1_destinations_by_destination_slug_setup_tokens | No description available | destination_slug (string) page (integer) page_size (integer) |
| post_api_v1_destinations_by_destination_slug_setup_tokens | No description available | destination_slug (string) data: { . id (string) . token (string) . expires_in_seconds (integer) . expires_at (string) . connector_config_fields . created_at (string) . created_by (integer) } (object) required |
| get_api_v1_destinations_by_destination_slug_setup_tokens_by_id | No description available | destination_slug (string) id (string) |
| delete_api_v1_destinations_by_destination_slug_setup_tokens_by_id | No description available | destination_slug (string) id (string) |
| get_api_v1_destinations_by_destination_slug_triggers | No description available | destination_slug (string) page (integer) page_size (integer) |
| get_api_v1_destinations_by_destination_slug_triggers_by_id | No description available | destination_slug (string) id (string) |
| get_api_v1_destinations_by_slug | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) |
| patch_api_v1_destinations_by_slug | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . draft (boolean) . active (boolean) . description (string) . connector_config . input_tables (array) . python_execution_cpu (integer) . python_execution_memory (integer) . trigger . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) } (object) required |
| post_api_v1_destinations_by_slug_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . is_ml_ai_connector (boolean) . slug (string) . archived (boolean) . deleted (boolean) . draft (boolean) . active (boolean) . status (string) . deploy_failed (boolean) . deploy_failed_reason (string) . connector_config . oauth_type (string) . description (string) . input_tables (array) . created_at (string) . updated_at (string) . python_execution_cpu (integer) . python_execution_memory (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . connector_version (string) . last_run (string) . created_by (integer) } (object) required |
| delete_api_v1_destinations_by_slug_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) |
| post_api_v1_destinations_by_slug_archive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . is_ml_ai_connector (boolean) . slug (string) . archived (boolean) . deleted (boolean) . draft (boolean) . active (boolean) . status (string) . deploy_failed (boolean) . deploy_failed_reason (string) . connector_config . oauth_type (string) . description (string) . input_tables (array) . created_at (string) . updated_at (string) . python_execution_cpu (integer) . python_execution_memory (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . connector_version (string) . last_run (string) . created_by (integer) } (object) required |
| post_api_v1_destinations_by_slug_trigger | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . extra_config } (object) required |
| post_api_v1_destinations_by_slug_unarchive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . is_ml_ai_connector (boolean) . slug (string) . archived (boolean) . deleted (boolean) . draft (boolean) . active (boolean) . status (string) . deploy_failed (boolean) . deploy_failed_reason (string) . connector_config . oauth_type (string) . description (string) . input_tables (array) . created_at (string) . updated_at (string) . python_execution_cpu (integer) . python_execution_memory (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . connector_version (string) . last_run (string) . created_by (integer) } (object) required |
| post_api_v1_destinations_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . destinations (array) } (object) required |
| delete_api_v1_destinations_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | No parameters |
| post_api_v1_destinations_bulk_archive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . destinations (array) } (object) required |
| post_api_v1_destinations_bulk_unarchive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . destinations (array) } (object) required |
| get_api_v1_destinations_connectors | No description available | is_ml_ai_connector (boolean) type (string) |
| get_api_v1_destinations_connectors_by_slug | No description available | slug (string) |
| get_api_v1_documents | No description available | No parameters |
| get_api_v1_documents_by_slug | No description available | slug (string) |
| get_api_v1_expectation_types | No description available | No parameters |
| get_api_v1_expectations | No description available | page (integer) page_size (integer) |
| get_api_v1_expectations_by_id | No description available | id (string) |
| get_api_v1_explorer_application | No description available | No parameters |
| post_api_v1_explorer_application_start | No description available | No parameters |
| post_api_v1_explorer_application_stop | No description available | No parameters |
| post_api_v1_explorer_queries | No description available | data: { . id (string) . slug (string) . description (string) . user_interaction . sql_query (string) . saved (boolean) . tab_open (boolean) . created_at (string) . updated_at (string) . question (string) . current_version (string) . created_by (integer) } (object) required |
| get_api_v1_explorer_queries_by_query_slug_execution | No description available | query_slug (string) page (integer) page_size (integer) |
| post_api_v1_explorer_queries_by_query_slug_execution | No description available | query_slug (string) data: { . page_number (integer) . skip_cache (boolean) } (object) required |
| get_api_v1_explorer_queries_by_query_slug_execution_by_id | No description available | id (string) query_slug (string) |
| get_api_v1_explorer_queries_by_query_slug_execution_by_id_results | No description available | id (string) query_slug (string) |
| get_api_v1_explorer_query_tabs | No description available | page (integer) page_size (integer) |
| get_api_v1_explorer_query_tabs_by_id | No description available | id (string) |
| get_api_v1_folders | No description available | page (integer) page_size (integer) parent (string) search (string) sort (array) |
| get_api_v1_folders_by_folder_pk_tables | No description available | folder_pk (string) page (integer) page_size (integer) search (string) |
| get_api_v1_folders_by_folder_pk_tables_by_slug | No description available | folder_pk (string) slug (string) |
| patch_api_v1_folders_by_folder_pk_tables_by_slug | No description available | folder_pk (string) slug (string) data: { . description (string) } (object) required |
| get_api_v1_folders_by_folder_pk_tables_by_slug_lineage | No description available | folder_pk (string) slug (string) |
| get_api_v1_folders_by_folder_pk_tables_by_table_slug_fields | No description available | folder_pk (string) table_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_folders_by_folder_pk_tables_by_table_slug_fields_by_name | No description available | folder_pk (string) name (string) table_slug (string) |
| patch_api_v1_folders_by_folder_pk_tables_by_table_slug_fields_by_name | No description available | folder_pk (string) name (string) table_slug (string) data: { . id (string) . name (string) . description (string) . json_schema (string) . is_primary_key (boolean) . foreign_key_reference (string) . field_role . metadata . created_at (string) . updated_at (string) } (object) required |
| get_api_v1_folders_by_folder_pk_volumes | No description available | folder_pk (string) page (integer) page_size (integer) search (string) |
| get_api_v1_folders_by_folder_pk_volumes_by_slug | No description available | folder_pk (string) slug (string) |
| get_api_v1_folders_by_folder_pk_volumes_by_volume_slug_files | No description available | folder_pk (string) volume_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_folders_by_folder_pk_volumes_by_volume_slug_files_by_id | No description available | folder_pk (string) id (string) volume_slug (string) |
| get_api_v1_folders_by_folder_pk_volumes_by_volume_slug_files_file_types | No description available | folder_pk (string) volume_slug (string) |
| get_api_v1_folders_by_id | No description available | id (string) |
| get_api_v1_lakehouse | No description available | page (integer) page_size (integer) |
| get_api_v1_layers | No description available | page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_folders | No description available | layer_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_tables | No description available | folder_slug (string) layer_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_tables_by_slug | No description available | folder_slug (string) layer_slug (string) slug (string) |
| patch_api_v1_layers_by_layer_slug_folders_by_folder_slug_tables_by_slug | No description available | folder_slug (string) layer_slug (string) slug (string) data: { . description (string) } (object) required |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_tables_by_slug_lineage | No description available | folder_slug (string) layer_slug (string) slug (string) |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_tables_by_table_slug_fields | No description available | folder_slug (string) layer_slug (string) table_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_tables_by_table_slug_fields_by_name | No description available | folder_slug (string) layer_slug (string) name (string) table_slug (string) |
| patch_api_v1_layers_by_layer_slug_folders_by_folder_slug_tables_by_table_slug_fields_by_name | No description available | folder_slug (string) layer_slug (string) name (string) table_slug (string) data: { . id (string) . name (string) . description (string) . json_schema (string) . is_primary_key (boolean) . foreign_key_reference (string) . field_role . metadata . created_at (string) . updated_at (string) } (object) required |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_volumes | No description available | folder_slug (string) layer_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_volumes_by_slug | No description available | folder_slug (string) layer_slug (string) slug (string) |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_volumes_by_volume_slug_files | No description available | folder_slug (string) layer_slug (string) volume_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_volumes_by_volume_slug_files_by_id | No description available | folder_slug (string) id (string) layer_slug (string) volume_slug (string) |
| get_api_v1_layers_by_layer_slug_folders_by_folder_slug_volumes_by_volume_slug_files_file_types | No description available | folder_slug (string) layer_slug (string) volume_slug (string) |
| get_api_v1_layers_by_layer_slug_folders_by_slug | No description available | layer_slug (string) slug (string) |
| get_api_v1_layers_by_layer_slug_tables | No description available | layer_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_tables_by_slug | No description available | layer_slug (string) slug (string) |
| patch_api_v1_layers_by_layer_slug_tables_by_slug | No description available | layer_slug (string) slug (string) data: { . description (string) } (object) required |
| get_api_v1_layers_by_layer_slug_tables_by_slug_lineage | No description available | layer_slug (string) slug (string) |
| get_api_v1_layers_by_layer_slug_tables_by_table_slug_fields | No description available | layer_slug (string) table_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_tables_by_table_slug_fields_by_name | No description available | layer_slug (string) name (string) table_slug (string) |
| patch_api_v1_layers_by_layer_slug_tables_by_table_slug_fields_by_name | No description available | layer_slug (string) name (string) table_slug (string) data: { . id (string) . name (string) . description (string) . json_schema (string) . is_primary_key (boolean) . foreign_key_reference (string) . field_role . metadata . created_at (string) . updated_at (string) } (object) required |
| get_api_v1_layers_by_layer_slug_volumes | No description available | layer_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_volumes_by_slug | No description available | layer_slug (string) slug (string) |
| get_api_v1_layers_by_layer_slug_volumes_by_volume_slug_files | No description available | layer_slug (string) volume_slug (string) page (integer) page_size (integer) search (string) |
| get_api_v1_layers_by_layer_slug_volumes_by_volume_slug_files_by_id | No description available | id (string) layer_slug (string) volume_slug (string) |
| get_api_v1_layers_by_layer_slug_volumes_by_volume_slug_files_file_types | No description available | layer_slug (string) volume_slug (string) |
| patch_api_v1_layers_by_slug | No description available | slug (string) data: { . description (string) } (object) required |
| get_api_v1_notifications | No description available | created_at__gt (string) created_at__gte (string) created_at__lt (string) created_at__lte (string) link_clicked (boolean) link_clicked_at (string) link_clicked_at__gt (string) link_clicked_at__gte (string) link_clicked_at__lt (string) link_clicked_at__lte (string) notified_in_app (boolean) notified_via_email (boolean) page (integer) page_size (integer) search (string) sort (array) type (string) updated_at__gt (string) updated_at__gte (string) updated_at__lt (string) updated_at__lte (string) viewed_in_app (boolean) viewed_in_app_at (string) viewed_in_app_at__gt (string) viewed_in_app_at__gte (string) viewed_in_app_at__lt (string) viewed_in_app_at__lte (string) |
| get_api_v1_notifications_by_id | No description available | id (string) |
| get_api_v1_permissions | No description available | folder (string) group (string) indirect_folder (string) indirect_table (string) indirect_user (number) indirect_volume (string) layer (string) page (integer) page_size (integer) resource_type (string) search (string) table (string) user (integer) volume (string) |
| get_api_v1_permissions_by_id | No description available | id (string) |
| get_api_v1_python_notebook_images | No description available | page (integer) page_size (integer) |
| get_api_v1_python_notebook_images_by_id | No description available | id (string) |
| get_api_v1_queries | No description available | page (integer) page_size (integer) saved (boolean) search (string) tab_open (boolean) |
| get_api_v1_queries_by_query_slug_versions | No description available | query_slug (string) page (integer) page_size (integer) |
| get_api_v1_queries_by_query_slug_versions_by_id | No description available | id (string) query_slug (string) |
| get_api_v1_queries_by_slug | No description available | slug (string) |
| get_api_v1_query_tabs | No description available | page (integer) page_size (integer) |
| get_api_v1_query_tabs_by_id | No description available | id (string) |
| get_api_v1_runs | No description available | created_at__gt (string) created_at__gte (string) created_at__lt (string) created_at__lte (string) date (string) page (integer) page_size (integer) pipeline_slug (array) pipeline_trigger_type (array) pipeline_type (array) search (string) sort (array) status (array) tag (string) updated_at__gt (string) updated_at__gte (string) updated_at__lt (string) updated_at__lte (string) |
| get_api_v1_runs_by_id | No description available | id (string) |
| post_api_v1_runs_by_id_cancel | No description available | id (string) data: { . id (string) . number (integer) . created_at (string) . updated_at (string) . started_at (string) . ended_at (string) . duration_seconds (integer) . status . trigger . full_sync (boolean) . extra_config . credit_charge_status . el_cost_usd (number) . el_cost_metadata . transformation_cost_usd (number) . transformation_cost_metadata . triggered_by (integer) . triggered_by_token (string) . source (string) . destination (string) . transformation (string) } (object) required |
| get_api_v1_runs_by_id_logs | No description available | id (string) end (integer) limit (integer) start (integer) |
| get_api_v1_sources | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | archived (boolean) connector_slug (string) created_at__gt (string) created_at__gte (string) created_at__lt (string) created_at__lte (string) created_by (integer) draft (boolean) include_deleted (boolean) last_run_status (array) page (integer) page_size (integer) search (string) slug (string) sort (array) status (array) tag (string) updated_at__gt (string) updated_at__gte (string) updated_at__lt (string) updated_at__lte (string) |
| post_api_v1_sources | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . settings_full_sync_cron (string) . settings_full_sync_cron_timezone (string) . draft (boolean) . description (string) . connector_slug (string) . connector_config . connector_validation (string) . streams (array) . table_prefix (string) . python_execution_cpu (integer) . python_execution_memory (integer) . trigger . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . output_layer (string) . delta_log_retention_duration (integer) . folder_name (string) . folder_path (array) . callback_webhook } (object) required |
| get_api_v1_sources_by_slug | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) |
| patch_api_v1_sources_by_slug | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . settings_full_sync_cron (string) . settings_full_sync_cron_timezone (string) . draft (boolean) . active (boolean) . description (string) . connector_config . add_streams (array) . edit_streams (array) . remove_streams (array) . table_prefix (string) . python_execution_cpu (integer) . python_execution_memory (integer) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . delta_log_retention_duration (integer) . apply_delta_options_to_all_tables (boolean) . folder_name (string) . folder_path (array) . output_layer (string) . trigger . callback_webhook } (object) required |
| delete_api_v1_sources_by_slug | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) |
| post_api_v1_sources_by_slug_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . slug (string) . archived (boolean) . deleted (boolean) . draft (boolean) . active (boolean) . status (string) . connector_config . description (string) . has_callback_webhook (boolean) . oauth_type (string) . table_prefix (string) . created_at (string) . updated_at (string) . deploy_failed (boolean) . deploy_failed_reason (string) . webhook_api_gateway_endpoint (string) . python_execution_cpu (integer) . python_execution_memory (integer) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . spark_execution_timeout_minutes (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . settings_full_sync_cron (string) . settings_full_sync_cron_timezone . connector_version (string) . output_layer (string) . output_folder (string) . last_run (string) . created_by (integer) } (object) required |
| delete_api_v1_sources_by_slug_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) |
| post_api_v1_sources_by_slug_archive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . slug (string) . archived (boolean) . deleted (boolean) . draft (boolean) . active (boolean) . status (string) . connector_config . description (string) . has_callback_webhook (boolean) . oauth_type (string) . table_prefix (string) . created_at (string) . updated_at (string) . deploy_failed (boolean) . deploy_failed_reason (string) . webhook_api_gateway_endpoint (string) . python_execution_cpu (integer) . python_execution_memory (integer) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . spark_execution_timeout_minutes (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . settings_full_sync_cron (string) . settings_full_sync_cron_timezone . connector_version (string) . output_layer (string) . output_folder (string) . last_run (string) . created_by (integer) } (object) required |
| post_api_v1_sources_by_slug_revalidate | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . config } (object) required |
| post_api_v1_sources_by_slug_trigger | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . full_sync (boolean) . extra_config . selected_streams (array) } (object) required |
| post_api_v1_sources_by_slug_unarchive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . slug (string) . archived (boolean) . deleted (boolean) . draft (boolean) . active (boolean) . status (string) . connector_config . description (string) . has_callback_webhook (boolean) . oauth_type (string) . table_prefix (string) . created_at (string) . updated_at (string) . deploy_failed (boolean) . deploy_failed_reason (string) . webhook_api_gateway_endpoint (string) . python_execution_cpu (integer) . python_execution_memory (integer) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . spark_execution_timeout_minutes (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . settings_full_sync_cron (string) . settings_full_sync_cron_timezone . connector_version (string) . output_layer (string) . output_folder (string) . last_run (string) . created_by (integer) } (object) required |
| get_api_v1_sources_by_source_slug_setup_tokens | No description available | source_slug (string) page (integer) page_size (integer) |
| post_api_v1_sources_by_source_slug_setup_tokens | No description available | source_slug (string) data: { . id (string) . token (string) . expires_in_seconds (integer) . expires_at (string) . connector_config_fields . created_at (string) . created_by (integer) } (object) required |
| get_api_v1_sources_by_source_slug_setup_tokens_by_id | No description available | id (string) source_slug (string) |
| delete_api_v1_sources_by_source_slug_setup_tokens_by_id | No description available | id (string) source_slug (string) |
| get_api_v1_sources_by_source_slug_streams | No description available | source_slug (string) created_at__gt (string) created_at__gte (string) created_at__lt (string) created_at__lte (string) enabled (boolean) page (integer) page_size (integer) search (string) sort (array) stream_name (string) sync_type (array) table_name (string) updated_at__gt (string) updated_at__gte (string) updated_at__lt (string) updated_at__lte (string) |
| get_api_v1_sources_by_source_slug_streams_by_stream_name | No description available | source_slug (string) stream_name (string) |
| put_api_v1_sources_by_source_slug_streams_by_stream_name | No description available | source_slug (string) stream_name (string) data: { . stream_name (string) . table_name (string) . enabled (boolean) . sync_type (string) . sync_type_options (array) . primary_keys (array) . replication_key (string) . perform_initial_full_sync (boolean) . process_as_scd_type_2_on_destinations (boolean) . fields (array) . extract_all_fields (boolean) . aws_configuration } (object) required |
| delete_api_v1_sources_by_source_slug_streams_by_stream_name | No description available | source_slug (string) stream_name (string) |
| get_api_v1_sources_by_source_slug_triggers | No description available | source_slug (string) page (integer) page_size (integer) |
| post_api_v1_sources_by_source_slug_triggers | No description available | source_slug (string) data: { . id (string) . created_at (string) . updated_at (string) . type (string) . cron_expression (string) . cron_timezone . events (array) . event_rule } (object) required |
| get_api_v1_sources_by_source_slug_triggers_by_id | No description available | id (string) source_slug (string) |
| put_api_v1_sources_by_source_slug_triggers_by_id | No description available | id (string) source_slug (string) data: { . id (string) . created_at (string) . updated_at (string) . type (string) . cron_expression (string) . cron_timezone . events (array) . event_rule } (object) required |
| delete_api_v1_sources_by_source_slug_triggers_by_id | No description available | id (string) source_slug (string) |
| post_api_v1_sources_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . sources (array) } (object) required |
| delete_api_v1_sources_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | No parameters |
| post_api_v1_sources_bulk_archive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . sources (array) } (object) required |
| post_api_v1_sources_bulk_unarchive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . sources (array) } (object) required |
| get_api_v1_sources_connectors | No description available | No parameters |
| get_api_v1_sources_connectors_by_slug | No description available | slug (string) |
| post_api_v1_sources_connectors_by_slug_validate | No description available | slug (string) data: { . config } (object) required |
| post_api_v1_sql_query | Execute a SQL query on the organization's data warehouse and return presigned URLs to download results. This endpoint executes SQL queries on the organization's data warehouse AWS Athena or GCP BigQuery and returns presigned URLs for downloading the results directly from cloud storage S3 or GCS. Important: Customer data never transits through Nekt servers. Results are stored in the organization's cloud storage and accessed via time-limited presigned URLs 1 hour expiration. Requirements: - Org | data: { . sql (string) . mode . mode_options (object) } (object) required |
| get_api_v1_tables | No description available | created_at__gt (string) created_at__gte (string) created_at__lt (string) created_at__lte (string) page (integer) page_size (integer) search (string) sort (array) source_data_for_modeling (boolean) tag (string) type (array) updated_at__gt (string) updated_at__gte (string) updated_at__lt (string) updated_at__lte (string) |
| get_api_v1_tables_by_id | No description available | id (string) |
| patch_api_v1_tables_by_id | No description available | id (string) data: { . description (string) } (object) required |
| get_api_v1_tables_by_id_lineage | No description available | id (string) |
| get_api_v1_tables_by_table_pk_expectations | No description available | table_pk (string) page (integer) page_size (integer) |
| get_api_v1_tables_by_table_pk_fields | No description available | table_pk (string) page (integer) page_size (integer) search (string) |
| get_api_v1_tables_by_table_pk_fields_by_name | No description available | name (string) table_pk (string) |
| patch_api_v1_tables_by_table_pk_fields_by_name | No description available | name (string) table_pk (string) data: { . id (string) . name (string) . description (string) . json_schema (string) . is_primary_key (boolean) . foreign_key_reference (string) . field_role . metadata . created_at (string) . updated_at (string) } (object) required |
| get_api_v1_tags | No description available | name (string) page (integer) page_size (integer) search (string) |
| post_api_v1_tags | No description available | data: { . id (string) . name (string) . created_at (string) . updated_at (string) } (object) required |
| get_api_v1_tags_by_id | No description available | id (string) |
| patch_api_v1_tags_by_id | No description available | id (string) data: { . id (string) . name (string) . created_at (string) . updated_at (string) } (object) required |
| get_api_v1_tags_by_tag_pk_destinations | No description available | tag_pk (string) page (integer) page_size (integer) |
| get_api_v1_tags_by_tag_pk_folders | No description available | tag_pk (string) page (integer) page_size (integer) |
| get_api_v1_tags_by_tag_pk_layers | No description available | tag_pk (string) page (integer) page_size (integer) |
| get_api_v1_tags_by_tag_pk_sources | No description available | tag_pk (string) page (integer) page_size (integer) |
| get_api_v1_tags_by_tag_pk_tables | No description available | tag_pk (string) page (integer) page_size (integer) |
| get_api_v1_tags_by_tag_pk_transformations | No description available | tag_pk (string) page (integer) page_size (integer) |
| get_api_v1_tags_by_tag_pk_visualizations | No description available | tag_pk (string) page (integer) page_size (integer) |
| get_api_v1_tags_by_tag_pk_volumes | No description available | tag_pk (string) page (integer) page_size (integer) |
| post_api_v1_tags_attach | No description available | data: { . id (string) . name (string) . created_at (string) . updated_at (string) } (object) required |
| post_api_v1_tags_detach | No description available | data: { . id (string) . name (string) . created_at (string) . updated_at (string) } (object) required |
| get_api_v1_transformation_templates | No description available | No parameters |
| get_api_v1_transformations | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | archived (boolean) created_at__gt (string) created_at__gte (string) created_at__lt (string) created_at__lte (string) created_by (integer) include_deleted (boolean) last_run_status (array) output_table_name (string) page (integer) page_size (integer) search (string) slug (string) sort (array) status (array) tag (string) type (array) updated_at__gt (string) updated_at__gte (string) updated_at__lt (string) updated_at__lte (string) |
| get_api_v1_transformations_by_slug | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) |
| patch_api_v1_transformations_by_slug | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . type (string) . notebook_type (string) . slug (string) . archived (boolean) . deleted (boolean) . active (boolean) . status (string) . deploy_failed (boolean) . deploy_failed_reason (string) . created_at (string) . updated_at (string) . description (string) . code (string) . dependencies (array) . add_apache_sedona (boolean) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . spark_execution_timeout_minutes (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . settings_timezone . delta_log_retention_duration (integer) . python_notebook_image_version (string) . python_execution_cpu (integer) . python_execution_memory (integer) . github_repo_full_name (string) . github_branch (string) . github_last_commit_sha (string) . github_last_synced_at (string) . github_sync_error (string) . github_folder_path (string) . last_run (string) . input_tables (array) . input_volumes (array) . output_tables (array) . created_by (integer) } (object) required |
| post_api_v1_transformations_by_slug_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . type (string) . notebook_type (string) . slug (string) . archived (boolean) . deleted (boolean) . active (boolean) . status (string) . deploy_failed (boolean) . deploy_failed_reason (string) . created_at (string) . updated_at (string) . description (string) . code (string) . dependencies (array) . add_apache_sedona (boolean) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . spark_execution_timeout_minutes (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . settings_timezone . delta_log_retention_duration (integer) . python_notebook_image_version (string) . python_execution_cpu (integer) . python_execution_memory (integer) . github_repo_full_name (string) . github_branch (string) . github_last_commit_sha (string) . github_last_synced_at (string) . github_sync_error (string) . github_folder_path (string) . last_run (string) . input_tables (array) . input_volumes (array) . output_tables (array) . created_by (integer) } (object) required |
| delete_api_v1_transformations_by_slug_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) |
| post_api_v1_transformations_by_slug_archive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . type (string) . notebook_type (string) . slug (string) . archived (boolean) . deleted (boolean) . active (boolean) . status (string) . deploy_failed (boolean) . deploy_failed_reason (string) . created_at (string) . updated_at (string) . description (string) . code (string) . dependencies (array) . add_apache_sedona (boolean) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . spark_execution_timeout_minutes (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . settings_timezone . delta_log_retention_duration (integer) . python_notebook_image_version (string) . python_execution_cpu (integer) . python_execution_memory (integer) . github_repo_full_name (string) . github_branch (string) . github_last_commit_sha (string) . github_last_synced_at (string) . github_sync_error (string) . github_folder_path (string) . last_run (string) . input_tables (array) . input_volumes (array) . output_tables (array) . created_by (integer) } (object) required |
| post_api_v1_transformations_by_slug_github_connect | Connect transformation to a GitHub repository. Request body: - github_repo_full_name: Full repository name e.g., 'org/repo' - github_branch: Branch name default: 'main' - github_mode: Operation mode - 'push' or 'pull' default: 'push' The folder path is automatically set to the pipeline slug. | slug (string) data: { . github_repo_full_name (string) . github_branch (string) . github_mode } (object) required |
| post_api_v1_transformations_by_slug_github_disconnect | Disconnect transformation from GitHub repository. | slug (string) data: { . id (string) . type (string) . notebook_type (string) . slug (string) . archived (boolean) . deleted (boolean) . active (boolean) . status (string) . deploy_failed (boolean) . deploy_failed_reason (string) . created_at (string) . updated_at (string) . description (string) . code (string) . dependencies (array) . add_apache_sedona (boolean) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . spark_execution_timeout_minutes (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . settings_timezone . delta_log_retention_duration (integer) . python_notebook_image_version (string) . python_execution_cpu (integer) . python_execution_memory (integer) . github_repo_full_name (string) . github_branch (string) . github_last_commit_sha (string) . github_last_synced_at (string) . github_sync_error (string) . github_folder_path (string) . last_run (string) . input_tables (array) . input_volumes (array) . output_tables (array) . created_by (integer) } (object) required |
| post_api_v1_transformations_by_slug_github_sync | Manually sync transformation code from GitHub. | slug (string) data: { . id (string) . type (string) . notebook_type (string) . slug (string) . archived (boolean) . deleted (boolean) . active (boolean) . status (string) . deploy_failed (boolean) . deploy_failed_reason (string) . created_at (string) . updated_at (string) . description (string) . code (string) . dependencies (array) . add_apache_sedona (boolean) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . spark_execution_timeout_minutes (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . settings_timezone . delta_log_retention_duration (integer) . python_notebook_image_version (string) . python_execution_cpu (integer) . python_execution_memory (integer) . github_repo_full_name (string) . github_branch (string) . github_last_commit_sha (string) . github_last_synced_at (string) . github_sync_error (string) . github_folder_path (string) . last_run (string) . input_tables (array) . input_volumes (array) . output_tables (array) . created_by (integer) } (object) required |
| post_api_v1_transformations_by_slug_trigger | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . extra_config } (object) required |
| post_api_v1_transformations_by_slug_unarchive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | slug (string) data: { . id (string) . type (string) . notebook_type (string) . slug (string) . archived (boolean) . deleted (boolean) . active (boolean) . status (string) . deploy_failed (boolean) . deploy_failed_reason (string) . created_at (string) . updated_at (string) . description (string) . code (string) . dependencies (array) . add_apache_sedona (boolean) . spark_driver_cores (integer) . spark_driver_memory (integer) . spark_executor_cores (integer) . spark_executor_memory (integer) . spark_executor_instances (integer) . spark_executor_disk (integer) . spark_execution_timeout_minutes (integer) . settings_number_of_retries (integer) . settings_retry_delay_seconds (integer) . settings_max_consecutive_failures (integer) . settings_timezone . delta_log_retention_duration (integer) . python_notebook_image_version (string) . python_execution_cpu (integer) . python_execution_memory (integer) . github_repo_full_name (string) . github_branch (string) . github_last_commit_sha (string) . github_last_synced_at (string) . github_sync_error (string) . github_folder_path (string) . last_run (string) . input_tables (array) . input_volumes (array) . output_tables (array) . created_by (integer) } (object) required |
| get_api_v1_transformations_by_transformation_slug_triggers | No description available | transformation_slug (string) page (integer) page_size (integer) |
| get_api_v1_transformations_by_transformation_slug_triggers_by_id | No description available | id (string) transformation_slug (string) |
| post_api_v1_transformations_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . transformations (array) } (object) required |
| delete_api_v1_transformations_alerts | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | No parameters |
| post_api_v1_transformations_bulk_archive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . transformations (array) } (object) required |
| post_api_v1_transformations_bulk_unarchive | Opt-in visibility of soft-deleted rows on the list action, for admins/owners only. Views combine include_deleted_requested with their own get_manager to start the list queryset from all_objects when the caller passes ?include_deleted=true. The opt-in is intentionally scoped to list — update/trigger/destroy keep using the default deleted- excluding manager, so they can never operate on a soft-deleted resource. Only Owners/Admins may see deleted items; a non-admin caller including token principa | data: { . transformations (array) } (object) required |
| get_api_v1_volumes | No description available | page (integer) page_size (integer) search (string) sort (array) |
| get_api_v1_volumes_by_id | No description available | id (string) |
| get_api_v1_volumes_by_volume_pk_files | No description available | volume_pk (string) page (integer) page_size (integer) search (string) |
| get_api_v1_volumes_by_volume_pk_files_by_id | No description available | id (string) volume_pk (string) |
| get_api_v1_volumes_by_volume_pk_files_file_types | No description available | volume_pk (string) |
| custom | Call any endpoint of the connected service while reusing the connection auth. Pass the full URL as _url. Other reserved keys: _method, _query, _body, _headers. Remaining params flow naturally — empty → GET, non-empty → POST JSON body. | _url (string) required _method (string) _query (object) _body _headers (object) |