GET
/
user
/
v1
/
projects
/
cURL
curl --request GET \
  --url https://api.cekura.ai/user/v1/projects/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "organization": {
      "id": 123,
      "name": "<string>",
      "members": [
        {
          "id": 123,
          "user": {
            "id": 123,
            "name": "<string>",
            "email": "jsmith@example.com"
          },
          "role": "admin",
          "is_email_notify_enabled": true,
          "created_at": "2023-11-07T05:31:56Z",
          "updated_at": "2023-11-07T05:31:56Z"
        }
      ],
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    },
    "outbound_timeout": 123,
    "max_call_duration": 123,
    "min_call_duration": 123,
    "max_messages_chat_runs_limit": 123,
    "webhook_url": "<string>",
    "webhook_secret": "<string>",
    "evaluate_relevant_metrics_enabled": true,
    "end_call_enabled": true,
    "generate_scenario_auto_assign_numbers_enabled": true,
    "enable_client_side_testing": true,
    "should_show_powered_by": true,
    "notify_results_completion": true,
    "notify_critical_workflow_adherence": true,
    "notify_daily_report": true,
    "notify_cron_failure": true,
    "notify_cron_success": true,
    "notify_infra_issues": true,
    "notify_binary_workflow_metrics": true,
    "notify_latency_spikes": true,
    "notify_no_calls": true,
    "notify_result_webhook_failed": true,
    "notify_result_webhook_success": true,
    "notify_cronjob_webhook_failed": true,
    "notify_cronjob_webhook_success": true,
    "notify_call_log_webhook_failed": true,
    "notify_call_log_webhook_success": true,
    "forward_vapi_webhook": true,
    "forward_retell_webhook": true,
    "is_send_emails_enabled": true,
    "timezone": "<string>",
    "vapi_api_key": "<string>",
    "retell_api_key": "<string>",
    "syntflow_api_key": "<string>",
    "elevenlabs_api_key": "<string>",
    "is_deleted": true,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Response

200 - application/json
id
integer
required
name
string
required

Project name

organization
object
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
outbound_timeout
integer

Outbound timeout in seconds

max_call_duration
integer

Max call duration in seconds

min_call_duration
integer

Min call duration in seconds

max_messages_chat_runs_limit
integer

Max messages chat runs limit

webhook_url
string<uri>

Webhook URL

webhook_secret
string

Webhook secret

evaluate_relevant_metrics_enabled
boolean

Evaluate relevant metrics enabled

end_call_enabled
boolean

End call enabled

generate_scenario_auto_assign_numbers_enabled
boolean

Generate scenario auto assign numbers enabled

enable_client_side_testing
boolean

Enable client side testing

should_show_powered_by
boolean

Should show powered by

notify_results_completion
boolean

Notify on result completion

notify_critical_workflow_adherence
boolean

Notify critical workflow adherence

notify_daily_report
boolean

Notify daily report

notify_cron_failure
boolean

Notify cron failure

notify_cron_success
boolean

Notify cron success

notify_infra_issues
boolean

Notify infra issues

notify_binary_workflow_metrics
boolean

Notify binary workflow metrics

notify_latency_spikes
boolean

Notify latency spikes

notify_no_calls
boolean

Notify no calls

notify_result_webhook_failed
boolean

Notify result webhook failed

notify_result_webhook_success
boolean

Notify result webhook success

notify_cronjob_webhook_failed
boolean

Notify cronjob webhook failed

notify_cronjob_webhook_success
boolean

Notify cronjob webhook success

notify_call_log_webhook_failed
boolean

Notify call log webhook failed

notify_call_log_webhook_success
boolean

Notify call log webhook success

forward_vapi_webhook
boolean

Forward vapi webhook

forward_retell_webhook
boolean

Forward retell webhook

is_send_emails_enabled
boolean

Is send emails enabled

timezone
string

Timezone

vapi_api_key
string

VAPI API key

retell_api_key
string

Retell API key

syntflow_api_key
string

Syntflow API key

elevenlabs_api_key
string

ElevenLabs API key

is_deleted
boolean