Griptape/data Connectors
@webframp/griptape/data-connectorsv2026.08.29.1
01README
Griptape Cloud Data Connectors — data source connectors and ingest jobs
02Release Notes
2026.08.29.1
Added: Initial code-generated release of @webframp/griptape/data-connectors with 9 methods covering the Griptape Cloud data connectors API surface.
03Models
@webframp/griptape/data-connectorsv2026.08.29.1griptape/data_connectors.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey? | string | Griptape Cloud API key; overrides the GT_CLOUD_API_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| baseUrl? | string | Griptape Cloud API base URL; overrides the GT_CLOUD_BASE_URL environment variable and the built-in default. |
fn list_data_connectors(page?: number, page_size?: number)
list operation
| Argument | Type | Description |
|---|---|---|
| page? | number | |
| page_size? | number |
fn create_data_connector(config: unknown, description?: string, name: string, schedule_expression?: string, transforms?: array, type: string)
create operation
| Argument | Type | Description |
|---|---|---|
| config | unknown | |
| description? | string | |
| name | string | |
| schedule_expression? | string | |
| transforms? | array | |
| type | string |
fn get_data_connector(data_connector_id: string)
get operation
| Argument | Type | Description |
|---|---|---|
| data_connector_id | string |
fn update_data_connector(data_connector_id: string, config?: unknown, description?: string, name?: string, schedule_expression?: string)
update operation
| Argument | Type | Description |
|---|---|---|
| data_connector_id | string | |
| config? | unknown | |
| description? | string | |
| name? | string | |
| schedule_expression? | string |
fn delete_data_connector(data_connector_id: string)
delete operation
| Argument | Type | Description |
|---|---|---|
| data_connector_id | string |
fn list_data_jobs(data_connector_id: string, page?: number, page_size?: number, status?: string)
list operation
| Argument | Type | Description |
|---|---|---|
| data_connector_id | string | |
| page? | number | |
| page_size? | number | |
| status? | string | Comma-separated list of statuses to filter by. |
fn create_data_job(data_connector_id: string)
create operation
| Argument | Type | Description |
|---|---|---|
| data_connector_id | string |
fn get_data_job(data_job_id: string)
get operation
| Argument | Type | Description |
|---|---|---|
| data_job_id | string |
fn cancel_data_job(data_job_id: string)
action operation
| Argument | Type | Description |
|---|---|---|
| data_job_id | string |
Resources
data_connectors(infinite)— list operation
data_connector(infinite)— create operation
data_jobs(infinite)— list operation
data_job(infinite)— create operation
04Stats
A
100 / 100
Downloads
0
Archive size
16.1 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels