Skip to main content
GET
cURL

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

Serializer mixin: relabels the actor as "Nekt Support" for customer-facing output when the row was produced during a support impersonation session.

Add to any serializer whose model is an ImpersonationAttributedModel and that exposes created_by and/or triggered_by. The real user stays in the DB and the real agent stays in the ImpersonationSession audit trail.

The API contract is preserved: an EXPANDED actor field returns the full "Nekt Support" object, while an UNEXPANDED one returns the NEKT_SUPPORT_ID sentinel string — same scalar-id vs object shape as a normal user. We never return the real user's id here (the frontend would resolve it against the org and surface the impersonated customer instead of "Nekt Support").

id
string<uuid>
required
read-only
is_ml_ai_connector
boolean
required
read-only
slug
string
required
read-only
Pattern: ^[-a-zA-Z0-9_]+$
archived
boolean
required
read-only
deleted
boolean
required
read-only
draft
boolean
required
read-only
active
boolean
required
read-only
status
string
required
read-only
deploy_failed
boolean
required
read-only
deploy_failed_reason
string
required
read-only
connector_config
any
required
description
string
required
read-only
input_tables
any[]
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
python_execution_cpu
integer
required
read-only
python_execution_memory
integer
required
read-only
settings_number_of_retries
integer
required
read-only

The number of times to retry a task in the settings if it fails

settings_retry_delay_seconds
integer
required
read-only

The number of seconds to retry a task in the settings if it fails

settings_max_consecutive_failures
integer | null
required
read-only

The maximum number of consecutive failures allowed before the settings is paused

connector_version
string
required
read-only

Connector version used by this destination (Expandable)

last_run
string
required
read-only

Last Run from this destination (Expandable)

created_by
integer
required
read-only

User that created this destination (Expandable)