Open Connector
所有 Tools

Turbot Pipes logoTurbot Pipes

Cloud intelligence, security, and automation for Developers.

turbot-pipesvcatalog-v1541 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 目录

可用 Tools

541 个可调用操作

Actor informationTURBOT_PIPES_ACTOR_GETReturns the actor information.

Returns the actor information.

认证

需要 Connected Account

Tags

Actors
List actor activityTURBOT_PIPES_ACTOR_LIST_ACTIVITYList the activity for an actor.

List the activity for an actor.

认证

需要 Connected Account

Tags

Actors
List actor connectionsTURBOT_PIPES_ACTOR_LIST_CONNECTIONSList the connections for an actor.

List the connections for an actor.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

Actors
List actor workspacesTURBOT_PIPES_ACTOR_LIST_WORKSPACESList the workspaces for an actor.

List the workspaces for an actor.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

AIKeys
Confirm user loginTURBOT_PIPES_AUTH_CONFIRM_LOGINConfirm user login.

Confirm user login.

认证

需要 Connected Account

Tags

Auth
Confirm user signupTURBOT_PIPES_AUTH_CONFIRM_SIGNUPConfirm user signup.

Confirm user signup.

认证

需要 Connected Account

Tags

Auth
User loginTURBOT_PIPES_AUTH_LOGINUser login.

User login.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

Auth
Delete temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_DELETEDelete a temporary token request status.

Delete a temporary token request status.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

Auth
Update temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_UPDATEUpdate a temporary token request status.

Update a temporary token request status.

认证

需要 Connected Account

Tags

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

Removes the session that is associated with the user.

认证

需要 Connected Account

Tags

Auth
Post auth provider callbackTURBOT_PIPES_AUTH_POST_PROVIDER_CALLBACKAuth provider callback.

Auth provider callback.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

Auth
Auth provider callbackTURBOT_PIPES_AUTH_PROVIDER_CALLBACKAuth provider callback.

Auth provider callback.

认证

需要 Connected Account

Tags

Auth
User signupTURBOT_PIPES_AUTH_SIGNUPNew user signup.

New user signup.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgWorkspaceConversations
Delete org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_DELETEDeletes a specific org workspace conversation.

Deletes a specific org workspace conversation.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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).

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserWorkspaceConversations
Delete user workspace conversationTURBOT_PIPES_CONVERSATION_USER_DELETEDeletes a specific user workspace conversation.

Deletes a specific user workspace conversation.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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).

认证

需要 Connected Account

Tags

UserWorkspaceConversations
Get identityTURBOT_PIPES_IDENTITY_GETGet public information for an identity.

Get public information for an identity.

认证

需要 Connected Account

Tags

Identities
Get identity avatarTURBOT_PIPES_IDENTITY_GET_AVATARGet public avatar for an identity.

Get public avatar for an identity.

认证

需要 Connected Account

Tags

Identities
List identitiesTURBOT_PIPES_IDENTITY_LISTList identities with their public information.

List identities with their public information.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserWorkspaceAIModels
Create Stripe billing intentTURBOT_PIPES_ORG_BILLING_CREATE_BILLING_INTENTCreate Stripe billing intent

Create Stripe billing intent

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgBilling
Get an organization invoiceTURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_INVOICEGet an invoice for an organization.

Get an invoice for an organization.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgBilling
Get org subscriptionTURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_SUBSCRIPTIONGet org subscription

Get org subscription

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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?

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgBilling
Create org connectionTURBOT_PIPES_ORG_CONNECTION_CREATECreates a new connection for an organization.

Creates a new connection for an organization.

认证

需要 Connected Account

Tags

OrgConnections
Create org connectionTURBOT_PIPES_ORG_CONNECTION_CREATE_DEPRECATEDCreates a new connection for an organization.

Creates a new connection for an organization.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgConnections
Delete org connectionTURBOT_PIPES_ORG_CONNECTION_DELETEDeletes a connection belonging to an org.

Deletes a connection belonging to an org.

认证

需要 Connected Account

Tags

OrgConnections
Delete org connectionTURBOT_PIPES_ORG_CONNECTION_DELETE_DEPRECATEDDelete a connection belonging to an org.

Delete a connection belonging to an org.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgConnectionFolders
Delete org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_DELETEDeletes an org connection folder.

Deletes an org connection folder.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgConnectionFolders
Get org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_GETGet connection folder for an org.

Get connection folder for an org.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgConnectionFolders
List org connection foldersTURBOT_PIPES_ORG_CONNECTION_FOLDER_LISTList connection folders for an org.

List connection folders for an org.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgConnections
List org connectionsTURBOT_PIPES_ORG_CONNECTION_LISTList connections for an organization.

List connections for an organization.

认证

需要 Connected Account

Tags

OrgConnections
List org connectionsTURBOT_PIPES_ORG_CONNECTION_LIST_DEPRECATEDList connections for an organization.

List connections for an organization.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgConnections
List tenant connection treeTURBOT_PIPES_ORG_CONNECTION_TREE_LISTList connection tree for a tenant.

List connection tree for a tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgConnections
Create orgTURBOT_PIPES_ORG_CREATECreates an organization.

Creates an organization.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

Orgs
Delete org avatarTURBOT_PIPES_ORG_DELETE_AVATARDelete custom avatar for an org.

Delete custom avatar for an org.

认证

需要 Connected Account

Tags

Orgs
Get orgTURBOT_PIPES_ORG_GETRetrieves the organization information.

Retrieves the organization information.

认证

需要 Connected Account

Tags

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

Get the current organization billing plan.

认证

需要 Connected Account

Tags

Orgs
Run org integration commandTURBOT_PIPES_ORG_INTEGRATION_COMMANDRun a command for an org integration

Run a command for an org integration

认证

需要 Connected Account

Tags

OrgIntegrations
Create org integrationTURBOT_PIPES_ORG_INTEGRATION_CREATECreates a new integration for an organization.

Creates a new integration for an organization.

认证

需要 Connected Account

Tags

OrgIntegrations
Delete org integrationTURBOT_PIPES_ORG_INTEGRATION_DELETEDelete an integration configured for an organization.

Delete an integration configured for an organization.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgIntegrations
List org integrationsTURBOT_PIPES_ORG_INTEGRATION_LISTList integrations configured for an organization.

List integrations configured for an organization.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgIntegrations
List orgsTURBOT_PIPES_ORG_LISTList all the organizations.

List all the organizations.

认证

需要 Connected Account

Tags

Orgs
Org audit logsTURBOT_PIPES_ORG_LIST_AUDIT_LOGSReturns the audit logs for an org.

Returns the audit logs for an org.

认证

需要 Connected Account

Tags

Orgs
List org constraintsTURBOT_PIPES_ORG_LIST_CONSTRAINTSList all applicable constraints for an org.

List all applicable constraints for an org.

认证

需要 Connected Account

Tags

Orgs
List org usageTURBOT_PIPES_ORG_LIST_USAGEList all usage metrics for an org.

List all usage metrics for an org.

认证

需要 Connected Account

Tags

Orgs
Confirm org member inviteTURBOT_PIPES_ORG_MEMBER_CONFIRM_INVITEConfirm org member invite.

Confirm org member invite.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgMembers
Delete org memberTURBOT_PIPES_ORG_MEMBER_DELETEDelete the user from the org.

Delete the user from the org.

认证

需要 Connected Account

Tags

OrgMembers
Delete org member inviteTURBOT_PIPES_ORG_MEMBER_DELETE_INVITEDelete the org member invite.

Delete the org member invite.

认证

需要 Connected Account

Tags

OrgMembers
Get org memberTURBOT_PIPES_ORG_MEMBER_GETGet org member.

Get org member.

认证

需要 Connected Account

Tags

OrgMembers
Invite org memberTURBOT_PIPES_ORG_MEMBER_INVITEInvite member to an org.

Invite member to an org.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgMembers
Update org memberTURBOT_PIPES_ORG_MEMBER_UPDATEUpdate the role of the member.

Update the role of the member.

认证

需要 Connected Account

Tags

OrgMembers
Create org notifierTURBOT_PIPES_ORG_NOTIFIER_CREATECreate a new notifier for an org

Create a new notifier for an org

认证

需要 Connected Account

Tags

OrgNotifiers
Delete org notifierTURBOT_PIPES_ORG_NOTIFIER_DELETEDelete a notifier for an org

Delete a notifier for an org

认证

需要 Connected Account

Tags

OrgNotifiers
Get org notifierTURBOT_PIPES_ORG_NOTIFIER_GETGet a notifier for an org

Get a notifier for an org

认证

需要 Connected Account

Tags

OrgNotifiers
List org notifiersTURBOT_PIPES_ORG_NOTIFIER_LISTList all notifiers for an org

List all notifiers for an org

认证

需要 Connected Account

Tags

OrgNotifiers
Update org notifierTURBOT_PIPES_ORG_NOTIFIER_UPDATEUpdate a notifier for an org

Update a notifier for an org

认证

需要 Connected Account

Tags

OrgNotifiers
Get Org processTURBOT_PIPES_ORG_PROCESS_GETGet a process for an org.

Get a process for an org.

认证

需要 Connected Account

Tags

OrgProcesses
List Org processesTURBOT_PIPES_ORG_PROCESS_LISTList processes for an org.

List processes for an org.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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).

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Retrieves a specific org-level service account.

认证

需要 Connected Account

Tags

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

Lists service accounts at the organization level.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgWorkspaces
Create org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_CREATECreates a new org workspace tank.

Creates a new org workspace tank.

认证

需要 Connected Account

Tags

OrgWorkspaceDatatanks
Delete org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_DELETEDeletes the org workspace Datatank.

Deletes the org workspace Datatank.

认证

需要 Connected Account

Tags

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

Get the details for the workspace Datatank.

认证

需要 Connected Account

Tags

OrgWorkspaceDatatanks
List org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_LISTList the org workspace Datatank.

List the org workspace Datatank.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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

认证

需要 Connected Account

Tags

OrgWorkspaceDatatankParts
List org workspace Datatank partitionsTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_LISTList the org workspace Datatank partitions

List the org workspace Datatank partitions

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Deletes the org workspace Datatank table.

认证

需要 Connected Account

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

认证

需要 Connected Account

Tags

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

List the org workspace Datatank tables.

认证

需要 Connected Account

Tags

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

Update the org workspace Datatank table.

认证

需要 Connected Account

Tags

OrgWorkspaceDatatankTables
Update org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_UPDATEUpdate the org workspace Datatank.

Update the org workspace Datatank.

认证

需要 Connected Account

Tags

OrgWorkspaceDatatanks
Delete org workspaceTURBOT_PIPES_ORG_WORKSPACE_DELETEDeletes the workspace specified in the request.

Deletes the workspace specified in the request.

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgWorkspaceIntegrations
List org workspacesTURBOT_PIPES_ORG_WORKSPACE_LISTList the workspace for an organization.

List the workspace for an organization.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgWorkspaces
Org workspace logsTURBOT_PIPES_ORG_WORKSPACE_LIST_DBLOGSReturns the workspace logs for an org.

Returns the workspace logs for an org.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

Tags

OrgWorkspaceMods
List organization workspace installed modsTURBOT_PIPES_ORG_WORKSPACE_MOD_LISTList organization workspace installed mods

List organization workspace installed mods

认证

需要 Connected Account

Tags

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

Uninstall mod from organization workspace.

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

Tags

OrgWorkspaceNotifiers
Delete org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_DELETEDelete a notifier for an org workspace

Delete a notifier for an org workspace

认证

需要 Connected Account

Tags

OrgWorkspaceNotifiers
Get org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_GETGet a notifier for an org workspace

Get a notifier for an org workspace

认证

需要 Connected Account

Tags

OrgWorkspaceNotifiers
List org workspace notifiersTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_LISTList all notifiers for an org workspace

List all notifiers for an org workspace

认证

需要 Connected Account

Tags

OrgWorkspaceNotifiers
Update org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_UPDATEUpdate a notifier for an org workspace

Update a notifier for an org workspace

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgWorkspaceProcesses
Get org workspace processTURBOT_PIPES_ORG_WORKSPACE_PROCESS_GETGet the details for the process.

Get the details for the process.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgWorkspaceSnapshots
Delete org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_DELETEDeletes an org workspace snapshot.

Deletes an org workspace snapshot.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

List the workspace snapshots for an org.

认证

需要 Connected Account

Tags

OrgWorkspaceSnapshots
Update org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_UPDATEUpdates an org workspace snapshot.

Updates an org workspace snapshot.

认证

需要 Connected Account

Tags

OrgWorkspaceSnapshots
Update org workspaceTURBOT_PIPES_ORG_WORKSPACE_UPDATEUpdate a workspace in an organization.

Update a workspace in an organization.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

OrgWorkspaceUsages
Create tenant Stripe billing intentTURBOT_PIPES_TENANT_BILLING_CREATE_BILLING_INTENTCreate tenant Stripe billing intent

Create tenant Stripe billing intent

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantBilling
Delete tenant subscriptionTURBOT_PIPES_TENANT_BILLING_DELETE_TENANT_BILLING_SUBSCRIPTIONDelete tenant subscription.

Delete tenant subscription.

认证

需要 Connected Account

Tags

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

Get the current tenant billing plan.

认证

需要 Connected Account

Tags

TenantBilling
Get a tenant invoiceTURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_INVOICEGet an invoice for a tenant.

Get an invoice for a tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantBilling
Get tenant subscriptionTURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_SUBSCRIPTIONGet tenant subscription

Get tenant subscription

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantBilling
List tenant subscriptionsTURBOT_PIPES_TENANT_BILLING_LIST_TENANT_SUBSCRIPTIONList tenant subscriptions.

List tenant subscriptions.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Creates a new connection for a custom tenant.

认证

需要 Connected Account

Tags

TenantConnections
Create tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_CREATE_PERMISSIONCreate permissions for a tenant connection.

Create permissions for a tenant connection.

认证

需要 Connected Account

Tags

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

Deletes a connection defined at the tenant level.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Get connection folder for a custom tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

List connection folders for a custom tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantConnectionFolders
Get tenant connectionTURBOT_PIPES_TENANT_CONNECTION_GETGet connection for a tenant.

Get connection for a tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantConnections
List tenant connectionsTURBOT_PIPES_TENANT_CONNECTION_LISTList connections for a tenant.

List connections for a tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantConnections
List tenant connection treeTURBOT_PIPES_TENANT_CONNECTION_TREE_LISTList connection tree for a tenant.

List connection tree for a tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantConnections
Create tenantTURBOT_PIPES_TENANT_CREATECreates a tenant.

Creates a tenant.

认证

需要 Connected Account

Tags

Tenants
Delete tenantTURBOT_PIPES_TENANT_DELETEDeletes the specified tenant.

Deletes the specified tenant.

认证

需要 Connected Account

Tags

Tenants
Delete tenant avatarTURBOT_PIPES_TENANT_DELETE_AVATARDelete custom avatar for a tenant.

Delete custom avatar for a tenant.

认证

需要 Connected Account

Tags

Tenants
Get tenantTURBOT_PIPES_TENANT_GETRetrieves the tenant information.

Retrieves the tenant information.

认证

需要 Connected Account

Tags

Tenants
Get tenant avatarTURBOT_PIPES_TENANT_GET_AVATARGet public avatar for a tenant.

Get public avatar for a tenant.

认证

需要 Connected Account

Tags

Tenants
Get tenant settingsTURBOT_PIPES_TENANT_GET_SETTINGSRetrieves the tenant settings.

Retrieves the tenant settings.

认证

需要 Connected Account

Tags

Tenants
Run tenant integration commandTURBOT_PIPES_TENANT_INTEGRATION_COMMANDRun a command for a tenant integration

Run a command for a tenant integration

认证

需要 Connected Account

Tags

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

Creates a new integration on a custom tenant.

认证

需要 Connected Account

Tags

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

Delete an integration configured on a custom tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantIntegrations
List tenant integrationsTURBOT_PIPES_TENANT_INTEGRATION_LISTList integrations configured on a custom tenant.

List integrations configured on a custom tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantIntegrations
List tenantsTURBOT_PIPES_TENANT_LISTList tenants the actor is a member of.

List tenants the actor is a member of.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

Tenants
List tenant constraintsTURBOT_PIPES_TENANT_LIST_CONSTRAINTSList all applicable constraints for a tenant.

List all applicable constraints for a tenant.

认证

需要 Connected Account

Tags

Tenants
List tenant usageTURBOT_PIPES_TENANT_LIST_USAGEList all usage metrics for a tenant.

List all usage metrics for a tenant.

认证

需要 Connected Account

Tags

Tenants
Delete tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_DELETEDelete a log archive for the tenant

Delete a log archive for the tenant

认证

需要 Connected Account

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

认证

需要 Connected Account

Tags

TenantLogArchives
Get tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_GETGet a log archive for the tenant

Get a log archive for the tenant

认证

需要 Connected Account

Tags

TenantLogArchives
List tenant log archivesTURBOT_PIPES_TENANT_LOG_ARCHIVES_LISTList log archives for the tenant

List log archives for the tenant

认证

需要 Connected Account

Tags

TenantLogArchives
Confirm tenant member inviteTURBOT_PIPES_TENANT_MEMBER_CONFIRM_INVITEConfirm tenant member invite.

Confirm tenant member invite.

认证

需要 Connected Account

Tags

TenantMembers
Delete tenant memberTURBOT_PIPES_TENANT_MEMBER_DELETEDelete the user from the tenant.

Delete the user from the tenant.

认证

需要 Connected Account

Tags

TenantMembers
Delete tenant member inviteTURBOT_PIPES_TENANT_MEMBER_DELETE_INVITEDelete the tenant member invite.

Delete the tenant member invite.

认证

需要 Connected Account

Tags

TenantMembers
Get tenant memberTURBOT_PIPES_TENANT_MEMBER_GETGet tenant member.

Get tenant member.

认证

需要 Connected Account

Tags

TenantMembers
Invite tenant memberTURBOT_PIPES_TENANT_MEMBER_INVITEInvite member to a tenant.

Invite member to a tenant.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantMembers
Create tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_CREATECreate a new notifier for a custom tenant

Create a new notifier for a custom tenant

认证

需要 Connected Account

Tags

TenantNotifiers
Delete tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_DELETEDelete a notifier for a custom tenant

Delete a notifier for a custom tenant

认证

需要 Connected Account

Tags

TenantNotifiers
Get tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_GETGet a notifier for a custom tenant

Get a notifier for a custom tenant

认证

需要 Connected Account

Tags

TenantNotifiers
List tenant notifiersTURBOT_PIPES_TENANT_NOTIFIER_LISTList all notifiers for a custom tenant

List all notifiers for a custom tenant

认证

需要 Connected Account

Tags

TenantNotifiers
Update tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_UPDATEUpdate a notifier for a custom tenant

Update a notifier for a custom tenant

认证

需要 Connected Account

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).

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Retrieves a specific tenant-level service account.

认证

需要 Connected Account

Tags

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

Lists service accounts at the tenant level.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

TenantServiceAccounts
Update tenantTURBOT_PIPES_TENANT_UPDATEUpdates various information about a tenant.

Updates various information about a tenant.

认证

需要 Connected Account

Tags

Tenants
Update tenant settingsTURBOT_PIPES_TENANT_UPDATE_SETTINGSUpdate settings for a custom tenant.

Update settings for a custom tenant.

认证

需要 Connected Account

Tags

Tenants
Create Stripe billing intentTURBOT_PIPES_USER_BILLING_CREATE_BILLING_INTENTCreate Stripe billing intent

Create Stripe billing intent

认证

需要 Connected Account

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?

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserBilling
Get a user invoiceTURBOT_PIPES_USER_BILLING_GET_USER_BILLING_INVOICEGet an invoice.

Get an invoice.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserBilling
Get user subscriptionTURBOT_PIPES_USER_BILLING_GET_USER_BILLING_SUBSCRIPTIONGet user subscription

Get user subscription

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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?

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserBilling
Create user connectionTURBOT_PIPES_USER_CONNECTION_CREATECreates a new connection for a user.

Creates a new connection for a user.

认证

需要 Connected Account

Tags

UserConnections
Create user connectionTURBOT_PIPES_USER_CONNECTION_CREATE_DEPRECATEDCreates a new connection for a user.

Creates a new connection for a user.

认证

需要 Connected Account

Tags

UserConnections
Delete user connectionTURBOT_PIPES_USER_CONNECTION_DELETEDeletes a connection belonging to a user.

Deletes a connection belonging to a user.

认证

需要 Connected Account

Tags

UserConnections
Delete user connectionTURBOT_PIPES_USER_CONNECTION_DELETE_DEPRECATEDDelete a connection belonging to a user.

Delete a connection belonging to a user.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserConnections
List user connectionsTURBOT_PIPES_USER_CONNECTION_LISTList connections for a user.

List connections for a user.

认证

需要 Connected Account

Tags

UserConnections
List user connectionsTURBOT_PIPES_USER_CONNECTION_LIST_DEPRECATEDList the connection for a user.

List the connection for a user.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserConnections
Update user connectionTURBOT_PIPES_USER_CONNECTION_UPDATE_DEPRECATEDUpdate a connection for a user.

Update a connection for a user.

认证

需要 Connected Account

Tags

UserConnections
Create userTURBOT_PIPES_USER_CREATECreates a new user.

Creates a new user.

认证

需要 Connected Account

Tags

Users
Create user passwordTURBOT_PIPES_USER_CREATE_DBPASSWORDCreate or rotate user password.

Create or rotate user password.

认证

需要 Connected Account

Tags

Users
Delete userTURBOT_PIPES_USER_DELETEDeletes the specified user.

Deletes the specified user.

认证

需要 Connected Account

Tags

Users
Delete user avatarTURBOT_PIPES_USER_DELETE_AVATARDelete custom avatar for a user.

Delete custom avatar for a user.

认证

需要 Connected Account

Tags

Users
Get userTURBOT_PIPES_USER_GETRetrieves information of the specified user.

Retrieves information of the specified user.

认证

需要 Connected Account

Tags

Users
Get user passwordTURBOT_PIPES_USER_GET_DBPASSWORDGet user password.

Get user password.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Get the current user billing plan.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

Users
Run user integration commandTURBOT_PIPES_USER_INTEGRATION_COMMANDRun a command for a user integration

Run a command for a user integration

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserIntegrations
Delete user integrationTURBOT_PIPES_USER_INTEGRATION_DELETEDelete an integration configured for a user.

Delete an integration configured for a user.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserIntegrations
List user integrationsTURBOT_PIPES_USER_INTEGRATION_LISTList integrations configuered for a user.

List integrations configuered for a user.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserIntegrations
List usersTURBOT_PIPES_USER_LISTList the users.

List the users.

认证

需要 Connected Account

Tags

Users
User audit logsTURBOT_PIPES_USER_LIST_AUDIT_LOGSReturns the audit logs for a user.

Returns the audit logs for a user.

认证

需要 Connected Account

Tags

Users
List user constraintsTURBOT_PIPES_USER_LIST_CONSTRAINTSList all applicable constraints for a user.

List all applicable constraints for a user.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

Users
List user usageTURBOT_PIPES_USER_LIST_USAGEList all usage metrics for a user.

List all usage metrics for a user.

认证

需要 Connected Account

Tags

Users
Create user notifierTURBOT_PIPES_USER_NOTIFIER_CREATECreate a new notifier for a user

Create a new notifier for a user

认证

需要 Connected Account

Tags

UserNotifiers
Delete user notifierTURBOT_PIPES_USER_NOTIFIER_DELETEDelete a notifier for a user

Delete a notifier for a user

认证

需要 Connected Account

Tags

UserNotifiers
Get user notifierTURBOT_PIPES_USER_NOTIFIER_GETGet a notifier for a user

Get a notifier for a user

认证

需要 Connected Account

Tags

UserNotifiers
List user notifiersTURBOT_PIPES_USER_NOTIFIER_LISTList all notifiers for a user

List all notifiers for a user

认证

需要 Connected Account

Tags

UserNotifiers
Update user notifierTURBOT_PIPES_USER_NOTIFIER_UPDATEUpdate a notifier for a user

Update a notifier for a user

认证

需要 Connected Account

Tags

UserNotifiers
Get User processTURBOT_PIPES_USER_PROCESS_GETGet process for a user.

Get process for a user.

认证

需要 Connected Account

Tags

UserProcesses
List User processesTURBOT_PIPES_USER_PROCESS_LISTList processes for a user.

List processes for a user.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserTokens
Delete tokenTURBOT_PIPES_USER_TOKEN_DELETEDeletes the token associated with the specified user.

Deletes the token associated with the specified user.

认证

需要 Connected Account

Tags

UserTokens
Get tokenTURBOT_PIPES_USER_TOKEN_GETRetrieves the information of a specified token.

Retrieves the information of a specified token.

认证

需要 Connected Account

Tags

UserTokens
List tokensTURBOT_PIPES_USER_TOKEN_LISTList the token for a user.

List the token for a user.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserWorkspaceConnections
Create user workspaceTURBOT_PIPES_USER_WORKSPACE_CREATECreates a new workspace for a user.

Creates a new workspace for a user.

认证

需要 Connected Account

Tags

UserWorkspaces
Create user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_CREATECreates a new user workspace tank.

Creates a new user workspace tank.

认证

需要 Connected Account

Tags

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

Deletes the user workspace Datatank table.

认证

需要 Connected Account

Tags

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

Get the details for the workspace Datatank.

认证

需要 Connected Account

Tags

UserWorkspaceDatatanks
List user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_LISTList the user workspace Datatank.

List the user workspace Datatank.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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

认证

需要 Connected Account

Tags

UserWorkspaceDatatankParts
List user workspace Datatank partitionsTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_LISTList the user workspace Datatank partitions

List the user workspace Datatank partitions

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Deletes the user workspace Datatank table.

认证

需要 Connected Account

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

认证

需要 Connected Account

Tags

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

List the user workspace Datatank tables.

认证

需要 Connected Account

Tags

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

Update the user workspace Datatank table.

认证

需要 Connected Account

Tags

UserWorkspaceDatatankTables
Update user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_UPDATEUpdate the user workspace Datatank.

Update the user workspace Datatank.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserWorkspaceFlowpipeTriggers
Get user workspaceTURBOT_PIPES_USER_WORKSPACE_GETGet the details for the workspace.

Get the details for the workspace.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserWorkspaceIntegrations
List user workspacesTURBOT_PIPES_USER_WORKSPACE_LISTList the workspace for a user.

List the workspace for a user.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserWorkspaces
User workspace logsTURBOT_PIPES_USER_WORKSPACE_LIST_DBLOGSReturns the workspace logs for a user.

Returns the workspace logs for a user.

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

Tags

UserWorkspaceMods
List user workspace installed modsTURBOT_PIPES_USER_WORKSPACE_MOD_LISTList user workspace installed mods

List user workspace installed mods

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

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

认证

需要 Connected Account

Tags

UserWorkspaceNotifiers
Delete user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_DELETEDelete a notifier for a user workspace

Delete a notifier for a user workspace

认证

需要 Connected Account

Tags

UserWorkspaceNotifiers
Get user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_GETGet a notifier for a user workspace

Get a notifier for a user workspace

认证

需要 Connected Account

Tags

UserWorkspaceNotifiers
List user workspace notifiersTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_LISTList all notifiers for a user workspace

List all notifiers for a user workspace

认证

需要 Connected Account

Tags

UserWorkspaceNotifiers
Update user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_UPDATEUpdate a notifier for a user workspace

Update a notifier for a user workspace

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserWorkspaceSnapshots
Delete user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_DELETEDeletes a user workspace snapshot.

Deletes a user workspace snapshot.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

List the workspace snapshots for a user.

认证

需要 Connected Account

Tags

UserWorkspaceSnapshots
Update user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_UPDATEUpdates a user workspace snapshot.

Updates a user workspace snapshot.

认证

需要 Connected Account

Tags

UserWorkspaceSnapshots
Update user workspaceTURBOT_PIPES_USER_WORKSPACE_UPDATEUpdate the workspace for a user.

Update the workspace for a user.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

UserWorkspaceUsages

Provider 资源