Skip to main content

Griptape/data Connectors

@webframp/griptape/data-connectorsv2026.08.29.1· 12d agoMODELS
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.

03Models1
@webframp/griptape/data-connectorsv2026.08.29.1griptape/data_connectors.ts

Global Arguments

ArgumentTypeDescription
apiKey?stringGriptape Cloud API key; overrides the GT_CLOUD_API_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
baseUrl?stringGriptape 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
ArgumentTypeDescription
page?number
page_size?number
fn create_data_connector(config: unknown, description?: string, name: string, schedule_expression?: string, transforms?: array, type: string)
create operation
ArgumentTypeDescription
configunknown
description?string
namestring
schedule_expression?string
transforms?array
typestring
fn get_data_connector(data_connector_id: string)
get operation
ArgumentTypeDescription
data_connector_idstring
fn update_data_connector(data_connector_id: string, config?: unknown, description?: string, name?: string, schedule_expression?: string)
update operation
ArgumentTypeDescription
data_connector_idstring
config?unknown
description?string
name?string
schedule_expression?string
fn delete_data_connector(data_connector_id: string)
delete operation
ArgumentTypeDescription
data_connector_idstring
fn list_data_jobs(data_connector_id: string, page?: number, page_size?: number, status?: string)
list operation
ArgumentTypeDescription
data_connector_idstring
page?number
page_size?number
status?stringComma-separated list of statuses to filter by.
fn create_data_job(data_connector_id: string)
create operation
ArgumentTypeDescription
data_connector_idstring
fn get_data_job(data_job_id: string)
get operation
ArgumentTypeDescription
data_job_idstring
fn cancel_data_job(data_job_id: string)
action operation
ArgumentTypeDescription
data_job_idstring

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