Open Connector
All tools

Turbot Pipes logoTurbot Pipes

Cloud intelligence, security, and automation for Developers.

turbot-pipesvcatalog-v1541 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "TURBOT_PIPES_ACTOR_GET",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("TURBOT_PIPES_ACTOR_GET", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute TURBOT_PIPES_ACTOR_GET --data '{ }'

Tool catalog

Available tools

541 callable operations

Actor informationTURBOT_PIPES_ACTOR_GETReturns the actor information.

Returns the actor information.

Authentication

Connected account required

Tags

Actors
List actor activityTURBOT_PIPES_ACTOR_LIST_ACTIVITYList the activity for an actor.

List the activity for an actor.

Authentication

Connected account required

Tags

Actors
List actor connectionsTURBOT_PIPES_ACTOR_LIST_CONNECTIONSList the connections for an actor.

List the connections for an actor.

Authentication

Connected account required

Tags

Actors
List org invites for actorTURBOT_PIPES_ACTOR_LIST_ORG_INVITESList the orgs to which the actor has been invited.

List the orgs to which the actor has been invited.

Authentication

Connected account required

Tags

Actors
List actor orgsTURBOT_PIPES_ACTOR_LIST_ORGSList the orgs and org workspaces for an actor, along with role within each.

List the orgs and org workspaces for an actor, along with role within each.

Authentication

Connected account required

Tags

Actors
List actor workspacesTURBOT_PIPES_ACTOR_LIST_WORKSPACESList the workspaces for an actor.

List the workspaces for an actor.

Authentication

Connected account required

Tags

Actors
Create org AI keyTURBOT_PIPES_AI_KEY_ORG_CREATECreates a new AI provider API key at the organization level.

Creates a new AI provider API key at the organization level.

Authentication

Connected account required

Tags

AIKeys
Delete org AI keyTURBOT_PIPES_AI_KEY_ORG_DELETEDeletes an existing AI provider API key at the organization level.

Deletes an existing AI provider API key at the organization level.

Authentication

Connected account required

Tags

AIKeys
Get org AI keyTURBOT_PIPES_AI_KEY_ORG_GETRetrieves the AI provider API key metadata at the organization level.

Retrieves the AI provider API key metadata at the organization level.

Authentication

Connected account required

Tags

AIKeys
List org AI keysTURBOT_PIPES_AI_KEY_ORG_LISTLists AI provider API keys configured at the organization level.

Lists AI provider API keys configured at the organization level.

Authentication

Connected account required

Tags

AIKeys
Test org AI keyTURBOT_PIPES_AI_KEY_ORG_TESTTests whether an AI provider API key is valid at the organization level. If a key is not provided in the body, the existing saved key for the provider will be tested.

Tests whether an AI provider API key is valid at the organization level. If a key is not provided in the body, the existing saved key for the provider will be tested.

Authentication

Connected account required

Tags

AIKeys
Update org AI keyTURBOT_PIPES_AI_KEY_ORG_UPDATEUpdates an existing AI provider API key at the organization level.

Updates an existing AI provider API key at the organization level.

Authentication

Connected account required

Tags

AIKeys
Create tenant AI keyTURBOT_PIPES_AI_KEY_TENANT_CREATECreates a new AI provider API key at the tenant level.

Creates a new AI provider API key at the tenant level.

Authentication

Connected account required

Tags

AIKeys
Delete tenant AI keyTURBOT_PIPES_AI_KEY_TENANT_DELETEDeletes an existing AI provider API key at the tenant level.

Deletes an existing AI provider API key at the tenant level.

Authentication

Connected account required

Tags

AIKeys
Get tenant AI keyTURBOT_PIPES_AI_KEY_TENANT_GETRetrieves the AI provider API key metadata at the tenant level.

Retrieves the AI provider API key metadata at the tenant level.

Authentication

Connected account required

Tags

AIKeys
List tenant AI keysTURBOT_PIPES_AI_KEY_TENANT_LISTLists AI provider API keys configured at the tenant level.

Lists AI provider API keys configured at the tenant level.

Authentication

Connected account required

Tags

AIKeys
Test tenant AI keyTURBOT_PIPES_AI_KEY_TENANT_TESTTests whether an AI provider API key is valid at the tenant level. If a key is not provided in the body, the existing saved key for the provider will be tested.

Tests whether an AI provider API key is valid at the tenant level. If a key is not provided in the body, the existing saved key for the provider will be tested.

Authentication

Connected account required

Tags

AIKeys
Update tenant AI keyTURBOT_PIPES_AI_KEY_TENANT_UPDATEUpdates an existing AI provider API key at the tenant level.

Updates an existing AI provider API key at the tenant level.

Authentication

Connected account required

Tags

AIKeys
Create user AI keyTURBOT_PIPES_AI_KEY_USER_CREATECreates a new AI provider API key at the user level.

Creates a new AI provider API key at the user level.

Authentication

Connected account required

Tags

AIKeys
Delete user AI keyTURBOT_PIPES_AI_KEY_USER_DELETEDeletes an existing AI provider API key at the user level.

Deletes an existing AI provider API key at the user level.

Authentication

Connected account required

Tags

AIKeys
Get user AI keyTURBOT_PIPES_AI_KEY_USER_GETRetrieves the AI provider API key metadata at the user level.

Retrieves the AI provider API key metadata at the user level.

Authentication

Connected account required

Tags

AIKeys
List user AI keysTURBOT_PIPES_AI_KEY_USER_LISTLists AI provider API keys configured at the user level.

Lists AI provider API keys configured at the user level.

Authentication

Connected account required

Tags

AIKeys
Test user AI keyTURBOT_PIPES_AI_KEY_USER_TESTTests whether an AI provider API key is valid at the user level. If a key is not provided in the body, the existing saved key for the provider will be tested.

Tests whether an AI provider API key is valid at the user level. If a key is not provided in the body, the existing saved key for the provider will be tested.

Authentication

Connected account required

Tags

AIKeys
Update user AI keyTURBOT_PIPES_AI_KEY_USER_UPDATEUpdates an existing AI provider API key at the user level.

Updates an existing AI provider API key at the user level.

Authentication

Connected account required

Tags

AIKeys
Confirm user loginTURBOT_PIPES_AUTH_CONFIRM_LOGINConfirm user login.

Confirm user login.

Authentication

Connected account required

Tags

Auth
Confirm user signupTURBOT_PIPES_AUTH_CONFIRM_SIGNUPConfirm user signup.

Confirm user signup.

Authentication

Connected account required

Tags

Auth
User loginTURBOT_PIPES_AUTH_LOGINUser login.

User login.

Authentication

Connected account required

Tags

Auth
Generate temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_CREATEGenerate a temporary token request for CLI login.

Generate a temporary token request for CLI login.

Authentication

Connected account required

Tags

Auth
Delete temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_DELETEDelete a temporary token request status.

Delete a temporary token request status.

Authentication

Connected account required

Tags

Auth
Get temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_GETGet a temporary token request status with token.

Get a temporary token request status with token.

Authentication

Connected account required

Tags

Auth
Update temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_UPDATEUpdate a temporary token request status.

Update a temporary token request status.

Authentication

Connected account required

Tags

Auth
User logoutTURBOT_PIPES_AUTH_LOGOUTRemoves the session that is associated with the user.

Removes the session that is associated with the user.

Authentication

Connected account required

Tags

Auth
Post auth provider callbackTURBOT_PIPES_AUTH_POST_PROVIDER_CALLBACKAuth provider callback.

Auth provider callback.

Authentication

Connected account required

Tags

Auth
Auth ProviderTURBOT_PIPES_AUTH_PROVIDERWith an authentication provider, users can access Turbot Pipes with single sign-on (SSO) using credentials from a third party. Turbot Pipes currently supports GitHub and Google as an authentication provider.

With an authentication provider, users can access Turbot Pipes with single sign-on (SSO) using credentials from a third party. Turbot Pipes currently supports GitHub and Google as an authentication provider.

Authentication

Connected account required

Tags

Auth
Auth provider callbackTURBOT_PIPES_AUTH_PROVIDER_CALLBACKAuth provider callback.

Auth provider callback.

Authentication

Connected account required

Tags

Auth
User signupTURBOT_PIPES_AUTH_SIGNUPNew user signup.

New user signup.

Authentication

Connected account required

Tags

Auth
Get org workspace conversation artifact metadataTURBOT_PIPES_CONVERSATION_ARTIFACT_ORG_GETRetrieves metadata for a specific artifact created by an org workspace conversation.

Retrieves metadata for a specific artifact created by an org workspace conversation.

Authentication

Connected account required

Tags

OrgWorkspaceConversationArtifacts
Get user workspace conversation artifact metadataTURBOT_PIPES_CONVERSATION_ARTIFACT_USER_GETRetrieves metadata for a specific artifact created by a user workspace conversation.

Retrieves metadata for a specific artifact created by a user workspace conversation.

Authentication

Connected account required

Tags

UserWorkspaceConversationArtifacts
List org workspace conversation messagesTURBOT_PIPES_CONVERSATION_MESSAGE_ORG_LISTLists messages for a specific org workspace conversation with pagination.

Lists messages for a specific org workspace conversation with pagination.

Authentication

Connected account required

Tags

OrgWorkspaceConversationMessages
List user workspace conversation messagesTURBOT_PIPES_CONVERSATION_MESSAGE_USER_LISTLists messages for a specific user workspace conversation with pagination.

Lists messages for a specific user workspace conversation with pagination.

Authentication

Connected account required

Tags

UserWorkspaceConversationMessages
Chat in org workspaceTURBOT_PIPES_CONVERSATION_ORG_CHATSends a chat message to the AI agent in an org workspace. Creates a new conversation if conversation_id is not provided.

Sends a chat message to the AI agent in an org workspace. Creates a new conversation if conversation_id is not provided.

Authentication

Connected account required

Tags

OrgWorkspaceConversations
Delete org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_DELETEDeletes a specific org workspace conversation.

Deletes a specific org workspace conversation.

Authentication

Connected account required

Tags

OrgWorkspaceConversations
Get org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_GETRetrieves details for a specific org workspace conversation.

Retrieves details for a specific org workspace conversation.

Authentication

Connected account required

Tags

OrgWorkspaceConversations
List org workspace conversationsTURBOT_PIPES_CONVERSATION_ORG_LISTLists AI conversations in an org workspace with optional filtering and pagination.

Lists AI conversations in an org workspace with optional filtering and pagination.

Authentication

Connected account required

Tags

OrgWorkspaceConversations
Update org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_UPDATEUpdates an org workspace conversation (e.g., title).

Updates an org workspace conversation (e.g., title).

Authentication

Connected account required

Tags

OrgWorkspaceConversations
Chat in user workspaceTURBOT_PIPES_CONVERSATION_USER_CHATSends a chat message to the AI agent in a user workspace. Creates a new conversation if conversation_id is not provided.

Sends a chat message to the AI agent in a user workspace. Creates a new conversation if conversation_id is not provided.

Authentication

Connected account required

Tags

UserWorkspaceConversations
Delete user workspace conversationTURBOT_PIPES_CONVERSATION_USER_DELETEDeletes a specific user workspace conversation.

Deletes a specific user workspace conversation.

Authentication

Connected account required

Tags

UserWorkspaceConversations
Get user workspace conversationTURBOT_PIPES_CONVERSATION_USER_GETRetrieves details for a specific user workspace conversation.

Retrieves details for a specific user workspace conversation.

Authentication

Connected account required

Tags

UserWorkspaceConversations
List user workspace conversationsTURBOT_PIPES_CONVERSATION_USER_LISTLists AI conversations in a user workspace with optional filtering and pagination.

Lists AI conversations in a user workspace with optional filtering and pagination.

Authentication

Connected account required

Tags

UserWorkspaceConversations
Update user workspace conversationTURBOT_PIPES_CONVERSATION_USER_UPDATEUpdates a user workspace conversation (e.g., title).

Updates a user workspace conversation (e.g., title).

Authentication

Connected account required

Tags

UserWorkspaceConversations
Get identityTURBOT_PIPES_IDENTITY_GETGet public information for an identity.

Get public information for an identity.

Authentication

Connected account required

Tags

Identities
Get identity avatarTURBOT_PIPES_IDENTITY_GET_AVATARGet public avatar for an identity.

Get public avatar for an identity.

Authentication

Connected account required

Tags

Identities
List identitiesTURBOT_PIPES_IDENTITY_LISTList identities with their public information.

List identities with their public information.

Authentication

Connected account required

Tags

Identities
List org workspace AI modelsTURBOT_PIPES_MODEL_ORG_LISTLists available AI models for an org workspace based on configured AI keys.

Lists available AI models for an org workspace based on configured AI keys.

Authentication

Connected account required

Tags

OrgWorkspaceAIModels
List user workspace AI modelsTURBOT_PIPES_MODEL_USER_LISTLists available AI models for a user workspace based on configured AI keys.

Lists available AI models for a user workspace based on configured AI keys.

Authentication

Connected account required

Tags

UserWorkspaceAIModels
Create Stripe billing intentTURBOT_PIPES_ORG_BILLING_CREATE_BILLING_INTENTCreate Stripe billing intent

Create Stripe billing intent

Authentication

Connected account required

Tags

OrgBilling
Create a new subscriptionTURBOT_PIPES_ORG_BILLING_CREATE_ORG_SUBSCRIPTIONCreate a new subscription for the org. There can only be 1 active subscription per org.

Create a new subscription for the org. There can only be 1 active subscription per org.

Authentication

Connected account required

Tags

OrgBilling
Delete org billing payment method.TURBOT_PIPES_ORG_BILLING_DELETE_ORG_BILLING_PAYMENT_METHODDelete org billing payment method. Deleting default payment method will result in a 403 (forbidden) error.

Delete org billing payment method. Deleting default payment method will result in a 403 (forbidden) error.

Authentication

Connected account required

Tags

OrgBilling
Delete org subscriptionTURBOT_PIPES_ORG_BILLING_DELETE_ORG_BILLING_SUBSCRIPTIONDelete org subscription. TODO: prorate, when to delete subscription. Webhook when the Subscription is finally deleted.

Delete org subscription. TODO: prorate, when to delete subscription. Webhook when the Subscription is finally deleted.

Authentication

Connected account required

Tags

OrgBilling
Get an organization invoiceTURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_INVOICEGet an invoice for an organization.

Get an invoice for an organization.

Authentication

Connected account required

Tags

OrgBilling
Get org billing payment method.TURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_PAYMENT_METHODList org billing payment method.

List org billing payment method.

Authentication

Connected account required

Tags

OrgBilling
Get org subscriptionTURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_SUBSCRIPTIONGet org subscription

Get org subscription

Authentication

Connected account required

Tags

OrgBilling
Get upcoming invoiceTURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_UPCOMING_INVOICEGet upcoming invoice. Can be used to let subscriber know the estimated amount for next invoice.

Get upcoming invoice. Can be used to let subscriber know the estimated amount for next invoice.

Authentication

Connected account required

Tags

OrgBilling
List org invoicesTURBOT_PIPES_ORG_BILLING_LIST_ORG_BILLING_INVOICESList org invoices. TODO: paging, Stripe suports this we need to to implement it.

List org invoices. TODO: paging, Stripe suports this we need to to implement it.

Authentication

Connected account required

Tags

OrgBilling
List org billing payment methods.TURBOT_PIPES_ORG_BILLING_LIST_ORG_BILLING_PAYMENT_METHODList org billing payment methods.

List org billing payment methods.

Authentication

Connected account required

Tags

OrgBilling
List org subscriptionsTURBOT_PIPES_ORG_BILLING_LIST_ORG_SUBSCRIPTIONList org subscriptions. TODO: org should only have 1 active subscriptions, but what if we change subscriptions (is it possible?). Should we display old subscriptions?

List org subscriptions. TODO: org should only have 1 active subscriptions, but what if we change subscriptions (is it possible?). Should we display old subscriptions?

Authentication

Connected account required

Tags

OrgBilling
Update org billing payment method.TURBOT_PIPES_ORG_BILLING_UPDATE_ORG_BILLING_PAYMENT_METHODUpdate org billing payment method.

Update org billing payment method.

Authentication

Connected account required

Tags

OrgBilling
Update org subscriptionTURBOT_PIPES_ORG_BILLING_UPDATE_ORG_BILLING_SUBSCRIPTIONUpdate org subscription. Use this API to "stop cancel at the next billing period" by passing "stopcancel" in the action parameter.

Update org subscription. Use this API to "stop cancel at the next billing period" by passing "stopcancel" in the action parameter.

Authentication

Connected account required

Tags

OrgBilling
Create org connectionTURBOT_PIPES_ORG_CONNECTION_CREATECreates a new connection for an organization.

Creates a new connection for an organization.

Authentication

Connected account required

Tags

OrgConnections
Create org connectionTURBOT_PIPES_ORG_CONNECTION_CREATE_DEPRECATEDCreates a new connection for an organization.

Creates a new connection for an organization.

Authentication

Connected account required

Tags

OrgConnections
Create org connection permissionTURBOT_PIPES_ORG_CONNECTION_CREATE_PERMISSIONCreate permissions for a connection defined on an org.

Create permissions for a connection defined on an org.

Authentication

Connected account required

Tags

OrgConnections
Delete org connectionTURBOT_PIPES_ORG_CONNECTION_DELETEDeletes a connection belonging to an org.

Deletes a connection belonging to an org.

Authentication

Connected account required

Tags

OrgConnections
Delete org connectionTURBOT_PIPES_ORG_CONNECTION_DELETE_DEPRECATEDDelete a connection belonging to an org.

Delete a connection belonging to an org.

Authentication

Connected account required

Tags

OrgConnections
Delete org connection permissionTURBOT_PIPES_ORG_CONNECTION_DELETE_PERMISSIONDelete permission for a connection defined on an org.

Delete permission for a connection defined on an org.

Authentication

Connected account required

Tags

OrgConnections
Create org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_CREATECreates a new connection folder for an org.

Creates a new connection folder for an org.

Authentication

Connected account required

Tags

OrgConnectionFolders
Create org connection folder permissionTURBOT_PIPES_ORG_CONNECTION_FOLDER_CREATE_PERMISSIONCreate permissions for a connection folder defined on the organization level.

Create permissions for a connection folder defined on the organization level.

Authentication

Connected account required

Tags

OrgConnectionFolders
Delete org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_DELETEDeletes an org connection folder.

Deletes an org connection folder.

Authentication

Connected account required

Tags

OrgConnectionFolders
Delete org connection folder permissionTURBOT_PIPES_ORG_CONNECTION_FOLDER_DELETE_PERMISSIONDelete permission for a connection folder defined on an org.

Delete permission for a connection folder defined on an org.

Authentication

Connected account required

Tags

OrgConnectionFolders
Get org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_GETGet connection folder for an org.

Get connection folder for an org.

Authentication

Connected account required

Tags

OrgConnectionFolders
Get org connection folder permissionTURBOT_PIPES_ORG_CONNECTION_FOLDER_GET_PERMISSIONGet permission for a connection folder defined on an org.

Get permission for a connection folder defined on an org.

Authentication

Connected account required

Tags

OrgConnectionFolders
List org connection foldersTURBOT_PIPES_ORG_CONNECTION_FOLDER_LISTList connection folders for an org.

List connection folders for an org.

Authentication

Connected account required

Tags

OrgConnectionFolders
List org connection folder permissionsTURBOT_PIPES_ORG_CONNECTION_FOLDER_LIST_PERMISSIONList permissions for a connection folder defined on an organization.

List permissions for a connection folder defined on an organization.

Authentication

Connected account required

Tags

OrgConnectionFolders
List org connection folder workspacesTURBOT_PIPES_ORG_CONNECTION_FOLDER_LIST_WORKSPACESList the workspaces that an org connection folder has been added to.

List the workspaces that an org connection folder has been added to.

Authentication

Connected account required

Tags

OrgConnectionFolders
Update org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_UPDATEUpdate the details of an org connection folder.

Update the details of an org connection folder.

Authentication

Connected account required

Tags

OrgConnectionFolders
Update org connection folder permissionTURBOT_PIPES_ORG_CONNECTION_FOLDER_UPDATE_PERMISSIONUpdate permission for a connection folder defined on an org.

Update permission for a connection folder defined on an org.

Authentication

Connected account required

Tags

OrgConnectionFolders
Get org connectionTURBOT_PIPES_ORG_CONNECTION_GETGet the details of a connection belonging to an org.

Get the details of a connection belonging to an org.

Authentication

Connected account required

Tags

OrgConnections
Get org connectionTURBOT_PIPES_ORG_CONNECTION_GET_DEPRECATEDGet the details for a connection belonging to an org.

Get the details for a connection belonging to an org.

Authentication

Connected account required

Tags

OrgConnections
Get org connection permissionTURBOT_PIPES_ORG_CONNECTION_GET_PERMISSIONGet permission for a connection defined on an org.

Get permission for a connection defined on an org.

Authentication

Connected account required

Tags

OrgConnections
List org connectionsTURBOT_PIPES_ORG_CONNECTION_LISTList connections for an organization.

List connections for an organization.

Authentication

Connected account required

Tags

OrgConnections
List org connectionsTURBOT_PIPES_ORG_CONNECTION_LIST_DEPRECATEDList connections for an organization.

List connections for an organization.

Authentication

Connected account required

Tags

OrgConnections
List org connection permissionsTURBOT_PIPES_ORG_CONNECTION_LIST_PERMISSIONList permissions for a connection defined on an org.

List permissions for a connection defined on an org.

Authentication

Connected account required

Tags

OrgConnections
List org connection workspacesTURBOT_PIPES_ORG_CONNECTION_LIST_WORKSPACESList the workspaces that an org connection has been added to.

List the workspaces that an org connection has been added to.

Authentication

Connected account required

Tags

OrgConnections
List org connection workspacesTURBOT_PIPES_ORG_CONNECTION_LIST_WORKSPACES_DEPRECATEDList the workspaces that an org connection has been added to.

List the workspaces that an org connection has been added to.

Authentication

Connected account required

Tags

OrgConnections
Test org connectionTURBOT_PIPES_ORG_CONNECTION_TESTTest the config for an org connection to check for basic connectivity before you create it.

Test the config for an org connection to check for basic connectivity before you create it.

Authentication

Connected account required

Tags

OrgConnections
Test org connectionTURBOT_PIPES_ORG_CONNECTION_TEST_DEPRECATEDTest the config for an org connection to check for basic connectivity.

Test the config for an org connection to check for basic connectivity.

Authentication

Connected account required

Tags

OrgConnections
List tenant connection treeTURBOT_PIPES_ORG_CONNECTION_TREE_LISTList connection tree for a tenant.

List connection tree for a tenant.

Authentication

Connected account required

Tags

OrgConnectionTree
Update org connectionTURBOT_PIPES_ORG_CONNECTION_UPDATEUpdate the details of a connection belonging to an org.

Update the details of a connection belonging to an org.

Authentication

Connected account required

Tags

OrgConnections
Update org connectionTURBOT_PIPES_ORG_CONNECTION_UPDATE_DEPRECATEDUpdate the details of a connection belonging to an org.

Update the details of a connection belonging to an org.

Authentication

Connected account required

Tags

OrgConnections
Update org connection permissionTURBOT_PIPES_ORG_CONNECTION_UPDATE_PERMISSIONUpdate permission for a connection defined on an org.

Update permission for a connection defined on an org.

Authentication

Connected account required

Tags

OrgConnections
Create orgTURBOT_PIPES_ORG_CREATECreates an organization.

Creates an organization.

Authentication

Connected account required

Tags

Orgs
Delete orgTURBOT_PIPES_ORG_DELETEDeletes the specified organization if you have the appropriate access.

Deletes the specified organization if you have the appropriate access.

Authentication

Connected account required

Tags

Orgs
Delete org avatarTURBOT_PIPES_ORG_DELETE_AVATARDelete custom avatar for an org.

Delete custom avatar for an org.

Authentication

Connected account required

Tags

Orgs
Get orgTURBOT_PIPES_ORG_GETRetrieves the organization information.

Retrieves the organization information.

Authentication

Connected account required

Tags

Orgs
Get org billing plan.TURBOT_PIPES_ORG_GET_PLANGet the current organization billing plan.

Get the current organization billing plan.

Authentication

Connected account required

Tags

Orgs
Run org integration commandTURBOT_PIPES_ORG_INTEGRATION_COMMANDRun a command for an org integration

Run a command for an org integration

Authentication

Connected account required

Tags

OrgIntegrations
Create org integrationTURBOT_PIPES_ORG_INTEGRATION_CREATECreates a new integration for an organization.

Creates a new integration for an organization.

Authentication

Connected account required

Tags

OrgIntegrations
Delete org integrationTURBOT_PIPES_ORG_INTEGRATION_DELETEDelete an integration configured for an organization.

Delete an integration configured for an organization.

Authentication

Connected account required

Tags

OrgIntegrations
Get org integrationTURBOT_PIPES_ORG_INTEGRATION_GETGet details of an integration configured on an organization.

Get details of an integration configured on an organization.

Authentication

Connected account required

Tags

OrgIntegrations
Install GitHub integration for an orgTURBOT_PIPES_ORG_INTEGRATION_INSTALL_GITHUB_INTEGRATIONInstall a GitHub integration for an org identity.

Install a GitHub integration for an org identity.

Authentication

Connected account required

Tags

OrgIntegrations
Install Slack integration for an orgTURBOT_PIPES_ORG_INTEGRATION_INSTALL_SLACK_INTEGRATIONInstall a Slack integration for an org identity.

Install a Slack integration for an org identity.

Authentication

Connected account required

Tags

OrgIntegrations
List org integrationsTURBOT_PIPES_ORG_INTEGRATION_LISTList integrations configured for an organization.

List integrations configured for an organization.

Authentication

Connected account required

Tags

OrgIntegrations
List org integration Slack channelsTURBOT_PIPES_ORG_INTEGRATION_LIST_SLACK_CHANNELSList Slack channels that are given access to a user Slack integration.

List Slack channels that are given access to a user Slack integration.

Authentication

Connected account required

Tags

OrgIntegrations
Test org integrationTURBOT_PIPES_ORG_INTEGRATION_TESTTest the config for an org integration to check for basic connectivity before you create it.

Test the config for an org integration to check for basic connectivity before you create it.

Authentication

Connected account required

Tags

OrgIntegrations
Update org integrationTURBOT_PIPES_ORG_INTEGRATION_UPDATEUpdate details of an integration configured for an organization.

Update details of an integration configured for an organization.

Authentication

Connected account required

Tags

OrgIntegrations
List orgsTURBOT_PIPES_ORG_LISTList all the organizations.

List all the organizations.

Authentication

Connected account required

Tags

Orgs
Org audit logsTURBOT_PIPES_ORG_LIST_AUDIT_LOGSReturns the audit logs for an org.

Returns the audit logs for an org.

Authentication

Connected account required

Tags

Orgs
List org constraintsTURBOT_PIPES_ORG_LIST_CONSTRAINTSList all applicable constraints for an org.

List all applicable constraints for an org.

Authentication

Connected account required

Tags

Orgs
List org usageTURBOT_PIPES_ORG_LIST_USAGEList all usage metrics for an org.

List all usage metrics for an org.

Authentication

Connected account required

Tags

Orgs
Confirm org member inviteTURBOT_PIPES_ORG_MEMBER_CONFIRM_INVITEConfirm org member invite.

Confirm org member invite.

Authentication

Connected account required

Tags

OrgMembers
Create Org MemberTURBOT_PIPES_ORG_MEMBER_CREATEAdd a user as a member of an org in a custom tenant.

Add a user as a member of an org in a custom tenant.

Authentication

Connected account required

Tags

OrgMembers
Delete org memberTURBOT_PIPES_ORG_MEMBER_DELETEDelete the user from the org.

Delete the user from the org.

Authentication

Connected account required

Tags

OrgMembers
Delete org member inviteTURBOT_PIPES_ORG_MEMBER_DELETE_INVITEDelete the org member invite.

Delete the org member invite.

Authentication

Connected account required

Tags

OrgMembers
Get org memberTURBOT_PIPES_ORG_MEMBER_GETGet org member.

Get org member.

Authentication

Connected account required

Tags

OrgMembers
Invite org memberTURBOT_PIPES_ORG_MEMBER_INVITEInvite member to an org.

Invite member to an org.

Authentication

Connected account required

Tags

OrgMembers
List Organization MembersTURBOT_PIPES_ORG_MEMBER_LISTList all members of an organization who are invited / accepted.

List all members of an organization who are invited / accepted.

Authentication

Connected account required

Tags

OrgMembers
Update org memberTURBOT_PIPES_ORG_MEMBER_UPDATEUpdate the role of the member.

Update the role of the member.

Authentication

Connected account required

Tags

OrgMembers
Create org notifierTURBOT_PIPES_ORG_NOTIFIER_CREATECreate a new notifier for an org

Create a new notifier for an org

Authentication

Connected account required

Tags

OrgNotifiers
Delete org notifierTURBOT_PIPES_ORG_NOTIFIER_DELETEDelete a notifier for an org

Delete a notifier for an org

Authentication

Connected account required

Tags

OrgNotifiers
Get org notifierTURBOT_PIPES_ORG_NOTIFIER_GETGet a notifier for an org

Get a notifier for an org

Authentication

Connected account required

Tags

OrgNotifiers
List org notifiersTURBOT_PIPES_ORG_NOTIFIER_LISTList all notifiers for an org

List all notifiers for an org

Authentication

Connected account required

Tags

OrgNotifiers
Update org notifierTURBOT_PIPES_ORG_NOTIFIER_UPDATEUpdate a notifier for an org

Update a notifier for an org

Authentication

Connected account required

Tags

OrgNotifiers
Get Org processTURBOT_PIPES_ORG_PROCESS_GETGet a process for an org.

Get a process for an org.

Authentication

Connected account required

Tags

OrgProcesses
List Org processesTURBOT_PIPES_ORG_PROCESS_LISTList processes for an org.

List processes for an org.

Authentication

Connected account required

Tags

OrgProcesses
List Org process logsTURBOT_PIPES_ORG_PROCESS_LOGList the process logs for a given process of an org.

List the process logs for a given process of an org.

Authentication

Connected account required

Tags

OrgProcesses
List audit logs for an org service accountTURBOT_PIPES_ORG_SERVICE_ACCOUNT_AUDIT_LISTReturns the audit logs where the service account is either the actor or the identity (org-level service account).

Returns the audit logs where the service account is either the actor or the identity (org-level service account).

Authentication

Connected account required

Tags

OrgServiceAccountAuditLogs
Create a service account at the organization levelTURBOT_PIPES_ORG_SERVICE_ACCOUNT_CREATECreate a new service account at the organization level.

Create a new service account at the organization level.

Authentication

Connected account required

Tags

OrgServiceAccounts
Delete an organization service accountTURBOT_PIPES_ORG_SERVICE_ACCOUNT_DELETEDelete an existing service account at the organization level.

Delete an existing service account at the organization level.

Authentication

Connected account required

Tags

OrgServiceAccounts
Get organization service accountTURBOT_PIPES_ORG_SERVICE_ACCOUNT_GETRetrieves a specific org-level service account.

Retrieves a specific org-level service account.

Authentication

Connected account required

Tags

OrgServiceAccounts
List organization service accountsTURBOT_PIPES_ORG_SERVICE_ACCOUNT_LISTLists service accounts at the organization level.

Lists service accounts at the organization level.

Authentication

Connected account required

Tags

OrgServiceAccounts
Create an organization service account tokenTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_CREATECreate a new token for an organization-level service account.

Create a new token for an organization-level service account.

Authentication

Connected account required

Tags

OrgServiceAccountTokens
Delete an organization service account tokenTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_DELETEDelete a token for an organization-level service account.

Delete a token for an organization-level service account.

Authentication

Connected account required

Tags

OrgServiceAccountTokens
Get an organization service account tokenTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_GETRetrieves a specific token for an organization-level service account.

Retrieves a specific token for an organization-level service account.

Authentication

Connected account required

Tags

OrgServiceAccountTokens
List organization service account tokensTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_LISTLists tokens for an organization-level service account.

Lists tokens for an organization-level service account.

Authentication

Connected account required

Tags

OrgServiceAccountTokens
Update an organization service account tokenTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_UPDATEUpdate an existing token for an organization-level service account.

Update an existing token for an organization-level service account.

Authentication

Connected account required

Tags

OrgServiceAccountTokens
Update an organization service accountTURBOT_PIPES_ORG_SERVICE_ACCOUNT_UPDATEUpdate an existing service account at the organization level.

Update an existing service account at the organization level.

Authentication

Connected account required

Tags

OrgServiceAccounts
Update orgTURBOT_PIPES_ORG_UPDATEUpdates the handle name, display name, or the URL of an organization.

Updates the handle name, display name, or the URL of an organization.

Authentication

Connected account required

Tags

Orgs
Create an aggregator for an org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_CREATECreates an aggregator for a workspace of an org.

Creates an aggregator for a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceAggregators
Delete an aggregator for a org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_DELETEDeletes an aggregator belonging to a workspace of an org.

Deletes an aggregator belonging to a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceAggregators
Get an aggregator for a org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_GETGet the details of an aggregator belonging to a workspace of an org.

Get the details of an aggregator belonging to a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceAggregators
Get a connection in the scope of an aggregator for a org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_GET_CONNECTIONGet a connection that is a part of an aggregator defined in a workspace of an org.

Get a connection that is a part of an aggregator defined in a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceAggregators
List aggregators for an org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_LISTList aggregators for a workspace of an org.

List aggregators for a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceAggregators
List connections in the scope of an aggregator for a org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_LIST_CONNECTIONSList all connections that are a part of an aggregator defined in a workspace of an org.

List all connections that are a part of an aggregator defined in a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceAggregators
Update an aggregator for a org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_UPDATEUpdate the details of an aggregator belonging to a workspace of an org.

Update the details of an aggregator belonging to a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceAggregators
Download org workspace artifactTURBOT_PIPES_ORG_WORKSPACE_ARTIFACT_DOWNLOADDownloads an artifact file from an org workspace AI conversation.

Downloads an artifact file from an org workspace AI conversation.

Authentication

Connected account required

Tags

OrgWorkspaceArtifacts
Run org workspace commandTURBOT_PIPES_ORG_WORKSPACE_COMMANDRun a command in the workspace. Valid commands are: reboot.

Run a command in the workspace. Valid commands are: reboot.

Authentication

Connected account required

Tags

OrgWorkspaces
Create org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_ASSOCIATION_CREATEAssociate a connection with the workspace. A workspace can have multiple association.

Associate a connection with the workspace. A workspace can have multiple association.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionAssociations
Delete org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_ASSOCIATION_DELETEDissociates or delete the workspace and connection association.

Dissociates or delete the workspace and connection association.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionAssociations
Get org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_ASSOCIATION_GETGet the details for a workspace and connection association on an organization.

Get the details for a workspace and connection association on an organization.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionAssociations
List org workspace connection associationsTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_ASSOCIATION_LISTList the connections associated with a workspace.

List the connections associated with a workspace.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionAssociations
Create a connection for an org workspace or associate an org connection to the workspaceTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_CREATEAllows to create a connection on a workspace for an org or associate a connection already existing on the org to the workspace.

Allows to create a connection on a workspace for an org or associate a connection already existing on the org to the workspace.

Authentication

Connected account required

Tags

OrgWorkspaceConnections
Delete org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_DELETEDissociates or delete the workspace and connection association.

Dissociates or delete the workspace and connection association.

Authentication

Connected account required

Tags

OrgWorkspaceConnections
Create org workspace connection folderTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_CREATECreates a new connection folder in a workspace of an org.

Creates a new connection folder in a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionFolders
Delete org workspace connection folderTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_DELETEDeletes a connection folder defined at an org workspace.

Deletes a connection folder defined at an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionFolders
Get org workspace connection folderTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_GETGet connection folder for a org workspace.

Get connection folder for a org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionFolders
List org workspace connection foldersTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_LISTList connection folders for an org workspace.

List connection folders for an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionFolders
Update org workspace connection folderTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_UPDATEUpdate the details of a connection folder belonging to an org workspace.

Update the details of a connection folder belonging to an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionFolders
Get org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_GETGet the details for a workspace and connection association on an organization.

Get the details for a workspace and connection association on an organization.

Authentication

Connected account required

Tags

OrgWorkspaceConnections
List org workspace connection associationsTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_LISTList the connections associated with a workspace.

List the connections associated with a workspace.

Authentication

Connected account required

Tags

OrgWorkspaceConnections
Test org workspace connectionTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_TESTTest the config for a connection configured on an org workspace to check for basic connectivity.

Test the config for a connection configured on an org workspace to check for basic connectivity.

Authentication

Connected account required

Tags

OrgWorkspaceConnections
List org workspace connection treeTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_TREE_LISTList connection tree for an org workspace.

List connection tree for an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceConnectionTree
Update org workspace connectionTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_UPDATEUpdate the details of a connection belonging to a workspace of an org.

Update the details of a connection belonging to a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceConnections
Create org workspaceTURBOT_PIPES_ORG_WORKSPACE_CREATECreates a new workspace for an organization. The limit is 10 per organization. If you require more than 10, you must contact support to request an increase.

Creates a new workspace for an organization. The limit is 10 per organization. If you require more than 10, you must contact support to request an increase.

Authentication

Connected account required

Tags

OrgWorkspaces
Create org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_CREATECreates a new org workspace tank.

Creates a new org workspace tank.

Authentication

Connected account required

Tags

OrgWorkspaceDatatanks
Delete org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_DELETEDeletes the org workspace Datatank.

Deletes the org workspace Datatank.

Authentication

Connected account required

Tags

OrgWorkspaceDatatanks
Get org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_GETGet the details for the workspace Datatank.

Get the details for the workspace Datatank.

Authentication

Connected account required

Tags

OrgWorkspaceDatatanks
List org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_LISTList the org workspace Datatank.

List the org workspace Datatank.

Authentication

Connected account required

Tags

OrgWorkspaceDatatanks
Run org workspace Datatank table partition commandTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_COMMANDRun org workspace Datatank table partition command. Valid commands are: refresh.

Run org workspace Datatank table partition command. Valid commands are: refresh.

Authentication

Connected account required

Tags

OrgWorkspaceDatatankParts
Get org workspace Datatank table partitionTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_GETGet the details for the workspace Datatank table partition

Get the details for the workspace Datatank table partition

Authentication

Connected account required

Tags

OrgWorkspaceDatatankParts
List org workspace Datatank partitionsTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_LISTList the org workspace Datatank partitions

List the org workspace Datatank partitions

Authentication

Connected account required

Tags

OrgWorkspaceDatatankParts
Update org workspace Datatank table partitionTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_UPDATEUpdate the org workspace Datatank table partition.

Update the org workspace Datatank table partition.

Authentication

Connected account required

Tags

OrgWorkspaceDatatankParts
Create org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_CREATECreates a new org workspace tank table.

Creates a new org workspace tank table.

Authentication

Connected account required

Tags

OrgWorkspaceDatatankTables
Delete org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_DELETEDeletes the org workspace Datatank table.

Deletes the org workspace Datatank table.

Authentication

Connected account required

Tags

OrgWorkspaceDatatankTables
Get org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_GETGet the details for the workspace Datatank table

Get the details for the workspace Datatank table

Authentication

Connected account required

Tags

OrgWorkspaceDatatankTables
List org workspace Datatank tablesTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_LISTList the org workspace Datatank tables.

List the org workspace Datatank tables.

Authentication

Connected account required

Tags

OrgWorkspaceDatatankTables
Update org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_UPDATEUpdate the org workspace Datatank table.

Update the org workspace Datatank table.

Authentication

Connected account required

Tags

OrgWorkspaceDatatankTables
Update org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_UPDATEUpdate the org workspace Datatank.

Update the org workspace Datatank.

Authentication

Connected account required

Tags

OrgWorkspaceDatatanks
Delete org workspaceTURBOT_PIPES_ORG_WORKSPACE_DELETEDeletes the workspace specified in the request.

Deletes the workspace specified in the request.

Authentication

Connected account required

Tags

OrgWorkspaces
Get org workspace flowpipe formTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_FORM_GETGet details of a Flowpipe input step form for an org workspace

Get details of a Flowpipe input step form for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeInputs
Post org workspace flowpipe form responseTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_FORM_RESPONSE_POSTSubmit response to a Flowpipe input step form for an org workspace

Submit response to a Flowpipe input step form for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeInputs
Create org workspace flowpipe inputTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_INPUT_CREATECreate a Flowpipe input for an org workspace

Create a Flowpipe input for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeInputs
Get org workspace flowpipe inputTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_INPUT_GETGet details of a Flowpipe input for an org workspace

Get details of a Flowpipe input for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeInputs
List org workspace flowpipe inputsTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_INPUTS_LISTList Flowpipe inputs for an org workspace

List Flowpipe inputs for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeInputs
Get organization workspace installed flowpipe modTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_GETGet organization workspace installed flowpipe mod by mod alias

Get organization workspace installed flowpipe mod by mod alias

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeMods
Install flowpipe mod to organization workspace.TURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_INSTALLInstall flowpipe mod to a organization workspace.

Install flowpipe mod to a organization workspace.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeMods
Uninstall flowpipe mod from organization workspace.TURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_UNINSTALLUninstall flowpipe mod from organization workspace.

Uninstall flowpipe mod from organization workspace.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeMods
Update a flowpipe mod in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_UPDATEUpdate a flowpipe mod in an organization workspace

Update a flowpipe mod in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeMods
Create a setting for a flowpipe mod variable in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_VARIABLE_CREATE_SETTINGCreate a setting for a flowpipe mod variable in an organization workspace

Create a setting for a flowpipe mod variable in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeModVariables
Delete setting for a flowpipe mod variable in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_VARIABLE_DELETE_SETTINGDelete setting for a flowpipe mod variable in an organization workspace

Delete setting for a flowpipe mod variable in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeModVariables
Get setting for a flowpipe mod variable in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_VARIABLE_GET_SETTINGGet setting for a flowpipe mod variable in an organization workspace

Get setting for a flowpipe mod variable in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeModVariables
List variables in an organization flowpipe workspace modTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_VARIABLE_LISTList all variables applicable for a flowpipe mod in a workspace specific to an organization

List all variables applicable for a flowpipe mod in a workspace specific to an organization

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeModVariables
Update setting for a flowpipe mod variable in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_VARIABLE_UPDATE_SETTINGUpdate setting for a flowpipe mod variable in an organization workspace

Update setting for a flowpipe mod variable in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeModVariables
Run organization workspace Flowpipe pipeline commandTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_PIPELINE_COMMANDRun a command on a pipeline in a workspace belonging to an organization.

Run a command on a pipeline in a workspace belonging to an organization.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipePipelines
Get org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_PIPELINE_GETGet the details of a pipeline for a workspace of an organization.

Get the details of a pipeline for a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipePipelines
List organization workspace pipelinesTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_PIPELINE_LISTLists the pipelines for an organization workspace.

Lists the pipelines for an organization workspace.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipePipelines
Get org workspace pipeline triggersTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_PIPELINE_LIST_TRIGGERSGet the list of triggers that a pipeline is associated with.

Get the list of triggers that a pipeline is associated with.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipePipelines
Run organization workspace Flowpipe trigger commandTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_COMMANDRun a command on a trigger in a workspace belonging to an organization.

Run a command on a trigger in a workspace belonging to an organization.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeTriggers
Create org workspace triggerTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_CREATECreates a new trigger for an org workspace.

Creates a new trigger for an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeTriggers
Delete org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_DELETEDeletes the pipeline specified in the request for a workspace of an organization.

Deletes the pipeline specified in the request for a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeTriggers
Get org workspace flowpipe triggerTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_GETGet the details of a trigger for a workspace of an org.

Get the details of a trigger for a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeTriggers
List organization workspace triggersTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_LISTLists the pipelines for an organization workspace.

Lists the pipelines for an organization workspace.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeTriggers
Update org workspace triggerTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_UPDATEUpdates a trigger for a workspace of an org.

Updates a trigger for a workspace of an org.

Authentication

Connected account required

Tags

OrgWorkspaceFlowpipeTriggers
Get org workspaceTURBOT_PIPES_ORG_WORKSPACE_GETGet the details for a workspace in an organization.

Get the details for a workspace in an organization.

Authentication

Connected account required

Tags

OrgWorkspaces
Query org workspaceTURBOT_PIPES_ORG_WORKSPACE_GET_QUERYPerforms a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.

Performs a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.

Authentication

Connected account required

Tags

OrgWorkspaces
Query org workspace with extensionsTURBOT_PIPES_ORG_WORKSPACE_GET_QUERY_WITH_EXTENSIONSPerforms a query in an org workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.

Performs a query in an org workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.

Authentication

Connected account required

Tags

OrgWorkspaces
Get org workspace integrationTURBOT_PIPES_ORG_WORKSPACE_INTEGRATION_GETGet details of an integration available for a workspace belonging to an organization.

Get details of an integration available for a workspace belonging to an organization.

Authentication

Connected account required

Tags

OrgWorkspaceIntegrations
List org workspace integrationsTURBOT_PIPES_ORG_WORKSPACE_INTEGRATION_LISTList integrations available for an organization workspace. If run on a custom tenant this will return integrations configured both on tenant and org level.

List integrations available for an organization workspace. If run on a custom tenant this will return integrations configured both on tenant and org level.

Authentication

Connected account required

Tags

OrgWorkspaceIntegrations
List org workspace integration github respositoriesTURBOT_PIPES_ORG_WORKSPACE_INTEGRATION_LIST_GITHUB_REPOSITORIESList respositories that are given access to the integration available for an organization workspace.

List respositories that are given access to the integration available for an organization workspace.

Authentication

Connected account required

Tags

OrgWorkspaceIntegrations
List org workspace integration github respository headsTURBOT_PIPES_ORG_WORKSPACE_INTEGRATION_LIST_GITHUB_REPOSITORY_HEADSList heads for a respository of an integration available for an organization workspace.

List heads for a respository of an integration available for an organization workspace.

Authentication

Connected account required

Tags

OrgWorkspaceIntegrations
List org workspace integration gitlab project branchesTURBOT_PIPES_ORG_WORKSPACE_INTEGRATION_LIST_GITLAB_PROJECT_BRANCHESList branches for a gitlab project of an integration available for an organization workspace.

List branches for a gitlab project of an integration available for an organization workspace.

Authentication

Connected account required

Tags

OrgWorkspaceIntegrations
List org workspace integration gitlab projectsTURBOT_PIPES_ORG_WORKSPACE_INTEGRATION_LIST_GITLAB_PROJECTSList projects that are given access to the integration available for an organization workspace.

List projects that are given access to the integration available for an organization workspace.

Authentication

Connected account required

Tags

OrgWorkspaceIntegrations
List org workspacesTURBOT_PIPES_ORG_WORKSPACE_LISTList the workspace for an organization.

List the workspace for an organization.

Authentication

Connected account required

Tags

OrgWorkspaces
Org workspace audit logsTURBOT_PIPES_ORG_WORKSPACE_LIST_AUDIT_LOGSReturns the audit logs for an org workspace.

Returns the audit logs for an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaces
Org workspace logsTURBOT_PIPES_ORG_WORKSPACE_LIST_DBLOGSReturns the workspace logs for an org.

Returns the workspace logs for an org.

Authentication

Connected account required

Tags

OrgWorkspaces
Create Org Workspace MemberTURBOT_PIPES_ORG_WORKSPACE_MEMBER_CREATEAdd an individual as a member of a workspace in an organization.

Add an individual as a member of a workspace in an organization.

Authentication

Connected account required

Tags

OrgWorkspaceMembers
Delete Org Workspace MemberTURBOT_PIPES_ORG_WORKSPACE_MEMBER_DELETERemove a member from a workspace of an organization.

Remove a member from a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspaceMembers
Get Org Workspace MemberTURBOT_PIPES_ORG_WORKSPACE_MEMBER_GETGet details of a member belonging to a workspace of an organization.

Get details of a member belonging to a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspaceMembers
List Organization Workspace MembersTURBOT_PIPES_ORG_WORKSPACE_MEMBER_LISTList all members of a workspace in an organization who has accepted / invited.

List all members of a workspace in an organization who has accepted / invited.

Authentication

Connected account required

Tags

OrgWorkspaceMembers
Update Org Workspace MemberTURBOT_PIPES_ORG_WORKSPACE_MEMBER_UPDATEUpdate the role of a member belonging to a workspace of an organization.

Update the role of a member belonging to a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspaceMembers
Get organization workspace installed modTURBOT_PIPES_ORG_WORKSPACE_MOD_GETGet organization workspace installed mod by mod alias

Get organization workspace installed mod by mod alias

Authentication

Connected account required

Tags

OrgWorkspaceMods
Install a mod to an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_MOD_INSTALLInstall a mod to an organization workspace

Install a mod to an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceMods
List organization workspace installed modsTURBOT_PIPES_ORG_WORKSPACE_MOD_LISTList organization workspace installed mods

List organization workspace installed mods

Authentication

Connected account required

Tags

OrgWorkspaceMods
Uninstall mod from organization workspace.TURBOT_PIPES_ORG_WORKSPACE_MOD_UNINSTALLUninstall mod from organization workspace.

Uninstall mod from organization workspace.

Authentication

Connected account required

Tags

OrgWorkspaceMods
Update a mod in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_MOD_UPDATEUpdate a mod in an organization workspace

Update a mod in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceMods
Create a setting for a mod variable in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_MOD_VARIABLE_CREATE_SETTINGCreate a setting for a mod variable in an organization workspace

Create a setting for a mod variable in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceModVariables
Delete setting for a mod variable in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_MOD_VARIABLE_DELETE_SETTINGDelete setting for a mod variable in an organization workspace

Delete setting for a mod variable in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceModVariables
Get setting for a mod variable in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_MOD_VARIABLE_GET_SETTINGGet setting for a mod variable in an organization workspace

Get setting for a mod variable in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceModVariables
List variables in an organization workspace modTURBOT_PIPES_ORG_WORKSPACE_MOD_VARIABLE_LISTList all variables applicable for a mod in a workspace specific to an organization

List all variables applicable for a mod in a workspace specific to an organization

Authentication

Connected account required

Tags

OrgWorkspaceModVariables
Update setting for a mod variable in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_MOD_VARIABLE_UPDATE_SETTINGUpdate setting for a mod variable in an organization workspace

Update setting for a mod variable in an organization workspace

Authentication

Connected account required

Tags

OrgWorkspaceModVariables
Post org workspace notifier commandsTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_COMMAND_POSTPost a command for a notifier for an orgs workspace

Post a command for a notifier for an orgs workspace

Authentication

Connected account required

Tags

OrgWorkspaceNotifiers
Create org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_CREATECreate a new notifier for an org workspace

Create a new notifier for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceNotifiers
Delete org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_DELETEDelete a notifier for an org workspace

Delete a notifier for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceNotifiers
Get org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_GETGet a notifier for an org workspace

Get a notifier for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceNotifiers
List org workspace notifiersTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_LISTList all notifiers for an org workspace

List all notifiers for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceNotifiers
Update org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_UPDATEUpdate a notifier for an org workspace

Update a notifier for an org workspace

Authentication

Connected account required

Tags

OrgWorkspaceNotifiers
Run org workspace pipeline commandTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_COMMANDRun a command on a pipeline in a workspace belonging to an organization.

Run a command on a pipeline in a workspace belonging to an organization.

Authentication

Connected account required

Tags

OrgWorkspacePipelines
Create org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_CREATECreates a new pipeline for a workspace of an organization.

Creates a new pipeline for a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspacePipelines
Delete org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_DELETEDeletes the pipeline specified in the request for a workspace of an organization.

Deletes the pipeline specified in the request for a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspacePipelines
Get org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_GETGet the details of a pipeline for a workspace of an organization.

Get the details of a pipeline for a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspacePipelines
List org workspace pipelinesTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_LISTLists the pipelines for a workspace of an organization.

Lists the pipelines for a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspacePipelines
Update org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_UPDATEUpdates a pipeline for a workspace of an organization.

Updates a pipeline for a workspace of an organization.

Authentication

Connected account required

Tags

OrgWorkspacePipelines
Query org workspaceTURBOT_PIPES_ORG_WORKSPACE_POST_QUERYPerforms a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.

Performs a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.

Authentication

Connected account required

Tags

OrgWorkspaces
Query org workspace with extensionsTURBOT_PIPES_ORG_WORKSPACE_POST_QUERY_WITH_EXTENSIONSPerforms a query in an org workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.

Performs a query in an org workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.

Authentication

Connected account required

Tags

OrgWorkspaces
Run org workspace process commandTURBOT_PIPES_ORG_WORKSPACE_PROCESS_COMMANDRun a command against an org workspace process.

Run a command against an org workspace process.

Authentication

Connected account required

Tags

OrgWorkspaceProcesses
Get org workspace processTURBOT_PIPES_ORG_WORKSPACE_PROCESS_GETGet the details for the process.

Get the details for the process.

Authentication

Connected account required

Tags

OrgWorkspaceProcesses
List org workspace processesTURBOT_PIPES_ORG_WORKSPACE_PROCESS_LISTList the processes associated with an org workspace.

List the processes associated with an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceProcesses
List org workspace process logsTURBOT_PIPES_ORG_WORKSPACE_PROCESS_LOGList the process logs associated with a workspace process.

List the process logs associated with a workspace process.

Authentication

Connected account required

Tags

OrgWorkspaceProcesses
Attach a schema to an org workspaceTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_ATTACHAttach an identity-level connection schema to an org workspace.

Attach an identity-level connection schema to an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceSchemas
Detach a schema from an org workspaceTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_DETACHDetach an identity-level connection schema from an org workspace.

Detach an identity-level connection schema from an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceSchemas
Get org workspace schemaTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_GETGet the details for an org workspace schema.

Get the details for an org workspace schema.

Authentication

Connected account required

Tags

OrgWorkspaceSchemas
Get org workspace schema tableTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_GET_TABLEGet details about a specific table in a org workspace schema.

Get details about a specific table in a org workspace schema.

Authentication

Connected account required

Tags

OrgWorkspaceSchemas
List org workspace schemasTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_LISTList the schemas for the org workspace. This will consist of the aggregators, datatanks and identity-level connections associated with the workspace.

List the schemas for the org workspace. This will consist of the aggregators, datatanks and identity-level connections associated with the workspace.

Authentication

Connected account required

Tags

OrgWorkspaceSchemas
List org workspace schema tablesTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_LIST_TABLESList the tables for an org workspace schema.

List the tables for an org workspace schema.

Authentication

Connected account required

Tags

OrgWorkspaceSchemas
Create org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_CREATECreates a new workspace snapshot for an org.

Creates a new workspace snapshot for an org.

Authentication

Connected account required

Tags

OrgWorkspaceSnapshots
Delete org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_DELETEDeletes an org workspace snapshot.

Deletes an org workspace snapshot.

Authentication

Connected account required

Tags

OrgWorkspaceSnapshots
Download org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_DOWNLOADDownloads the full data for an org workspace snapshot.

Downloads the full data for an org workspace snapshot.

Authentication

Connected account required

Tags

OrgWorkspaceSnapshots
Get org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_GETGet the details for an org workspace snapshot.

Get the details for an org workspace snapshot.

Authentication

Connected account required

Tags

OrgWorkspaceSnapshots
List org workspace snapshotsTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_LISTList the workspace snapshots for an org.

List the workspace snapshots for an org.

Authentication

Connected account required

Tags

OrgWorkspaceSnapshots
Update org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_UPDATEUpdates an org workspace snapshot.

Updates an org workspace snapshot.

Authentication

Connected account required

Tags

OrgWorkspaceSnapshots
Update org workspaceTURBOT_PIPES_ORG_WORKSPACE_UPDATEUpdate a workspace in an organization.

Update a workspace in an organization.

Authentication

Connected account required

Tags

OrgWorkspaces
List org workspace usageTURBOT_PIPES_ORG_WORKSPACE_USAGE_LISTList the usage associated with an org workspace.

List the usage associated with an org workspace.

Authentication

Connected account required

Tags

OrgWorkspaceUsages
Create tenant Stripe billing intentTURBOT_PIPES_TENANT_BILLING_CREATE_BILLING_INTENTCreate tenant Stripe billing intent

Create tenant Stripe billing intent

Authentication

Connected account required

Tags

TenantBilling
Create a new subscriptionTURBOT_PIPES_TENANT_BILLING_CREATE_TENANT_SUBSCRIPTIONCreate a new subscription for the tenant. There can only be 1 active subscription per tenant.

Create a new subscription for the tenant. There can only be 1 active subscription per tenant.

Authentication

Connected account required

Tags

TenantBilling
Delete tenant billing payment method.TURBOT_PIPES_TENANT_BILLING_DELETE_TENANT_BILLING_PAYMENT_METHODDelete tenant billing payment method. Deleting default payment method will result in a 403 (forbidden) error.

Delete tenant billing payment method. Deleting default payment method will result in a 403 (forbidden) error.

Authentication

Connected account required

Tags

TenantBilling
Delete tenant subscriptionTURBOT_PIPES_TENANT_BILLING_DELETE_TENANT_BILLING_SUBSCRIPTIONDelete tenant subscription.

Delete tenant subscription.

Authentication

Connected account required

Tags

TenantBilling
Get tenant billing plan.TURBOT_PIPES_TENANT_BILLING_GET_PLANGet the current tenant billing plan.

Get the current tenant billing plan.

Authentication

Connected account required

Tags

TenantBilling
Get a tenant invoiceTURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_INVOICEGet an invoice for a tenant.

Get an invoice for a tenant.

Authentication

Connected account required

Tags

TenantBilling
Get tenant billing payment method.TURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_PAYMENT_METHODList tenant billing payment method.

List tenant billing payment method.

Authentication

Connected account required

Tags

TenantBilling
Get tenant subscriptionTURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_SUBSCRIPTIONGet tenant subscription

Get tenant subscription

Authentication

Connected account required

Tags

TenantBilling
Get upcoming invoiceTURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_UPCOMING_INVOICEGet upcoming invoice. Can be used to let subscriber know the estimated amount for next invoice.

Get upcoming invoice. Can be used to let subscriber know the estimated amount for next invoice.

Authentication

Connected account required

Tags

TenantBilling
List tenant invoicesTURBOT_PIPES_TENANT_BILLING_LIST_TENANT_BILLING_INVOICESList tenant invoices. TODO: paging, Stripe suports this we need to to implement it.

List tenant invoices. TODO: paging, Stripe suports this we need to to implement it.

Authentication

Connected account required

Tags

TenantBilling
List tenant billing payment methods.TURBOT_PIPES_TENANT_BILLING_LIST_TENANT_BILLING_PAYMENT_METHODList tenant billing payment methods.

List tenant billing payment methods.

Authentication

Connected account required

Tags

TenantBilling
List tenant subscriptionsTURBOT_PIPES_TENANT_BILLING_LIST_TENANT_SUBSCRIPTIONList tenant subscriptions.

List tenant subscriptions.

Authentication

Connected account required

Tags

TenantBilling
Update tenant billing payment method.TURBOT_PIPES_TENANT_BILLING_UPDATE_TENANT_BILLING_PAYMENT_METHODUpdate tenant billing payment method.

Update tenant billing payment method.

Authentication

Connected account required

Tags

TenantBilling
Update tenant subscriptionTURBOT_PIPES_TENANT_BILLING_UPDATE_TENANT_BILLING_SUBSCRIPTIONUpdate tenant subscription. Use this API to "stop cancel at the next billing period" by passing "stopcancel" in the action parameter.

Update tenant subscription. Use this API to "stop cancel at the next billing period" by passing "stopcancel" in the action parameter.

Authentication

Connected account required

Tags

TenantBilling
Create tenant connectionTURBOT_PIPES_TENANT_CONNECTION_CREATECreates a new connection for a custom tenant.

Creates a new connection for a custom tenant.

Authentication

Connected account required

Tags

TenantConnections
Create tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_CREATE_PERMISSIONCreate permissions for a tenant connection.

Create permissions for a tenant connection.

Authentication

Connected account required

Tags

TenantConnections
Delete tenant connectionTURBOT_PIPES_TENANT_CONNECTION_DELETEDeletes a connection defined at the tenant level.

Deletes a connection defined at the tenant level.

Authentication

Connected account required

Tags

TenantConnections
Delete tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_DELETE_PERMISSIONDelete permission for a connection defined on a custom tenant.

Delete permission for a connection defined on a custom tenant.

Authentication

Connected account required

Tags

TenantConnections
Create tenant connection folderTURBOT_PIPES_TENANT_CONNECTION_FOLDER_CREATECreates a new connection folder for a custom tenant.

Creates a new connection folder for a custom tenant.

Authentication

Connected account required

Tags

TenantConnectionFolders
Create tenant connection folder permissionTURBOT_PIPES_TENANT_CONNECTION_FOLDER_CREATE_PERMISSIONCreate permissions for a connection folder defined on a custom tenant.

Create permissions for a connection folder defined on a custom tenant.

Authentication

Connected account required

Tags

TenantConnectionFolders
Delete tenant connection folderTURBOT_PIPES_TENANT_CONNECTION_FOLDER_DELETEDeletes a connection folder defined at the tenant level.

Deletes a connection folder defined at the tenant level.

Authentication

Connected account required

Tags

TenantConnectionFolders
Delete tenant connection folder permissionTURBOT_PIPES_TENANT_CONNECTION_FOLDER_DELETE_PERMISSIONDelete permission for a connection folder defined on a custom tenant.

Delete permission for a connection folder defined on a custom tenant.

Authentication

Connected account required

Tags

TenantConnectionFolders
Get tenant connection folderTURBOT_PIPES_TENANT_CONNECTION_FOLDER_GETGet connection folder for a custom tenant.

Get connection folder for a custom tenant.

Authentication

Connected account required

Tags

TenantConnectionFolders
Get tenant connection folder permissionTURBOT_PIPES_TENANT_CONNECTION_FOLDER_GET_PERMISSIONGet permission for a connection folder defined on a custom tenant.

Get permission for a connection folder defined on a custom tenant.

Authentication

Connected account required

Tags

TenantConnectionFolders
List tenant connection foldersTURBOT_PIPES_TENANT_CONNECTION_FOLDER_LISTList connection folders for a custom tenant.

List connection folders for a custom tenant.

Authentication

Connected account required

Tags

TenantConnectionFolders
List tenant connection folder permissionsTURBOT_PIPES_TENANT_CONNECTION_FOLDER_LIST_PERMISSIONList permissions for a connection folder defined on a custom tenant.

List permissions for a connection folder defined on a custom tenant.

Authentication

Connected account required

Tags

TenantConnectionFolders
List tenant connection folder workspacesTURBOT_PIPES_TENANT_CONNECTION_FOLDER_LIST_WORKSPACESList the workspaces that a tenant connection folder has been added to.

List the workspaces that a tenant connection folder has been added to.

Authentication

Connected account required

Tags

TenantConnectionFolders
Update tenant connection folderTURBOT_PIPES_TENANT_CONNECTION_FOLDER_UPDATEUpdate the details of a connection folder belonging to a custom tenant.

Update the details of a connection folder belonging to a custom tenant.

Authentication

Connected account required

Tags

TenantConnectionFolders
Update tenant connection folder permissionTURBOT_PIPES_TENANT_CONNECTION_FOLDER_UPDATE_PERMISSIONUpdate permission for a connection folder defined on a custom tenant.

Update permission for a connection folder defined on a custom tenant.

Authentication

Connected account required

Tags

TenantConnectionFolders
Get tenant connectionTURBOT_PIPES_TENANT_CONNECTION_GETGet connection for a tenant.

Get connection for a tenant.

Authentication

Connected account required

Tags

TenantConnections
Get tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_GET_PERMISSIONGet permission for a connection defined on a custom tenant.

Get permission for a connection defined on a custom tenant.

Authentication

Connected account required

Tags

TenantConnections
List tenant connectionsTURBOT_PIPES_TENANT_CONNECTION_LISTList connections for a tenant.

List connections for a tenant.

Authentication

Connected account required

Tags

TenantConnections
List tenant connection permissionsTURBOT_PIPES_TENANT_CONNECTION_LIST_PERMISSIONList permissions for a connection defined on a custom tenant.

List permissions for a connection defined on a custom tenant.

Authentication

Connected account required

Tags

TenantConnections
List tenant connection workspacesTURBOT_PIPES_TENANT_CONNECTION_LIST_WORKSPACESList the workspaces that a tenant connection has been added to.

List the workspaces that a tenant connection has been added to.

Authentication

Connected account required

Tags

TenantConnections
Test tenant connectionTURBOT_PIPES_TENANT_CONNECTION_TESTTest the config for a tenant connection to check for basic connectivity.

Test the config for a tenant connection to check for basic connectivity.

Authentication

Connected account required

Tags

TenantConnections
List tenant connection treeTURBOT_PIPES_TENANT_CONNECTION_TREE_LISTList connection tree for a tenant.

List connection tree for a tenant.

Authentication

Connected account required

Tags

TenantConnectionTree
Update tenant connectionTURBOT_PIPES_TENANT_CONNECTION_UPDATEUpdate the details of a connection belonging to a tenant.

Update the details of a connection belonging to a tenant.

Authentication

Connected account required

Tags

TenantConnections
Update tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_UPDATE_PERMISSIONUpdate permission for a connection defined on a custom tenant.

Update permission for a connection defined on a custom tenant.

Authentication

Connected account required

Tags

TenantConnections
Create tenantTURBOT_PIPES_TENANT_CREATECreates a tenant.

Creates a tenant.

Authentication

Connected account required

Tags

Tenants
Delete tenantTURBOT_PIPES_TENANT_DELETEDeletes the specified tenant.

Deletes the specified tenant.

Authentication

Connected account required

Tags

Tenants
Delete tenant avatarTURBOT_PIPES_TENANT_DELETE_AVATARDelete custom avatar for a tenant.

Delete custom avatar for a tenant.

Authentication

Connected account required

Tags

Tenants
Get tenantTURBOT_PIPES_TENANT_GETRetrieves the tenant information.

Retrieves the tenant information.

Authentication

Connected account required

Tags

Tenants
Get tenant avatarTURBOT_PIPES_TENANT_GET_AVATARGet public avatar for a tenant.

Get public avatar for a tenant.

Authentication

Connected account required

Tags

Tenants
Get tenant settingsTURBOT_PIPES_TENANT_GET_SETTINGSRetrieves the tenant settings.

Retrieves the tenant settings.

Authentication

Connected account required

Tags

Tenants
Run tenant integration commandTURBOT_PIPES_TENANT_INTEGRATION_COMMANDRun a command for a tenant integration

Run a command for a tenant integration

Authentication

Connected account required

Tags

TenantIntegrations
Create tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_CREATECreates a new integration on a custom tenant.

Creates a new integration on a custom tenant.

Authentication

Connected account required

Tags

TenantIntegrations
Delete tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_DELETEDelete an integration configured on a custom tenant.

Delete an integration configured on a custom tenant.

Authentication

Connected account required

Tags

TenantIntegrations
Get tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_GETGet details of an integration configured on a custom tenant.

Get details of an integration configured on a custom tenant.

Authentication

Connected account required

Tags

TenantIntegrations
Install GitHub integration on a custom tenantTURBOT_PIPES_TENANT_INTEGRATION_INSTALL_GITHUB_INTEGRATIONInstall a GitHub integration on a custom tenant.

Install a GitHub integration on a custom tenant.

Authentication

Connected account required

Tags

TenantIntegrations
Install Slack integration on a custom tenantTURBOT_PIPES_TENANT_INTEGRATION_INSTALL_SLACK_INTEGRATIONInstall a Slack integration on a custom tenant.

Install a Slack integration on a custom tenant.

Authentication

Connected account required

Tags

TenantIntegrations
List tenant integrationsTURBOT_PIPES_TENANT_INTEGRATION_LISTList integrations configured on a custom tenant.

List integrations configured on a custom tenant.

Authentication

Connected account required

Tags

TenantIntegrations
List tenant integration Slack channelsTURBOT_PIPES_TENANT_INTEGRATION_LIST_SLACK_CHANNELSList Slack channels that are given access to a tenant Slack integration.

List Slack channels that are given access to a tenant Slack integration.

Authentication

Connected account required

Tags

TenantIntegrations
Test custom tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_TESTTest the config for a custom tenant integration to check for basic connectivity before you create it.

Test the config for a custom tenant integration to check for basic connectivity before you create it.

Authentication

Connected account required

Tags

TenantIntegrations
Update tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_UPDATEUpdate details of an integration configured on a custom tenant.

Update details of an integration configured on a custom tenant.

Authentication

Connected account required

Tags

TenantIntegrations
List tenantsTURBOT_PIPES_TENANT_LISTList tenants the actor is a member of.

List tenants the actor is a member of.

Authentication

Connected account required

Tags

Tenants
Tenant audit logsTURBOT_PIPES_TENANT_LIST_AUDIT_LOGSReturns the audit logs for a custom tenant.

Returns the audit logs for a custom tenant.

Authentication

Connected account required

Tags

Tenants
List tenant constraintsTURBOT_PIPES_TENANT_LIST_CONSTRAINTSList all applicable constraints for a tenant.

List all applicable constraints for a tenant.

Authentication

Connected account required

Tags

Tenants
List tenant usageTURBOT_PIPES_TENANT_LIST_USAGEList all usage metrics for a tenant.

List all usage metrics for a tenant.

Authentication

Connected account required

Tags

Tenants
Delete tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_DELETEDelete a log archive for the tenant

Delete a log archive for the tenant

Authentication

Connected account required

Tags

TenantLogArchives
Download a tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_DOWNLOADDownload a log archive for the tenant

Download a log archive for the tenant

Authentication

Connected account required

Tags

TenantLogArchives
Get tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_GETGet a log archive for the tenant

Get a log archive for the tenant

Authentication

Connected account required

Tags

TenantLogArchives
List tenant log archivesTURBOT_PIPES_TENANT_LOG_ARCHIVES_LISTList log archives for the tenant

List log archives for the tenant

Authentication

Connected account required

Tags

TenantLogArchives
Confirm tenant member inviteTURBOT_PIPES_TENANT_MEMBER_CONFIRM_INVITEConfirm tenant member invite.

Confirm tenant member invite.

Authentication

Connected account required

Tags

TenantMembers
Delete tenant memberTURBOT_PIPES_TENANT_MEMBER_DELETEDelete the user from the tenant.

Delete the user from the tenant.

Authentication

Connected account required

Tags

TenantMembers
Delete tenant member inviteTURBOT_PIPES_TENANT_MEMBER_DELETE_INVITEDelete the tenant member invite.

Delete the tenant member invite.

Authentication

Connected account required

Tags

TenantMembers
Get tenant memberTURBOT_PIPES_TENANT_MEMBER_GETGet tenant member.

Get tenant member.

Authentication

Connected account required

Tags

TenantMembers
Invite tenant memberTURBOT_PIPES_TENANT_MEMBER_INVITEInvite member to a tenant.

Invite member to a tenant.

Authentication

Connected account required

Tags

TenantMembers
List Tenant MembersTURBOT_PIPES_TENANT_MEMBER_LISTList all members of a tenant who are invited / accepted.

List all members of a tenant who are invited / accepted.

Authentication

Connected account required

Tags

TenantMembers
Update tenant memberTURBOT_PIPES_TENANT_MEMBER_UPDATEUpdate the role of a member of a tenant.

Update the role of a member of a tenant.

Authentication

Connected account required

Tags

TenantMembers
Create tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_CREATECreate a new notifier for a custom tenant

Create a new notifier for a custom tenant

Authentication

Connected account required

Tags

TenantNotifiers
Delete tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_DELETEDelete a notifier for a custom tenant

Delete a notifier for a custom tenant

Authentication

Connected account required

Tags

TenantNotifiers
Get tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_GETGet a notifier for a custom tenant

Get a notifier for a custom tenant

Authentication

Connected account required

Tags

TenantNotifiers
List tenant notifiersTURBOT_PIPES_TENANT_NOTIFIER_LISTList all notifiers for a custom tenant

List all notifiers for a custom tenant

Authentication

Connected account required

Tags

TenantNotifiers
Update tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_UPDATEUpdate a notifier for a custom tenant

Update a notifier for a custom tenant

Authentication

Connected account required

Tags

TenantNotifiers
List audit logs for a tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_AUDIT_LISTReturns the audit logs where the service account is either the actor or the identity (tenant-level service account).

Returns the audit logs where the service account is either the actor or the identity (tenant-level service account).

Authentication

Connected account required

Tags

TenantServiceAccountAuditLogs
Create a tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_CREATECreate a new service account at the tenant level.

Create a new service account at the tenant level.

Authentication

Connected account required

Tags

TenantServiceAccounts
Delete a tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_DELETEDelete an existing service account at the tenant level.

Delete an existing service account at the tenant level.

Authentication

Connected account required

Tags

TenantServiceAccounts
Get tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_GETRetrieves a specific tenant-level service account.

Retrieves a specific tenant-level service account.

Authentication

Connected account required

Tags

TenantServiceAccounts
List tenant service accountsTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_LISTLists service accounts at the tenant level.

Lists service accounts at the tenant level.

Authentication

Connected account required

Tags

TenantServiceAccounts
Create a tenant service account tokenTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_CREATECreate a new token for a tenant-level service account.

Create a new token for a tenant-level service account.

Authentication

Connected account required

Tags

TenantServiceAccountTokens
Delete a tenant service account tokenTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_DELETEDelete a token for a tenant-level service account.

Delete a token for a tenant-level service account.

Authentication

Connected account required

Tags

TenantServiceAccountTokens
Get a tenant service account tokenTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_GETRetrieves a specific token for a tenant-level service account.

Retrieves a specific token for a tenant-level service account.

Authentication

Connected account required

Tags

TenantServiceAccountTokens
List tenant service account tokensTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_LISTLists tokens for a tenant-level service account.

Lists tokens for a tenant-level service account.

Authentication

Connected account required

Tags

TenantServiceAccountTokens
Update a tenant service account tokenTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_UPDATEUpdate an existing token for a tenant-level service account.

Update an existing token for a tenant-level service account.

Authentication

Connected account required

Tags

TenantServiceAccountTokens
Update a tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_UPDATEUpdate an existing service account at the tenant level.

Update an existing service account at the tenant level.

Authentication

Connected account required

Tags

TenantServiceAccounts
Update tenantTURBOT_PIPES_TENANT_UPDATEUpdates various information about a tenant.

Updates various information about a tenant.

Authentication

Connected account required

Tags

Tenants
Update tenant settingsTURBOT_PIPES_TENANT_UPDATE_SETTINGSUpdate settings for a custom tenant.

Update settings for a custom tenant.

Authentication

Connected account required

Tags

Tenants
Create Stripe billing intentTURBOT_PIPES_USER_BILLING_CREATE_BILLING_INTENTCreate Stripe billing intent

Create Stripe billing intent

Authentication

Connected account required

Tags

UserBilling
Create a new subscriptionTURBOT_PIPES_USER_BILLING_CREATE_USER_SUBSCRIPTIONCreate a new subscription for the user. There can only be 1 active subscription per user. TODO: webhook when subscription payment fail? What to do when subscription is deactivated?

Create a new subscription for the user. There can only be 1 active subscription per user. TODO: webhook when subscription payment fail? What to do when subscription is deactivated?

Authentication

Connected account required

Tags

UserBilling
Delete user billing payment method.TURBOT_PIPES_USER_BILLING_DELETE_USER_BILLING_PAYMENT_METHODDelete user billing payment method. Deleting default payment method will result in a 403 (forbidden) error.

Delete user billing payment method. Deleting default payment method will result in a 403 (forbidden) error.

Authentication

Connected account required

Tags

UserBilling
Delete user subscriptionTURBOT_PIPES_USER_BILLING_DELETE_USER_BILLING_SUBSCRIPTIONDelete user subscription. TODO: prorate, when to delete subscription. Webhook when the Subscription is finally deleted.

Delete user subscription. TODO: prorate, when to delete subscription. Webhook when the Subscription is finally deleted.

Authentication

Connected account required

Tags

UserBilling
Get a user invoiceTURBOT_PIPES_USER_BILLING_GET_USER_BILLING_INVOICEGet an invoice.

Get an invoice.

Authentication

Connected account required

Tags

UserBilling
Get user billing payment method.TURBOT_PIPES_USER_BILLING_GET_USER_BILLING_PAYMENT_METHODList user billing payment method.

List user billing payment method.

Authentication

Connected account required

Tags

UserBilling
Get user subscriptionTURBOT_PIPES_USER_BILLING_GET_USER_BILLING_SUBSCRIPTIONGet user subscription

Get user subscription

Authentication

Connected account required

Tags

UserBilling
Get upcoming user invoiceTURBOT_PIPES_USER_BILLING_GET_USER_BILLING_UPCOMING_INVOICEGet the upcoming invoice for this user. Can be used to let the user know the estimated amount for next invoice.

Get the upcoming invoice for this user. Can be used to let the user know the estimated amount for next invoice.

Authentication

Connected account required

Tags

UserBilling
List user invoicesTURBOT_PIPES_USER_BILLING_LIST_USER_BILLING_INVOICESList user invoices. TODO: paging, Stripe suports this we need to to implement it.

List user invoices. TODO: paging, Stripe suports this we need to to implement it.

Authentication

Connected account required

Tags

UserBilling
List user billing payment methods.TURBOT_PIPES_USER_BILLING_LIST_USER_BILLING_PAYMENT_METHODList user billing payment methods.

List user billing payment methods.

Authentication

Connected account required

Tags

UserBilling
List user subscriptionsTURBOT_PIPES_USER_BILLING_LIST_USER_SUBSCRIPTIONList user subscriptions. TODO: user should only have 1 active subscriptions, but what if we change subscriptions (is it possible?). Should we display old subscriptions?

List user subscriptions. TODO: user should only have 1 active subscriptions, but what if we change subscriptions (is it possible?). Should we display old subscriptions?

Authentication

Connected account required

Tags

UserBilling
Update user billing payment method.TURBOT_PIPES_USER_BILLING_UPDATE_USER_BILLING_PAYMENT_METHODUpdate user billing payment method.

Update user billing payment method.

Authentication

Connected account required

Tags

UserBilling
Create user connectionTURBOT_PIPES_USER_CONNECTION_CREATECreates a new connection for a user.

Creates a new connection for a user.

Authentication

Connected account required

Tags

UserConnections
Create user connectionTURBOT_PIPES_USER_CONNECTION_CREATE_DEPRECATEDCreates a new connection for a user.

Creates a new connection for a user.

Authentication

Connected account required

Tags

UserConnections
Delete user connectionTURBOT_PIPES_USER_CONNECTION_DELETEDeletes a connection belonging to a user.

Deletes a connection belonging to a user.

Authentication

Connected account required

Tags

UserConnections
Delete user connectionTURBOT_PIPES_USER_CONNECTION_DELETE_DEPRECATEDDelete a connection belonging to a user.

Delete a connection belonging to a user.

Authentication

Connected account required

Tags

UserConnections
Get user connectionTURBOT_PIPES_USER_CONNECTION_GETGet the details of a connection belonging to a user.

Get the details of a connection belonging to a user.

Authentication

Connected account required

Tags

UserConnections
Get user connectionTURBOT_PIPES_USER_CONNECTION_GET_DEPRECATEDGet the details for a connection belonging to a user.

Get the details for a connection belonging to a user.

Authentication

Connected account required

Tags

UserConnections
List user connectionsTURBOT_PIPES_USER_CONNECTION_LISTList connections for a user.

List connections for a user.

Authentication

Connected account required

Tags

UserConnections
List user connectionsTURBOT_PIPES_USER_CONNECTION_LIST_DEPRECATEDList the connection for a user.

List the connection for a user.

Authentication

Connected account required

Tags

UserConnections
List user connection workspacesTURBOT_PIPES_USER_CONNECTION_LIST_WORKSPACESList the workspaces that a user connection has been added to.

List the workspaces that a user connection has been added to.

Authentication

Connected account required

Tags

UserConnections
List user connection workspacesTURBOT_PIPES_USER_CONNECTION_LIST_WORKSPACES_DEPRECATEDList the workspaces that a user connection has been added to.

List the workspaces that a user connection has been added to.

Authentication

Connected account required

Tags

UserConnections
Test user connectionTURBOT_PIPES_USER_CONNECTION_TESTTest the config for a user connection to check for basic connectivity.

Test the config for a user connection to check for basic connectivity.

Authentication

Connected account required

Tags

UserConnections
Test user connectionTURBOT_PIPES_USER_CONNECTION_TEST_DEPRECATEDTest the config for a user connection to check for basic connectivity.

Test the config for a user connection to check for basic connectivity.

Authentication

Connected account required

Tags

UserConnections
Update user connectionTURBOT_PIPES_USER_CONNECTION_UPDATEUpdate the details of a connection belonging to a user.

Update the details of a connection belonging to a user.

Authentication

Connected account required

Tags

UserConnections
Update user connectionTURBOT_PIPES_USER_CONNECTION_UPDATE_DEPRECATEDUpdate a connection for a user.

Update a connection for a user.

Authentication

Connected account required

Tags

UserConnections
Create userTURBOT_PIPES_USER_CREATECreates a new user.

Creates a new user.

Authentication

Connected account required

Tags

Users
Create user passwordTURBOT_PIPES_USER_CREATE_DBPASSWORDCreate or rotate user password.

Create or rotate user password.

Authentication

Connected account required

Tags

Users
Delete userTURBOT_PIPES_USER_DELETEDeletes the specified user.

Deletes the specified user.

Authentication

Connected account required

Tags

Users
Delete user avatarTURBOT_PIPES_USER_DELETE_AVATARDelete custom avatar for a user.

Delete custom avatar for a user.

Authentication

Connected account required

Tags

Users
Get userTURBOT_PIPES_USER_GETRetrieves information of the specified user.

Retrieves information of the specified user.

Authentication

Connected account required

Tags

Users
Get user passwordTURBOT_PIPES_USER_GET_DBPASSWORDGet user password.

Get user password.

Authentication

Connected account required

Tags

Users
Get user emailTURBOT_PIPES_USER_GET_EMAILGet a particular user email record along with its metadata information.

Get a particular user email record along with its metadata information.

Authentication

Connected account required

Tags

Users
Get user billing plan.TURBOT_PIPES_USER_GET_PLANGet the current user billing plan.

Get the current user billing plan.

Authentication

Connected account required

Tags

Users
Get user preferencesTURBOT_PIPES_USER_GET_PREFERENCESGet preferences for the user such as email preferences.

Get preferences for the user such as email preferences.

Authentication

Connected account required

Tags

Users
Run user integration commandTURBOT_PIPES_USER_INTEGRATION_COMMANDRun a command for a user integration

Run a command for a user integration

Authentication

Connected account required

Tags

UserIntegrations
Create user integrationTURBOT_PIPES_USER_INTEGRATION_CREATECreates a new integration for a user. A user can only create a Github integration.

Creates a new integration for a user. A user can only create a Github integration.

Authentication

Connected account required

Tags

UserIntegrations
Delete user integrationTURBOT_PIPES_USER_INTEGRATION_DELETEDelete an integration configured for a user.

Delete an integration configured for a user.

Authentication

Connected account required

Tags

UserIntegrations
Get user integrationTURBOT_PIPES_USER_INTEGRATION_GETGet details of an integration configured on a user.

Get details of an integration configured on a user.

Authentication

Connected account required

Tags

UserIntegrations
Install GitHub integration for a userTURBOT_PIPES_USER_INTEGRATION_INSTALL_GITHUB_INTEGRATIONInstall a GitHub integration for a user identity.

Install a GitHub integration for a user identity.

Authentication

Connected account required

Tags

UserIntegrations
Install Slack integration for a userTURBOT_PIPES_USER_INTEGRATION_INSTALL_SLACK_INTEGRATIONInstall a Slack integration for a user identity.

Install a Slack integration for a user identity.

Authentication

Connected account required

Tags

UserIntegrations
List user integrationsTURBOT_PIPES_USER_INTEGRATION_LISTList integrations configuered for a user.

List integrations configuered for a user.

Authentication

Connected account required

Tags

UserIntegrations
List user integration Slack channelsTURBOT_PIPES_USER_INTEGRATION_LIST_SLACK_CHANNELSList Slack channels that are given access to a user Slack integration.

List Slack channels that are given access to a user Slack integration.

Authentication

Connected account required

Tags

UserIntegrations
Test user integrationTURBOT_PIPES_USER_INTEGRATION_TESTTest the config for a user integration to check for basic connectivity before you create it.

Test the config for a user integration to check for basic connectivity before you create it.

Authentication

Connected account required

Tags

UserIntegrations
Update user integrationTURBOT_PIPES_USER_INTEGRATION_UPDATEUpdate details of an integration configured for a user.

Update details of an integration configured for a user.

Authentication

Connected account required

Tags

UserIntegrations
List usersTURBOT_PIPES_USER_LISTList the users.

List the users.

Authentication

Connected account required

Tags

Users
User audit logsTURBOT_PIPES_USER_LIST_AUDIT_LOGSReturns the audit logs for a user.

Returns the audit logs for a user.

Authentication

Connected account required

Tags

Users
List user constraintsTURBOT_PIPES_USER_LIST_CONSTRAINTSList all applicable constraints for a user.

List all applicable constraints for a user.

Authentication

Connected account required

Tags

Users
List user emailsTURBOT_PIPES_USER_LIST_EMAILSList emails for a user along with other metadata information for each item.

List emails for a user along with other metadata information for each item.

Authentication

Connected account required

Tags

Users
List user usageTURBOT_PIPES_USER_LIST_USAGEList all usage metrics for a user.

List all usage metrics for a user.

Authentication

Connected account required

Tags

Users
Create user notifierTURBOT_PIPES_USER_NOTIFIER_CREATECreate a new notifier for a user

Create a new notifier for a user

Authentication

Connected account required

Tags

UserNotifiers
Delete user notifierTURBOT_PIPES_USER_NOTIFIER_DELETEDelete a notifier for a user

Delete a notifier for a user

Authentication

Connected account required

Tags

UserNotifiers
Get user notifierTURBOT_PIPES_USER_NOTIFIER_GETGet a notifier for a user

Get a notifier for a user

Authentication

Connected account required

Tags

UserNotifiers
List user notifiersTURBOT_PIPES_USER_NOTIFIER_LISTList all notifiers for a user

List all notifiers for a user

Authentication

Connected account required

Tags

UserNotifiers
Update user notifierTURBOT_PIPES_USER_NOTIFIER_UPDATEUpdate a notifier for a user

Update a notifier for a user

Authentication

Connected account required

Tags

UserNotifiers
Get User processTURBOT_PIPES_USER_PROCESS_GETGet process for a user.

Get process for a user.

Authentication

Connected account required

Tags

UserProcesses
List User processesTURBOT_PIPES_USER_PROCESS_LISTList processes for a user.

List processes for a user.

Authentication

Connected account required

Tags

UserProcesses
List user process logsTURBOT_PIPES_USER_PROCESS_LOGList the process logs for a given process of a user.

List the process logs for a given process of a user.

Authentication

Connected account required

Tags

UserProcesses
Create tokenTURBOT_PIPES_USER_TOKEN_CREATECreates a new token for the specified user. The limit is 2 per user.

Creates a new token for the specified user. The limit is 2 per user.

Authentication

Connected account required

Tags

UserTokens
Delete tokenTURBOT_PIPES_USER_TOKEN_DELETEDeletes the token associated with the specified user.

Deletes the token associated with the specified user.

Authentication

Connected account required

Tags

UserTokens
Get tokenTURBOT_PIPES_USER_TOKEN_GETRetrieves the information of a specified token.

Retrieves the information of a specified token.

Authentication

Connected account required

Tags

UserTokens
List tokensTURBOT_PIPES_USER_TOKEN_LISTList the token for a user.

List the token for a user.

Authentication

Connected account required

Tags

UserTokens
Update tokenTURBOT_PIPES_USER_TOKEN_UPDATEChanges the status of the specified token from Active to Inactive or vice versa.

Changes the status of the specified token from Active to Inactive or vice versa.

Authentication

Connected account required

Tags

UserTokens
Update userTURBOT_PIPES_USER_UPDATEUpdates the handle name, display name, or the URL of a user.

Updates the handle name, display name, or the URL of a user.

Authentication

Connected account required

Tags

Users
Update user preferencesTURBOT_PIPES_USER_UPDATE_PREFERENCESUpdate preferences for the user e.g. opting out of receiving certain kind of emails.

Update preferences for the user e.g. opting out of receiving certain kind of emails.

Authentication

Connected account required

Tags

Users
Create an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_CREATECreates an aggregator for a workspace of a user.

Creates an aggregator for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceAggregators
Delete an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_DELETEDeletes an aggregator belonging to a workspace of a user.

Deletes an aggregator belonging to a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceAggregators
Get an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_GETGet the details of an aggregator belonging to a workspace of a user.

Get the details of an aggregator belonging to a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceAggregators
Get a connection in the scope of an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_GET_CONNECTIONGet a connection that is a part of an aggregator defined in a workspace of a user.

Get a connection that is a part of an aggregator defined in a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceAggregators
List aggregators for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_LISTList aggregators for a workspace of a user.

List aggregators for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceAggregators
List connections in the scope of an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_LIST_CONNECTIONSList all connections that are a part of an aggregator defined in a workspace of a user.

List all connections that are a part of an aggregator defined in a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceAggregators
Update an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_UPDATEUpdate the details of an aggregator belonging to workspace of a user.

Update the details of an aggregator belonging to workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceAggregators
Download user workspace artifactTURBOT_PIPES_USER_WORKSPACE_ARTIFACT_DOWNLOADDownloads an artifact file from a user workspace AI conversation.

Downloads an artifact file from a user workspace AI conversation.

Authentication

Connected account required

Tags

UserWorkspaceArtifacts
Run user workspace commandTURBOT_PIPES_USER_WORKSPACE_COMMANDRun a command in the workspace. Valid commands are: reboot.

Run a command in the workspace. Valid commands are: reboot.

Authentication

Connected account required

Tags

UserWorkspaces
Create user workspace connection associationTURBOT_PIPES_USER_WORKSPACE_CONNECTION_ASSOCIATION_CREATEAssociate a connection with the workspace. A workspace can have multiple association.

Associate a connection with the workspace. A workspace can have multiple association.

Authentication

Connected account required

Tags

UserWorkspaceConnectionAssociations
Delete user workspace connection associationTURBOT_PIPES_USER_WORKSPACE_CONNECTION_ASSOCIATION_DELETEDissociates or delete the workspace and connection association.

Dissociates or delete the workspace and connection association.

Authentication

Connected account required

Tags

UserWorkspaceConnectionAssociations
Get user workspace connection associationTURBOT_PIPES_USER_WORKSPACE_CONNECTION_ASSOCIATION_GETGet the details for a workspace and connection association.

Get the details for a workspace and connection association.

Authentication

Connected account required

Tags

UserWorkspaceConnectionAssociations
List user workspace connection associationsTURBOT_PIPES_USER_WORKSPACE_CONNECTION_ASSOCIATION_LISTList the connections associated with a workspace.

List the connections associated with a workspace.

Authentication

Connected account required

Tags

UserWorkspaceConnectionAssociations
Create a connection for a user workspaceTURBOT_PIPES_USER_WORKSPACE_CONNECTION_CREATEAllows to create a connection on a workspace for a user.

Allows to create a connection on a workspace for a user.

Authentication

Connected account required

Tags

UserWorkspaceConnections
Delete user workspace connectionTURBOT_PIPES_USER_WORKSPACE_CONNECTION_DELETEDissociates or delete the workspace and connection association.

Dissociates or delete the workspace and connection association.

Authentication

Connected account required

Tags

UserWorkspaceConnections
Create user workspace connection folderTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_CREATECreates a new connection folder in a workspace of a user.

Creates a new connection folder in a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceConnectionFolders
Delete user workspace connection folderTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_DELETEDeletes a connection folder defined at a user workspace.

Deletes a connection folder defined at a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceConnectionFolders
Get user workspace connection folderTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_GETGet connection folder for a user workspace.

Get connection folder for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceConnectionFolders
List user workspace connections foldersTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_LISTList connection folders for a user workspace.

List connection folders for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceConnectionFolders
Update user workspace connection folderTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_UPDATEUpdate the details of a connection folder belonging to a user workspace.

Update the details of a connection folder belonging to a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceConnectionFolders
Get user workspace connection associationTURBOT_PIPES_USER_WORKSPACE_CONNECTION_GETGet the details for a workspace and connection association.

Get the details for a workspace and connection association.

Authentication

Connected account required

Tags

UserWorkspaceConnections
List connections for a user workspaceTURBOT_PIPES_USER_WORKSPACE_CONNECTION_LISTList connections explicitly defined or associated to the workspace.

List connections explicitly defined or associated to the workspace.

Authentication

Connected account required

Tags

UserWorkspaceConnections
Test user workspace connectionTURBOT_PIPES_USER_WORKSPACE_CONNECTION_TESTTest the config for a connection configured on a user workspace to check for basic connectivity.

Test the config for a connection configured on a user workspace to check for basic connectivity.

Authentication

Connected account required

Tags

UserWorkspaceConnections
List user workspace connection treeTURBOT_PIPES_USER_WORKSPACE_CONNECTION_TREE_LISTList connection tree for a user workspace.

List connection tree for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceConnectionTree
Update user workspace connectionTURBOT_PIPES_USER_WORKSPACE_CONNECTION_UPDATEUpdate the details of a connection belonging to a workspace of a user.

Update the details of a connection belonging to a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceConnections
Create user workspaceTURBOT_PIPES_USER_WORKSPACE_CREATECreates a new workspace for a user.

Creates a new workspace for a user.

Authentication

Connected account required

Tags

UserWorkspaces
Create user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_CREATECreates a new user workspace tank.

Creates a new user workspace tank.

Authentication

Connected account required

Tags

UserWorkspaceDatatanks
Delete user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_DELETEDeletes the user workspace Datatank table.

Deletes the user workspace Datatank table.

Authentication

Connected account required

Tags

UserWorkspaceDatatanks
Get user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_GETGet the details for the workspace Datatank.

Get the details for the workspace Datatank.

Authentication

Connected account required

Tags

UserWorkspaceDatatanks
List user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_LISTList the user workspace Datatank.

List the user workspace Datatank.

Authentication

Connected account required

Tags

UserWorkspaceDatatanks
Run user workspace Datatank table partition commandTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_COMMANDRun user workspace Datatank table partition command. Valid commands are: refresh.

Run user workspace Datatank table partition command. Valid commands are: refresh.

Authentication

Connected account required

Tags

UserWorkspaceDatatankParts
Get user workspace Datatank table partitionTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_GETGet the details for the workspace Datatank table partition

Get the details for the workspace Datatank table partition

Authentication

Connected account required

Tags

UserWorkspaceDatatankParts
List user workspace Datatank partitionsTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_LISTList the user workspace Datatank partitions

List the user workspace Datatank partitions

Authentication

Connected account required

Tags

UserWorkspaceDatatankParts
Update user workspace Datatank table partitionTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_UPDATEUpdate the user workspace Datatank table partition.

Update the user workspace Datatank table partition.

Authentication

Connected account required

Tags

UserWorkspaceDatatankParts
Create user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_CREATECreates a new user workspace tank table.

Creates a new user workspace tank table.

Authentication

Connected account required

Tags

UserWorkspaceDatatankTables
Delete user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_DELETEDeletes the user workspace Datatank table.

Deletes the user workspace Datatank table.

Authentication

Connected account required

Tags

UserWorkspaceDatatankTables
Get user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_GETGet the details for the workspace Datatank table

Get the details for the workspace Datatank table

Authentication

Connected account required

Tags

UserWorkspaceDatatankTables
List user workspace Datatank tablesTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_LISTList the user workspace Datatank tables.

List the user workspace Datatank tables.

Authentication

Connected account required

Tags

UserWorkspaceDatatankTables
Update user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_UPDATEUpdate the user workspace Datatank table.

Update the user workspace Datatank table.

Authentication

Connected account required

Tags

UserWorkspaceDatatankTables
Update user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_UPDATEUpdate the user workspace Datatank.

Update the user workspace Datatank.

Authentication

Connected account required

Tags

UserWorkspaceDatatanks
Delete user workspaceTURBOT_PIPES_USER_WORKSPACE_DELETEDeletes the workspace specified in the request by the user.

Deletes the workspace specified in the request by the user.

Authentication

Connected account required

Tags

UserWorkspaces
Get user workspace flowpipe formTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_FORM_GETGet details of a Flowpipe input step form for a user workspace

Get details of a Flowpipe input step form for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeInputs
Post user workspace flowpipe form responseTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_FORM_RESPONSE_POSTSubmit response to a Flowpipe input step form for a user workspace

Submit response to a Flowpipe input step form for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeInputs
Create user workspace flowpipe inputTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_INPUT_CREATECreate a Flowpipe input for a user workspace

Create a Flowpipe input for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeInputs
Get user workspace flowpipe inputTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_INPUT_GETGet details of a Flowpipe input for a user workspace

Get details of a Flowpipe input for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeInputs
List user workspace flowpipe inputsTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_INPUTS_LISTList Flowpipe inputs for a user workspace

List Flowpipe inputs for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeInputs
Get user workspace installed flowpipe modTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_GETGet user workspace installed flowpipe mod by mod alias

Get user workspace installed flowpipe mod by mod alias

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeMods
Install flowpipe mod to a user's workspaceTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_INSTALLInstall flowpipe mod to a user's workspace

Install flowpipe mod to a user's workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeMods
Uninstall flowpipe mod from a user's workspace.TURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_UNINSTALLUninstall flowpipe mod from a user's workspace

Uninstall flowpipe mod from a user's workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeMods
Update a flowpipe mod in a user's workspaceTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_UPDATEUpdate a flowpipe mod in a user's workspace

Update a flowpipe mod in a user's workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeMods
Create a setting for a flowpipe mod variable in a user workspaceTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_VARIABLE_CREATE_SETTINGCreate a setting for a flowpipe mod variable in a user workspace

Create a setting for a flowpipe mod variable in a user workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeModVariables
Delete setting for a flowpipe mod variable in a user workspaceTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_VARIABLE_DELETE_SETTINGDelete setting for a flowpipe mod variable in a user workspace

Delete setting for a flowpipe mod variable in a user workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeModVariables
Get setting for a flowpipe mod variable in a user workspaceTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_VARIABLE_GET_SETTINGGet setting for a flowpipe mod variable in a user workspace

Get setting for a flowpipe mod variable in a user workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeModVariables
List variables for a user workspace flowpipe modTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_VARIABLE_LISTList all variables applicable for a flowpipe mod in a workspace specific to a user

List all variables applicable for a flowpipe mod in a workspace specific to a user

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeModVariables
Update setting for a flowpipe mod variable in a user workspaceTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_VARIABLE_UPDATE_SETTINGUpdate setting for a flowpipe mod variable in a user workspace

Update setting for a flowpipe mod variable in a user workspace

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeModVariables
Run user workspace Flowpipe pipeline commandTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_PIPELINE_COMMANDRun a command on a pipeline in a workspace belonging to a user.

Run a command on a pipeline in a workspace belonging to a user.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipePipelines
Get user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_PIPELINE_GETGet the details of a pipeline for a workspace of a user.

Get the details of a pipeline for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipePipelines
List user workspace pipelinesTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_PIPELINE_LISTLists the pipelines for a user workspace.

Lists the pipelines for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipePipelines
Get user workspace pipeline triggersTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_PIPELINE_LIST_TRIGGERSGet the list of triggers that a pipeline is associated with.

Get the list of triggers that a pipeline is associated with.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipePipelines
Run user workspace Flowpipe trigger commandTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_COMMANDRun a command on a trigger in a workspace belonging to a user.

Run a command on a trigger in a workspace belonging to a user.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeTriggers
Create user workspace triggerTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_CREATECreates a new trigger for a user workspace.

Creates a new trigger for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeTriggers
Delete user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_DELETEDeletes the pipeline specified in the request for a workspace of a user.

Deletes the pipeline specified in the request for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeTriggers
Get user workspace flowpipe triggerTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_GETGet the details of a trigger for a workspace of a user.

Get the details of a trigger for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeTriggers
List user workspace triggersTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_LISTLists the triggers for a user workspace.

Lists the triggers for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeTriggers
Update user workspace triggerTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_UPDATEUpdates a trigger for a workspace of a user.

Updates a trigger for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspaceFlowpipeTriggers
Get user workspaceTURBOT_PIPES_USER_WORKSPACE_GETGet the details for the workspace.

Get the details for the workspace.

Authentication

Connected account required

Tags

UserWorkspaces
Query user workspaceTURBOT_PIPES_USER_WORKSPACE_GET_QUERYPerforms a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.

Performs a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.

Authentication

Connected account required

Tags

UserWorkspaces
Query user workspace with extensionsTURBOT_PIPES_USER_WORKSPACE_GET_QUERY_WITH_EXTENSIONSPerforms a query in a user workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.

Performs a query in a user workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.

Authentication

Connected account required

Tags

UserWorkspaces
Get user workspace integrationTURBOT_PIPES_USER_WORKSPACE_INTEGRATION_GETGet details of an integration available for a workspace belonging to a user.

Get details of an integration available for a workspace belonging to a user.

Authentication

Connected account required

Tags

UserWorkspaceIntegrations
List user workspace integrationsTURBOT_PIPES_USER_WORKSPACE_INTEGRATION_LISTList integrations available for a user workspace. If run on a custom tenant this will return integrations configured both on tenant and user level.

List integrations available for a user workspace. If run on a custom tenant this will return integrations configured both on tenant and user level.

Authentication

Connected account required

Tags

UserWorkspaceIntegrations
List user workspace integration github respositoriesTURBOT_PIPES_USER_WORKSPACE_INTEGRATION_LIST_GITHUB_REPOSITORIESList respositories that are given access to the integration available for a user workspace.

List respositories that are given access to the integration available for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceIntegrations
List user workspace integration github respository headsTURBOT_PIPES_USER_WORKSPACE_INTEGRATION_LIST_GITHUB_REPOSITORY_HEADSList heads for a respository of an integration available for a user workspace.

List heads for a respository of an integration available for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceIntegrations
List user workspace integration gitlab project branchesTURBOT_PIPES_USER_WORKSPACE_INTEGRATION_LIST_GITLAB_PROJECT_BRANCHESList branches for a gitlab project of an integration available for a user workspace.

List branches for a gitlab project of an integration available for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceIntegrations
List user workspace integration gitlab projectsTURBOT_PIPES_USER_WORKSPACE_INTEGRATION_LIST_GITLAB_PROJECTSList gitlab proejcts that are given access to the integration available for a user workspace.

List gitlab proejcts that are given access to the integration available for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceIntegrations
List user workspacesTURBOT_PIPES_USER_WORKSPACE_LISTList the workspace for a user.

List the workspace for a user.

Authentication

Connected account required

Tags

UserWorkspaces
User workspace audit logsTURBOT_PIPES_USER_WORKSPACE_LIST_AUDIT_LOGSReturns the audit logs for a user workspace.

Returns the audit logs for a user workspace.

Authentication

Connected account required

Tags

UserWorkspaces
User workspace logsTURBOT_PIPES_USER_WORKSPACE_LIST_DBLOGSReturns the workspace logs for a user.

Returns the workspace logs for a user.

Authentication

Connected account required

Tags

UserWorkspaces
Get user workspace installed modTURBOT_PIPES_USER_WORKSPACE_MOD_GETGet user workspace installed mod by mod alias

Get user workspace installed mod by mod alias

Authentication

Connected account required

Tags

UserWorkspaceMods
Install a mod to a user's workspaceTURBOT_PIPES_USER_WORKSPACE_MOD_INSTALLInstall a mod to a user's workspace

Install a mod to a user's workspace

Authentication

Connected account required

Tags

UserWorkspaceMods
List user workspace installed modsTURBOT_PIPES_USER_WORKSPACE_MOD_LISTList user workspace installed mods

List user workspace installed mods

Authentication

Connected account required

Tags

UserWorkspaceMods
Uninstall mod from a user's workspace.TURBOT_PIPES_USER_WORKSPACE_MOD_UNINSTALLUninstall mod from a user's workspace

Uninstall mod from a user's workspace

Authentication

Connected account required

Tags

UserWorkspaceMods
Update a mod in a user's workspaceTURBOT_PIPES_USER_WORKSPACE_MOD_UPDATEUpdate a mod in a user's workspace

Update a mod in a user's workspace

Authentication

Connected account required

Tags

UserWorkspaceMods
Create a setting for a mod variable in a user workspaceTURBOT_PIPES_USER_WORKSPACE_MOD_VARIABLE_CREATE_SETTINGCreate a setting for a mod variable in a user workspace

Create a setting for a mod variable in a user workspace

Authentication

Connected account required

Tags

UserWorkspaceModVariables
Delete setting for a mod variable in a user workspaceTURBOT_PIPES_USER_WORKSPACE_MOD_VARIABLE_DELETE_SETTINGDelete setting for a mod variable in a user workspace

Delete setting for a mod variable in a user workspace

Authentication

Connected account required

Tags

UserWorkspaceModVariables
Get setting for a mod variable in a user workspaceTURBOT_PIPES_USER_WORKSPACE_MOD_VARIABLE_GET_SETTINGGet setting for a mod variable in a user workspace

Get setting for a mod variable in a user workspace

Authentication

Connected account required

Tags

UserWorkspaceModVariables
List variables for a user workspace modTURBOT_PIPES_USER_WORKSPACE_MOD_VARIABLE_LISTList all variables applicable for a mod in a workspace specific to a user

List all variables applicable for a mod in a workspace specific to a user

Authentication

Connected account required

Tags

UserWorkspaceModVariables
Update setting for a mod variable in a user workspaceTURBOT_PIPES_USER_WORKSPACE_MOD_VARIABLE_UPDATE_SETTINGUpdate setting for a mod variable in a user workspace

Update setting for a mod variable in a user workspace

Authentication

Connected account required

Tags

UserWorkspaceModVariables
Post user workspace notifier commandsTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_COMMAND_POSTPost a command for a notifier for a users workspace

Post a command for a notifier for a users workspace

Authentication

Connected account required

Tags

UserWorkspaceNotifiers
Create user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_CREATECreate a new notifier for a user workspace

Create a new notifier for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceNotifiers
Delete user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_DELETEDelete a notifier for a user workspace

Delete a notifier for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceNotifiers
Get user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_GETGet a notifier for a user workspace

Get a notifier for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceNotifiers
List user workspace notifiersTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_LISTList all notifiers for a user workspace

List all notifiers for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceNotifiers
Update user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_UPDATEUpdate a notifier for a user workspace

Update a notifier for a user workspace

Authentication

Connected account required

Tags

UserWorkspaceNotifiers
Run user workspace pipeline commandTURBOT_PIPES_USER_WORKSPACE_PIPELINE_COMMANDRun a command on a pipeline in a workspace belonging to a user.

Run a command on a pipeline in a workspace belonging to a user.

Authentication

Connected account required

Tags

UserWorkspacePipelines
Create user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_PIPELINE_CREATECreates a new pipeline for a workspace of a user.

Creates a new pipeline for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspacePipelines
Delete user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_PIPELINE_DELETEDeletes the pipeline specified in the request for a workspace of a user.

Deletes the pipeline specified in the request for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspacePipelines
Get user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_PIPELINE_GETGet the details of a pipeline for a workspace of a user.

Get the details of a pipeline for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspacePipelines
List user workspace pipelinesTURBOT_PIPES_USER_WORKSPACE_PIPELINE_LISTLists the pipelines for a workspace of a user.

Lists the pipelines for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspacePipelines
Update user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_PIPELINE_UPDATEUpdates a pipeline for a workspace of a user.

Updates a pipeline for a workspace of a user.

Authentication

Connected account required

Tags

UserWorkspacePipelines
Query user workspaceTURBOT_PIPES_USER_WORKSPACE_POST_QUERYPerforms a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.

Performs a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.

Authentication

Connected account required

Tags

UserWorkspaces
Query user workspace with extensionsTURBOT_PIPES_USER_WORKSPACE_POST_QUERY_WITH_EXTENSIONSPerforms a query in a user workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.

Performs a query in a user workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.

Authentication

Connected account required

Tags

UserWorkspaces
Run user workspace process commandTURBOT_PIPES_USER_WORKSPACE_PROCESS_COMMANDRun a command against a users workspace process.

Run a command against a users workspace process.

Authentication

Connected account required

Tags

UserWorkspaceProcesses
Get user workspace processTURBOT_PIPES_USER_WORKSPACE_PROCESS_GETGet the details for a user workspace process.

Get the details for a user workspace process.

Authentication

Connected account required

Tags

UserWorkspaceProcesses
List user workspace processesTURBOT_PIPES_USER_WORKSPACE_PROCESS_LISTList the process associated with a user workspace.

List the process associated with a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceProcesses
List user workspace process logsTURBOT_PIPES_USER_WORKSPACE_PROCESS_LOGList the process logs associated with a workspace process.

List the process logs associated with a workspace process.

Authentication

Connected account required

Tags

UserWorkspaceProcesses
Attach a schema to a user workspaceTURBOT_PIPES_USER_WORKSPACE_SCHEMA_ATTACHAttach an identity-level connection schema to a user workspace.

Attach an identity-level connection schema to a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceSchemas
Detach a schema from a user workspaceTURBOT_PIPES_USER_WORKSPACE_SCHEMA_DETACHDetach an identity-level connection schema from a user workspace.

Detach an identity-level connection schema from a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceSchemas
Get user workspace schemaTURBOT_PIPES_USER_WORKSPACE_SCHEMA_GETGet the details for a user workspace schema.

Get the details for a user workspace schema.

Authentication

Connected account required

Tags

UserWorkspaceSchemas
Get user workspace schema tableTURBOT_PIPES_USER_WORKSPACE_SCHEMA_GET_TABLEGet details about a specific table in a user workspace schema.

Get details about a specific table in a user workspace schema.

Authentication

Connected account required

Tags

UserWorkspaceSchemas
List user workspace schemasTURBOT_PIPES_USER_WORKSPACE_SCHEMA_LISTList the schemas for the user workspace. This will consist of the aggregators, datatanks and identity-level connections associated with the workspace.

List the schemas for the user workspace. This will consist of the aggregators, datatanks and identity-level connections associated with the workspace.

Authentication

Connected account required

Tags

UserWorkspaceSchemas
List user workspace schema tablesTURBOT_PIPES_USER_WORKSPACE_SCHEMA_LIST_TABLESList the tables for a user workspace schema.

List the tables for a user workspace schema.

Authentication

Connected account required

Tags

UserWorkspaceSchemas
Create user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_CREATECreates a new workspace snapshot for a user.

Creates a new workspace snapshot for a user.

Authentication

Connected account required

Tags

UserWorkspaceSnapshots
Delete user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_DELETEDeletes a user workspace snapshot.

Deletes a user workspace snapshot.

Authentication

Connected account required

Tags

UserWorkspaceSnapshots
Download user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_DOWNLOADDownloads the full data for a user workspace snapshot.

Downloads the full data for a user workspace snapshot.

Authentication

Connected account required

Tags

UserWorkspaceSnapshots
Get user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_GETGet the details for a user workspace snapshot.

Get the details for a user workspace snapshot.

Authentication

Connected account required

Tags

UserWorkspaceSnapshots
List user workspace snapshotsTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_LISTList the workspace snapshots for a user.

List the workspace snapshots for a user.

Authentication

Connected account required

Tags

UserWorkspaceSnapshots
Update user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_UPDATEUpdates a user workspace snapshot.

Updates a user workspace snapshot.

Authentication

Connected account required

Tags

UserWorkspaceSnapshots
Update user workspaceTURBOT_PIPES_USER_WORKSPACE_UPDATEUpdate the workspace for a user.

Update the workspace for a user.

Authentication

Connected account required

Tags

UserWorkspaces
List user workspace usageTURBOT_PIPES_USER_WORKSPACE_USAGE_LISTList the usage associated with a user workspace.

List the usage associated with a user workspace.

Authentication

Connected account required

Tags

UserWorkspaceUsages

Provider resources