Turbot Pipes
Cloud intelligence, security, and automation for Developers.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 AccountTags
List actor activityTURBOT_PIPES_ACTOR_LIST_ACTIVITYList the activity for an actor.需要连接
List the activity for an actor.
认证
需要 Connected AccountTags
List actor connectionsTURBOT_PIPES_ACTOR_LIST_CONNECTIONSList the connections for an actor.需要连接
List the connections for an actor.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List actor workspacesTURBOT_PIPES_ACTOR_LIST_WORKSPACESList the workspaces for an actor.需要连接
List the workspaces for an actor.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Confirm user loginTURBOT_PIPES_AUTH_CONFIRM_LOGINConfirm user login.需要连接
Confirm user login.
认证
需要 Connected AccountTags
Confirm user signupTURBOT_PIPES_AUTH_CONFIRM_SIGNUPConfirm user signup.需要连接
Confirm user signup.
认证
需要 Connected AccountTags
User loginTURBOT_PIPES_AUTH_LOGINUser login.需要连接
User login.
认证
需要 Connected AccountTags
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 AccountTags
Delete temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_DELETEDelete a temporary token request status.需要连接
Delete a temporary token request status.
认证
需要 Connected AccountTags
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 AccountTags
Update temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_UPDATEUpdate a temporary token request status.需要连接
Update a temporary token request status.
认证
需要 Connected AccountTags
User logoutTURBOT_PIPES_AUTH_LOGOUTRemoves the session that is associated with the user.需要连接
Removes the session that is associated with the user.
认证
需要 Connected AccountTags
Post auth provider callbackTURBOT_PIPES_AUTH_POST_PROVIDER_CALLBACKAuth provider callback.需要连接
Auth provider callback.
认证
需要 Connected AccountTags
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 AccountTags
Auth provider callbackTURBOT_PIPES_AUTH_PROVIDER_CALLBACKAuth provider callback.需要连接
Auth provider callback.
认证
需要 Connected AccountTags
User signupTURBOT_PIPES_AUTH_SIGNUPNew user signup.需要连接
New user signup.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Delete org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_DELETEDeletes a specific org workspace conversation.需要连接
Deletes a specific org workspace conversation.
认证
需要 Connected AccountTags
Get org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_GETRetrieves details for a specific org workspace conversation.需要连接
Retrieves details for a specific org workspace conversation.
认证
需要 Connected AccountTags
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 AccountTags
Update org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_UPDATEUpdates an org workspace conversation (e.g., title).需要连接
Updates an org workspace conversation (e.g., title).
认证
需要 Connected AccountTags
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 AccountTags
Delete user workspace conversationTURBOT_PIPES_CONVERSATION_USER_DELETEDeletes a specific user workspace conversation.需要连接
Deletes a specific user workspace conversation.
认证
需要 Connected AccountTags
Get user workspace conversationTURBOT_PIPES_CONVERSATION_USER_GETRetrieves details for a specific user workspace conversation.需要连接
Retrieves details for a specific user workspace conversation.
认证
需要 Connected AccountTags
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 AccountTags
Update user workspace conversationTURBOT_PIPES_CONVERSATION_USER_UPDATEUpdates a user workspace conversation (e.g., title).需要连接
Updates a user workspace conversation (e.g., title).
认证
需要 Connected AccountTags
Get identityTURBOT_PIPES_IDENTITY_GETGet public information for an identity.需要连接
Get public information for an identity.
认证
需要 Connected AccountTags
Get identity avatarTURBOT_PIPES_IDENTITY_GET_AVATARGet public avatar for an identity.需要连接
Get public avatar for an identity.
认证
需要 Connected AccountTags
List identitiesTURBOT_PIPES_IDENTITY_LISTList identities with their public information.需要连接
List identities with their public information.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Create Stripe billing intentTURBOT_PIPES_ORG_BILLING_CREATE_BILLING_INTENTCreate Stripe billing intent需要连接
Create Stripe billing intent
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get an organization invoiceTURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_INVOICEGet an invoice for an organization.需要连接
Get an invoice for an organization.
认证
需要 Connected AccountTags
Get org billing payment method.TURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_PAYMENT_METHODList org billing payment method.需要连接
List org billing payment method.
认证
需要 Connected AccountTags
Get org subscriptionTURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_SUBSCRIPTIONGet org subscription需要连接
Get org subscription
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List org billing payment methods.TURBOT_PIPES_ORG_BILLING_LIST_ORG_BILLING_PAYMENT_METHODList org billing payment methods.需要连接
List org billing payment methods.
认证
需要 Connected AccountTags
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 AccountTags
Update org billing payment method.TURBOT_PIPES_ORG_BILLING_UPDATE_ORG_BILLING_PAYMENT_METHODUpdate org billing payment method.需要连接
Update org billing payment method.
认证
需要 Connected AccountTags
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 AccountTags
Create org connectionTURBOT_PIPES_ORG_CONNECTION_CREATECreates a new connection for an organization.需要连接
Creates a new connection for an organization.
认证
需要 Connected AccountTags
Create org connectionTURBOT_PIPES_ORG_CONNECTION_CREATE_DEPRECATEDCreates a new connection for an organization.需要连接
Creates a new connection for an organization.
认证
需要 Connected AccountTags
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 AccountTags
Delete org connectionTURBOT_PIPES_ORG_CONNECTION_DELETEDeletes a connection belonging to an org.需要连接
Deletes a connection belonging to an org.
认证
需要 Connected AccountTags
Delete org connectionTURBOT_PIPES_ORG_CONNECTION_DELETE_DEPRECATEDDelete a connection belonging to an org.需要连接
Delete a connection belonging to an org.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Delete org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_DELETEDeletes an org connection folder.需要连接
Deletes an org connection folder.
认证
需要 Connected AccountTags
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 AccountTags
Get org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_GETGet connection folder for an org.需要连接
Get connection folder for an org.
认证
需要 Connected AccountTags
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 AccountTags
List org connection foldersTURBOT_PIPES_ORG_CONNECTION_FOLDER_LISTList connection folders for an org.需要连接
List connection folders for an org.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List org connectionsTURBOT_PIPES_ORG_CONNECTION_LISTList connections for an organization.需要连接
List connections for an organization.
认证
需要 Connected AccountTags
List org connectionsTURBOT_PIPES_ORG_CONNECTION_LIST_DEPRECATEDList connections for an organization.需要连接
List connections for an organization.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List tenant connection treeTURBOT_PIPES_ORG_CONNECTION_TREE_LISTList connection tree for a tenant.需要连接
List connection tree for a tenant.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create orgTURBOT_PIPES_ORG_CREATECreates an organization.需要连接
Creates an organization.
认证
需要 Connected AccountTags
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 AccountTags
Delete org avatarTURBOT_PIPES_ORG_DELETE_AVATARDelete custom avatar for an org.需要连接
Delete custom avatar for an org.
认证
需要 Connected AccountTags
Get orgTURBOT_PIPES_ORG_GETRetrieves the organization information.需要连接
Retrieves the organization information.
认证
需要 Connected AccountTags
Get org billing plan.TURBOT_PIPES_ORG_GET_PLANGet the current organization billing plan.需要连接
Get the current organization billing plan.
认证
需要 Connected AccountTags
Run org integration commandTURBOT_PIPES_ORG_INTEGRATION_COMMANDRun a command for an org integration需要连接
Run a command for an org integration
认证
需要 Connected AccountTags
Create org integrationTURBOT_PIPES_ORG_INTEGRATION_CREATECreates a new integration for an organization.需要连接
Creates a new integration for an organization.
认证
需要 Connected AccountTags
Delete org integrationTURBOT_PIPES_ORG_INTEGRATION_DELETEDelete an integration configured for an organization.需要连接
Delete an integration configured for an organization.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List org integrationsTURBOT_PIPES_ORG_INTEGRATION_LISTList integrations configured for an organization.需要连接
List integrations configured for an organization.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List orgsTURBOT_PIPES_ORG_LISTList all the organizations.需要连接
List all the organizations.
认证
需要 Connected AccountTags
Org audit logsTURBOT_PIPES_ORG_LIST_AUDIT_LOGSReturns the audit logs for an org.需要连接
Returns the audit logs for an org.
认证
需要 Connected AccountTags
List org constraintsTURBOT_PIPES_ORG_LIST_CONSTRAINTSList all applicable constraints for an org.需要连接
List all applicable constraints for an org.
认证
需要 Connected AccountTags
List org usageTURBOT_PIPES_ORG_LIST_USAGEList all usage metrics for an org.需要连接
List all usage metrics for an org.
认证
需要 Connected AccountTags
Confirm org member inviteTURBOT_PIPES_ORG_MEMBER_CONFIRM_INVITEConfirm org member invite.需要连接
Confirm org member invite.
认证
需要 Connected AccountTags
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 AccountTags
Delete org memberTURBOT_PIPES_ORG_MEMBER_DELETEDelete the user from the org.需要连接
Delete the user from the org.
认证
需要 Connected AccountTags
Delete org member inviteTURBOT_PIPES_ORG_MEMBER_DELETE_INVITEDelete the org member invite.需要连接
Delete the org member invite.
认证
需要 Connected AccountTags
Get org memberTURBOT_PIPES_ORG_MEMBER_GETGet org member.需要连接
Get org member.
认证
需要 Connected AccountTags
Invite org memberTURBOT_PIPES_ORG_MEMBER_INVITEInvite member to an org.需要连接
Invite member to an org.
认证
需要 Connected AccountTags
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 AccountTags
Update org memberTURBOT_PIPES_ORG_MEMBER_UPDATEUpdate the role of the member.需要连接
Update the role of the member.
认证
需要 Connected AccountTags
Create org notifierTURBOT_PIPES_ORG_NOTIFIER_CREATECreate a new notifier for an org需要连接
Create a new notifier for an org
认证
需要 Connected AccountTags
Delete org notifierTURBOT_PIPES_ORG_NOTIFIER_DELETEDelete a notifier for an org需要连接
Delete a notifier for an org
认证
需要 Connected AccountTags
Get org notifierTURBOT_PIPES_ORG_NOTIFIER_GETGet a notifier for an org需要连接
Get a notifier for an org
认证
需要 Connected AccountTags
List org notifiersTURBOT_PIPES_ORG_NOTIFIER_LISTList all notifiers for an org需要连接
List all notifiers for an org
认证
需要 Connected AccountTags
Update org notifierTURBOT_PIPES_ORG_NOTIFIER_UPDATEUpdate a notifier for an org需要连接
Update a notifier for an org
认证
需要 Connected AccountTags
Get Org processTURBOT_PIPES_ORG_PROCESS_GETGet a process for an org.需要连接
Get a process for an org.
认证
需要 Connected AccountTags
List Org processesTURBOT_PIPES_ORG_PROCESS_LISTList processes for an org.需要连接
List processes for an org.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get organization service accountTURBOT_PIPES_ORG_SERVICE_ACCOUNT_GETRetrieves a specific org-level service account.需要连接
Retrieves a specific org-level service account.
认证
需要 Connected AccountTags
List organization service accountsTURBOT_PIPES_ORG_SERVICE_ACCOUNT_LISTLists service accounts at the organization level.需要连接
Lists service accounts at the organization level.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List org workspace connection associationsTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_LISTList the connections associated with a workspace.需要连接
List the connections associated with a workspace.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_CREATECreates a new org workspace tank.需要连接
Creates a new org workspace tank.
认证
需要 Connected AccountTags
Delete org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_DELETEDeletes the org workspace Datatank.需要连接
Deletes the org workspace Datatank.
认证
需要 Connected AccountTags
Get org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_GETGet the details for the workspace Datatank.需要连接
Get the details for the workspace Datatank.
认证
需要 Connected AccountTags
List org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_LISTList the org workspace Datatank.需要连接
List the org workspace Datatank.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List org workspace Datatank partitionsTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_LISTList the org workspace Datatank partitions需要连接
List the org workspace Datatank partitions
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Delete org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_DELETEDeletes the org workspace Datatank table.需要连接
Deletes the org workspace Datatank table.
认证
需要 Connected AccountTags
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 AccountTags
List org workspace Datatank tablesTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_LISTList the org workspace Datatank tables.需要连接
List the org workspace Datatank tables.
认证
需要 Connected AccountTags
Update org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_UPDATEUpdate the org workspace Datatank table.需要连接
Update the org workspace Datatank table.
认证
需要 Connected AccountTags
Update org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_UPDATEUpdate the org workspace Datatank.需要连接
Update the org workspace Datatank.
认证
需要 Connected AccountTags
Delete org workspaceTURBOT_PIPES_ORG_WORKSPACE_DELETEDeletes the workspace specified in the request.需要连接
Deletes the workspace specified in the request.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List organization workspace pipelinesTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_PIPELINE_LISTLists the pipelines for an organization workspace.需要连接
Lists the pipelines for an organization workspace.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List organization workspace triggersTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_LISTLists the pipelines for an organization workspace.需要连接
Lists the pipelines for an organization workspace.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List org workspacesTURBOT_PIPES_ORG_WORKSPACE_LISTList the workspace for an organization.需要连接
List the workspace for an organization.
认证
需要 Connected AccountTags
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 AccountTags
Org workspace logsTURBOT_PIPES_ORG_WORKSPACE_LIST_DBLOGSReturns the workspace logs for an org.需要连接
Returns the workspace logs for an org.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List organization workspace installed modsTURBOT_PIPES_ORG_WORKSPACE_MOD_LISTList organization workspace installed mods需要连接
List organization workspace installed mods
认证
需要 Connected AccountTags
Uninstall mod from organization workspace.TURBOT_PIPES_ORG_WORKSPACE_MOD_UNINSTALLUninstall mod from organization workspace.需要连接
Uninstall mod from organization workspace.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Delete org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_DELETEDelete a notifier for an org workspace需要连接
Delete a notifier for an org workspace
认证
需要 Connected AccountTags
Get org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_GETGet a notifier for an org workspace需要连接
Get a notifier for an org workspace
认证
需要 Connected AccountTags
List org workspace notifiersTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_LISTList all notifiers for an org workspace需要连接
List all notifiers for an org workspace
认证
需要 Connected AccountTags
Update org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_UPDATEUpdate a notifier for an org workspace需要连接
Update a notifier for an org workspace
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get org workspace processTURBOT_PIPES_ORG_WORKSPACE_PROCESS_GETGet the details for the process.需要连接
Get the details for the process.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Delete org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_DELETEDeletes an org workspace snapshot.需要连接
Deletes an org workspace snapshot.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List org workspace snapshotsTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_LISTList the workspace snapshots for an org.需要连接
List the workspace snapshots for an org.
认证
需要 Connected AccountTags
Update org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_UPDATEUpdates an org workspace snapshot.需要连接
Updates an org workspace snapshot.
认证
需要 Connected AccountTags
Update org workspaceTURBOT_PIPES_ORG_WORKSPACE_UPDATEUpdate a workspace in an organization.需要连接
Update a workspace in an organization.
认证
需要 Connected AccountTags
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 AccountTags
Create tenant Stripe billing intentTURBOT_PIPES_TENANT_BILLING_CREATE_BILLING_INTENTCreate tenant Stripe billing intent需要连接
Create tenant Stripe billing intent
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Delete tenant subscriptionTURBOT_PIPES_TENANT_BILLING_DELETE_TENANT_BILLING_SUBSCRIPTIONDelete tenant subscription.需要连接
Delete tenant subscription.
认证
需要 Connected AccountTags
Get tenant billing plan.TURBOT_PIPES_TENANT_BILLING_GET_PLANGet the current tenant billing plan.需要连接
Get the current tenant billing plan.
认证
需要 Connected AccountTags
Get a tenant invoiceTURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_INVOICEGet an invoice for a tenant.需要连接
Get an invoice for a tenant.
认证
需要 Connected AccountTags
Get tenant billing payment method.TURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_PAYMENT_METHODList tenant billing payment method.需要连接
List tenant billing payment method.
认证
需要 Connected AccountTags
Get tenant subscriptionTURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_SUBSCRIPTIONGet tenant subscription需要连接
Get tenant subscription
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List tenant billing payment methods.TURBOT_PIPES_TENANT_BILLING_LIST_TENANT_BILLING_PAYMENT_METHODList tenant billing payment methods.需要连接
List tenant billing payment methods.
认证
需要 Connected AccountTags
List tenant subscriptionsTURBOT_PIPES_TENANT_BILLING_LIST_TENANT_SUBSCRIPTIONList tenant subscriptions.需要连接
List tenant subscriptions.
认证
需要 Connected AccountTags
Update tenant billing payment method.TURBOT_PIPES_TENANT_BILLING_UPDATE_TENANT_BILLING_PAYMENT_METHODUpdate tenant billing payment method.需要连接
Update tenant billing payment method.
认证
需要 Connected AccountTags
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 AccountTags
Create tenant connectionTURBOT_PIPES_TENANT_CONNECTION_CREATECreates a new connection for a custom tenant.需要连接
Creates a new connection for a custom tenant.
认证
需要 Connected AccountTags
Create tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_CREATE_PERMISSIONCreate permissions for a tenant connection.需要连接
Create permissions for a tenant connection.
认证
需要 Connected AccountTags
Delete tenant connectionTURBOT_PIPES_TENANT_CONNECTION_DELETEDeletes a connection defined at the tenant level.需要连接
Deletes a connection defined at the tenant level.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get tenant connection folderTURBOT_PIPES_TENANT_CONNECTION_FOLDER_GETGet connection folder for a custom tenant.需要连接
Get connection folder for a custom tenant.
认证
需要 Connected AccountTags
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 AccountTags
List tenant connection foldersTURBOT_PIPES_TENANT_CONNECTION_FOLDER_LISTList connection folders for a custom tenant.需要连接
List connection folders for a custom tenant.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get tenant connectionTURBOT_PIPES_TENANT_CONNECTION_GETGet connection for a tenant.需要连接
Get connection for a tenant.
认证
需要 Connected AccountTags
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 AccountTags
List tenant connectionsTURBOT_PIPES_TENANT_CONNECTION_LISTList connections for a tenant.需要连接
List connections for a tenant.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List tenant connection treeTURBOT_PIPES_TENANT_CONNECTION_TREE_LISTList connection tree for a tenant.需要连接
List connection tree for a tenant.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Create tenantTURBOT_PIPES_TENANT_CREATECreates a tenant.需要连接
Creates a tenant.
认证
需要 Connected AccountTags
Delete tenantTURBOT_PIPES_TENANT_DELETEDeletes the specified tenant.需要连接
Deletes the specified tenant.
认证
需要 Connected AccountTags
Delete tenant avatarTURBOT_PIPES_TENANT_DELETE_AVATARDelete custom avatar for a tenant.需要连接
Delete custom avatar for a tenant.
认证
需要 Connected AccountTags
Get tenantTURBOT_PIPES_TENANT_GETRetrieves the tenant information.需要连接
Retrieves the tenant information.
认证
需要 Connected AccountTags
Get tenant avatarTURBOT_PIPES_TENANT_GET_AVATARGet public avatar for a tenant.需要连接
Get public avatar for a tenant.
认证
需要 Connected AccountTags
Get tenant settingsTURBOT_PIPES_TENANT_GET_SETTINGSRetrieves the tenant settings.需要连接
Retrieves the tenant settings.
认证
需要 Connected AccountTags
Run tenant integration commandTURBOT_PIPES_TENANT_INTEGRATION_COMMANDRun a command for a tenant integration需要连接
Run a command for a tenant integration
认证
需要 Connected AccountTags
Create tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_CREATECreates a new integration on a custom tenant.需要连接
Creates a new integration on a custom tenant.
认证
需要 Connected AccountTags
Delete tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_DELETEDelete an integration configured on a custom tenant.需要连接
Delete an integration configured on a custom tenant.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List tenant integrationsTURBOT_PIPES_TENANT_INTEGRATION_LISTList integrations configured on a custom tenant.需要连接
List integrations configured on a custom tenant.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List tenantsTURBOT_PIPES_TENANT_LISTList tenants the actor is a member of.需要连接
List tenants the actor is a member of.
认证
需要 Connected AccountTags
Tenant audit logsTURBOT_PIPES_TENANT_LIST_AUDIT_LOGSReturns the audit logs for a custom tenant.需要连接
Returns the audit logs for a custom tenant.
认证
需要 Connected AccountTags
List tenant constraintsTURBOT_PIPES_TENANT_LIST_CONSTRAINTSList all applicable constraints for a tenant.需要连接
List all applicable constraints for a tenant.
认证
需要 Connected AccountTags
List tenant usageTURBOT_PIPES_TENANT_LIST_USAGEList all usage metrics for a tenant.需要连接
List all usage metrics for a tenant.
认证
需要 Connected AccountTags
Delete tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_DELETEDelete a log archive for the tenant需要连接
Delete a log archive for the tenant
认证
需要 Connected AccountTags
Download a tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_DOWNLOADDownload a log archive for the tenant需要连接
Download a log archive for the tenant
认证
需要 Connected AccountTags
Get tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_GETGet a log archive for the tenant需要连接
Get a log archive for the tenant
认证
需要 Connected AccountTags
List tenant log archivesTURBOT_PIPES_TENANT_LOG_ARCHIVES_LISTList log archives for the tenant需要连接
List log archives for the tenant
认证
需要 Connected AccountTags
Confirm tenant member inviteTURBOT_PIPES_TENANT_MEMBER_CONFIRM_INVITEConfirm tenant member invite.需要连接
Confirm tenant member invite.
认证
需要 Connected AccountTags
Delete tenant memberTURBOT_PIPES_TENANT_MEMBER_DELETEDelete the user from the tenant.需要连接
Delete the user from the tenant.
认证
需要 Connected AccountTags
Delete tenant member inviteTURBOT_PIPES_TENANT_MEMBER_DELETE_INVITEDelete the tenant member invite.需要连接
Delete the tenant member invite.
认证
需要 Connected AccountTags
Get tenant memberTURBOT_PIPES_TENANT_MEMBER_GETGet tenant member.需要连接
Get tenant member.
认证
需要 Connected AccountTags
Invite tenant memberTURBOT_PIPES_TENANT_MEMBER_INVITEInvite member to a tenant.需要连接
Invite member to a tenant.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Create tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_CREATECreate a new notifier for a custom tenant需要连接
Create a new notifier for a custom tenant
认证
需要 Connected AccountTags
Delete tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_DELETEDelete a notifier for a custom tenant需要连接
Delete a notifier for a custom tenant
认证
需要 Connected AccountTags
Get tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_GETGet a notifier for a custom tenant需要连接
Get a notifier for a custom tenant
认证
需要 Connected AccountTags
List tenant notifiersTURBOT_PIPES_TENANT_NOTIFIER_LISTList all notifiers for a custom tenant需要连接
List all notifiers for a custom tenant
认证
需要 Connected AccountTags
Update tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_UPDATEUpdate a notifier for a custom tenant需要连接
Update a notifier for a custom tenant
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_GETRetrieves a specific tenant-level service account.需要连接
Retrieves a specific tenant-level service account.
认证
需要 Connected AccountTags
List tenant service accountsTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_LISTLists service accounts at the tenant level.需要连接
Lists service accounts at the tenant level.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Update tenantTURBOT_PIPES_TENANT_UPDATEUpdates various information about a tenant.需要连接
Updates various information about a tenant.
认证
需要 Connected AccountTags
Update tenant settingsTURBOT_PIPES_TENANT_UPDATE_SETTINGSUpdate settings for a custom tenant.需要连接
Update settings for a custom tenant.
认证
需要 Connected AccountTags
Create Stripe billing intentTURBOT_PIPES_USER_BILLING_CREATE_BILLING_INTENTCreate Stripe billing intent需要连接
Create Stripe billing intent
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get a user invoiceTURBOT_PIPES_USER_BILLING_GET_USER_BILLING_INVOICEGet an invoice.需要连接
Get an invoice.
认证
需要 Connected AccountTags
Get user billing payment method.TURBOT_PIPES_USER_BILLING_GET_USER_BILLING_PAYMENT_METHODList user billing payment method.需要连接
List user billing payment method.
认证
需要 Connected AccountTags
Get user subscriptionTURBOT_PIPES_USER_BILLING_GET_USER_BILLING_SUBSCRIPTIONGet user subscription需要连接
Get user subscription
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List user billing payment methods.TURBOT_PIPES_USER_BILLING_LIST_USER_BILLING_PAYMENT_METHODList user billing payment methods.需要连接
List user billing payment methods.
认证
需要 Connected AccountTags
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 AccountTags
Update user billing payment method.TURBOT_PIPES_USER_BILLING_UPDATE_USER_BILLING_PAYMENT_METHODUpdate user billing payment method.需要连接
Update user billing payment method.
认证
需要 Connected AccountTags
Create user connectionTURBOT_PIPES_USER_CONNECTION_CREATECreates a new connection for a user.需要连接
Creates a new connection for a user.
认证
需要 Connected AccountTags
Create user connectionTURBOT_PIPES_USER_CONNECTION_CREATE_DEPRECATEDCreates a new connection for a user.需要连接
Creates a new connection for a user.
认证
需要 Connected AccountTags
Delete user connectionTURBOT_PIPES_USER_CONNECTION_DELETEDeletes a connection belonging to a user.需要连接
Deletes a connection belonging to a user.
认证
需要 Connected AccountTags
Delete user connectionTURBOT_PIPES_USER_CONNECTION_DELETE_DEPRECATEDDelete a connection belonging to a user.需要连接
Delete a connection belonging to a user.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List user connectionsTURBOT_PIPES_USER_CONNECTION_LISTList connections for a user.需要连接
List connections for a user.
认证
需要 Connected AccountTags
List user connectionsTURBOT_PIPES_USER_CONNECTION_LIST_DEPRECATEDList the connection for a user.需要连接
List the connection for a user.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Update user connectionTURBOT_PIPES_USER_CONNECTION_UPDATE_DEPRECATEDUpdate a connection for a user.需要连接
Update a connection for a user.
认证
需要 Connected AccountTags
Create userTURBOT_PIPES_USER_CREATECreates a new user.需要连接
Creates a new user.
认证
需要 Connected AccountTags
Create user passwordTURBOT_PIPES_USER_CREATE_DBPASSWORDCreate or rotate user password.需要连接
Create or rotate user password.
认证
需要 Connected AccountTags
Delete userTURBOT_PIPES_USER_DELETEDeletes the specified user.需要连接
Deletes the specified user.
认证
需要 Connected AccountTags
Delete user avatarTURBOT_PIPES_USER_DELETE_AVATARDelete custom avatar for a user.需要连接
Delete custom avatar for a user.
认证
需要 Connected AccountTags
Get userTURBOT_PIPES_USER_GETRetrieves information of the specified user.需要连接
Retrieves information of the specified user.
认证
需要 Connected AccountTags
Get user passwordTURBOT_PIPES_USER_GET_DBPASSWORDGet user password.需要连接
Get user password.
认证
需要 Connected AccountTags
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 AccountTags
Get user billing plan.TURBOT_PIPES_USER_GET_PLANGet the current user billing plan.需要连接
Get the current user billing plan.
认证
需要 Connected AccountTags
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 AccountTags
Run user integration commandTURBOT_PIPES_USER_INTEGRATION_COMMANDRun a command for a user integration需要连接
Run a command for a user integration
认证
需要 Connected AccountTags
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 AccountTags
Delete user integrationTURBOT_PIPES_USER_INTEGRATION_DELETEDelete an integration configured for a user.需要连接
Delete an integration configured for a user.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List user integrationsTURBOT_PIPES_USER_INTEGRATION_LISTList integrations configuered for a user.需要连接
List integrations configuered for a user.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List usersTURBOT_PIPES_USER_LISTList the users.需要连接
List the users.
认证
需要 Connected AccountTags
User audit logsTURBOT_PIPES_USER_LIST_AUDIT_LOGSReturns the audit logs for a user.需要连接
Returns the audit logs for a user.
认证
需要 Connected AccountTags
List user constraintsTURBOT_PIPES_USER_LIST_CONSTRAINTSList all applicable constraints for a user.需要连接
List all applicable constraints for a user.
认证
需要 Connected AccountTags
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 AccountTags
List user usageTURBOT_PIPES_USER_LIST_USAGEList all usage metrics for a user.需要连接
List all usage metrics for a user.
认证
需要 Connected AccountTags
Create user notifierTURBOT_PIPES_USER_NOTIFIER_CREATECreate a new notifier for a user需要连接
Create a new notifier for a user
认证
需要 Connected AccountTags
Delete user notifierTURBOT_PIPES_USER_NOTIFIER_DELETEDelete a notifier for a user需要连接
Delete a notifier for a user
认证
需要 Connected AccountTags
Get user notifierTURBOT_PIPES_USER_NOTIFIER_GETGet a notifier for a user需要连接
Get a notifier for a user
认证
需要 Connected AccountTags
List user notifiersTURBOT_PIPES_USER_NOTIFIER_LISTList all notifiers for a user需要连接
List all notifiers for a user
认证
需要 Connected AccountTags
Update user notifierTURBOT_PIPES_USER_NOTIFIER_UPDATEUpdate a notifier for a user需要连接
Update a notifier for a user
认证
需要 Connected AccountTags
Get User processTURBOT_PIPES_USER_PROCESS_GETGet process for a user.需要连接
Get process for a user.
认证
需要 Connected AccountTags
List User processesTURBOT_PIPES_USER_PROCESS_LISTList processes for a user.需要连接
List processes for a user.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Delete tokenTURBOT_PIPES_USER_TOKEN_DELETEDeletes the token associated with the specified user.需要连接
Deletes the token associated with the specified user.
认证
需要 Connected AccountTags
Get tokenTURBOT_PIPES_USER_TOKEN_GETRetrieves the information of a specified token.需要连接
Retrieves the information of a specified token.
认证
需要 Connected AccountTags
List tokensTURBOT_PIPES_USER_TOKEN_LISTList the token for a user.需要连接
List the token for a user.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create user workspaceTURBOT_PIPES_USER_WORKSPACE_CREATECreates a new workspace for a user.需要连接
Creates a new workspace for a user.
认证
需要 Connected AccountTags
Create user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_CREATECreates a new user workspace tank.需要连接
Creates a new user workspace tank.
认证
需要 Connected AccountTags
Delete user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_DELETEDeletes the user workspace Datatank table.需要连接
Deletes the user workspace Datatank table.
认证
需要 Connected AccountTags
Get user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_GETGet the details for the workspace Datatank.需要连接
Get the details for the workspace Datatank.
认证
需要 Connected AccountTags
List user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_LISTList the user workspace Datatank.需要连接
List the user workspace Datatank.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List user workspace Datatank partitionsTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_LISTList the user workspace Datatank partitions需要连接
List the user workspace Datatank partitions
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Delete user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_DELETEDeletes the user workspace Datatank table.需要连接
Deletes the user workspace Datatank table.
认证
需要 Connected AccountTags
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 AccountTags
List user workspace Datatank tablesTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_LISTList the user workspace Datatank tables.需要连接
List the user workspace Datatank tables.
认证
需要 Connected AccountTags
Update user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_UPDATEUpdate the user workspace Datatank table.需要连接
Update the user workspace Datatank table.
认证
需要 Connected AccountTags
Update user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_UPDATEUpdate the user workspace Datatank.需要连接
Update the user workspace Datatank.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List user workspace pipelinesTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_PIPELINE_LISTLists the pipelines for a user workspace.需要连接
Lists the pipelines for a user workspace.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List user workspace triggersTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_LISTLists the triggers for a user workspace.需要连接
Lists the triggers for a user workspace.
认证
需要 Connected AccountTags
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 AccountTags
Get user workspaceTURBOT_PIPES_USER_WORKSPACE_GETGet the details for the workspace.需要连接
Get the details for the workspace.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
List user workspacesTURBOT_PIPES_USER_WORKSPACE_LISTList the workspace for a user.需要连接
List the workspace for a user.
认证
需要 Connected AccountTags
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 AccountTags
User workspace logsTURBOT_PIPES_USER_WORKSPACE_LIST_DBLOGSReturns the workspace logs for a user.需要连接
Returns the workspace logs for a user.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List user workspace installed modsTURBOT_PIPES_USER_WORKSPACE_MOD_LISTList user workspace installed mods需要连接
List user workspace installed mods
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Delete user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_DELETEDelete a notifier for a user workspace需要连接
Delete a notifier for a user workspace
认证
需要 Connected AccountTags
Get user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_GETGet a notifier for a user workspace需要连接
Get a notifier for a user workspace
认证
需要 Connected AccountTags
List user workspace notifiersTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_LISTList all notifiers for a user workspace需要连接
List all notifiers for a user workspace
认证
需要 Connected AccountTags
Update user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_UPDATEUpdate a notifier for a user workspace需要连接
Update a notifier for a user workspace
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Delete user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_DELETEDeletes a user workspace snapshot.需要连接
Deletes a user workspace snapshot.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
List user workspace snapshotsTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_LISTList the workspace snapshots for a user.需要连接
List the workspace snapshots for a user.
认证
需要 Connected AccountTags
Update user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_UPDATEUpdates a user workspace snapshot.需要连接
Updates a user workspace snapshot.
认证
需要 Connected AccountTags
Update user workspaceTURBOT_PIPES_USER_WORKSPACE_UPDATEUpdate the workspace for a user.需要连接
Update the workspace for a user.
认证
需要 Connected AccountTags
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 AccountTags