---
title: "Examples"
method: GET
path: "/api/cp/scriptforge/examples"
tags: ["Script Forge"]
---

# Examples

`GET /api/cp/scriptforge/examples`

Examples

## Response `200`

Successful response

- ScriptForge
  - `id` integer — Id
  - `account_id` integer — Account Id (references account.id)
  - `app_id` string — App Id
  - `uuid` string, uuid — Uuid
  - `name` string — Name
  - `language` string — Language
  - `code` string — Code
  - `timeout` integer — Timeout
  - `processes` integer — Processes
  - `active` integer — Active
  - `form_id` integer — Form Id
  - `async` integer — Async
  - `public` integer — Public
  - `type` 'legacy' | 'script' | 'app' | 'debug' | 'driver' | 'worker' | 'quickjs' — Type
  - `version` string — Version
  - `scriptforge_repo_id` integer — Scriptforge Repo Id
  - `scriptforge_repo_version` string — Scriptforge Repo Version
  - `c5_dest` string — C 5 Dest
  - `pbx_server` string — Pbx Server
  - `global_routing_priority` integer — Global Routing Priority
  - `cron` string — Cron
  - `ram` integer — Ram
  - `load` number — Load
  - `hosts` string — Hosts

## Other responses

- `400` — Bad Request - Invalid parameters or request body
- `401` — Authentication information is missing or invalid
- `403` — Access denied - insufficient permissions or dependency access failure
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api.md) · [All operations](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connexcs/connexcs-control-panel-api/revisions/54bc2ed6edae/schema)
