VectorShift integration (AI, Developer Tools). Imported from open-connector.
https://api.vectorshift.ai/v1/pipelines
| Param | Type | Required | Description |
|---|---|---|---|
| include_shared | boolean | optional | Whether shared pipelines should be included in the result. |
| verbose | boolean | optional | Whether VectorShift should include full pipeline objects. |
/pipeline
| Param | Type | Required | Description |
|---|---|---|---|
| pipeline_id | string | optional | The VectorShift pipeline identifier. |
| name | string | optional | The VectorShift pipeline name. |
| username | string | optional | Optional username used by VectorShift when resolving a pipeline by name. |
| org_name | string | optional | Optional organization name used by VectorShift when resolving a pipeline by nam… |
/pipeline/{pipeline_id}/run
| Param | Type | Required | Description |
|---|---|---|---|
| pipeline_id | string | required | The VectorShift pipeline identifier. |
| inputs | object | required | Map of input names to their JSON-safe values. |
/pipeline/{pipeline_id}/bulk_run
| Param | Type | Required | Description |
|---|---|---|---|
| pipeline_id | string | required | The VectorShift pipeline identifier. |
| runs | array | required | The list of run payloads sent to VectorShift. |