Turbot Pipes
Cloud intelligence, security, and automation for Developers.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "TURBOT_PIPES_ACTOR_GET", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("TURBOT_PIPES_ACTOR_GET", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute TURBOT_PIPES_ACTOR_GET --data '{ }'Tool catalog
Available tools
541 callable operations
Actor informationTURBOT_PIPES_ACTOR_GETReturns the actor information.Connection
Returns the actor information.
Authentication
Connected account requiredTags
List actor activityTURBOT_PIPES_ACTOR_LIST_ACTIVITYList the activity for an actor.Connection
List the activity for an actor.
Authentication
Connected account requiredTags
List actor connectionsTURBOT_PIPES_ACTOR_LIST_CONNECTIONSList the connections for an actor.Connection
List the connections for an actor.
Authentication
Connected account requiredTags
List org invites for actorTURBOT_PIPES_ACTOR_LIST_ORG_INVITESList the orgs to which the actor has been invited.Connection
List the orgs to which the actor has been invited.
Authentication
Connected account requiredTags
List actor orgsTURBOT_PIPES_ACTOR_LIST_ORGSList the orgs and org workspaces for an actor, along with role within each.Connection
List the orgs and org workspaces for an actor, along with role within each.
Authentication
Connected account requiredTags
List actor workspacesTURBOT_PIPES_ACTOR_LIST_WORKSPACESList the workspaces for an actor.Connection
List the workspaces for an actor.
Authentication
Connected account requiredTags
Create org AI keyTURBOT_PIPES_AI_KEY_ORG_CREATECreates a new AI provider API key at the organization level.Connection
Creates a new AI provider API key at the organization level.
Authentication
Connected account requiredTags
Delete org AI keyTURBOT_PIPES_AI_KEY_ORG_DELETEDeletes an existing AI provider API key at the organization level.Connection
Deletes an existing AI provider API key at the organization level.
Authentication
Connected account requiredTags
Get org AI keyTURBOT_PIPES_AI_KEY_ORG_GETRetrieves the AI provider API key metadata at the organization level.Connection
Retrieves the AI provider API key metadata at the organization level.
Authentication
Connected account requiredTags
List org AI keysTURBOT_PIPES_AI_KEY_ORG_LISTLists AI provider API keys configured at the organization level.Connection
Lists AI provider API keys configured at the organization level.
Authentication
Connected account requiredTags
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.Connection
Tests whether an AI provider API key is valid at the organization level. If a key is not provided in the body, the existing saved key for the provider will be tested.
Authentication
Connected account requiredTags
Update org AI keyTURBOT_PIPES_AI_KEY_ORG_UPDATEUpdates an existing AI provider API key at the organization level.Connection
Updates an existing AI provider API key at the organization level.
Authentication
Connected account requiredTags
Create tenant AI keyTURBOT_PIPES_AI_KEY_TENANT_CREATECreates a new AI provider API key at the tenant level.Connection
Creates a new AI provider API key at the tenant level.
Authentication
Connected account requiredTags
Delete tenant AI keyTURBOT_PIPES_AI_KEY_TENANT_DELETEDeletes an existing AI provider API key at the tenant level.Connection
Deletes an existing AI provider API key at the tenant level.
Authentication
Connected account requiredTags
Get tenant AI keyTURBOT_PIPES_AI_KEY_TENANT_GETRetrieves the AI provider API key metadata at the tenant level.Connection
Retrieves the AI provider API key metadata at the tenant level.
Authentication
Connected account requiredTags
List tenant AI keysTURBOT_PIPES_AI_KEY_TENANT_LISTLists AI provider API keys configured at the tenant level.Connection
Lists AI provider API keys configured at the tenant level.
Authentication
Connected account requiredTags
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.Connection
Tests whether an AI provider API key is valid at the tenant level. If a key is not provided in the body, the existing saved key for the provider will be tested.
Authentication
Connected account requiredTags
Update tenant AI keyTURBOT_PIPES_AI_KEY_TENANT_UPDATEUpdates an existing AI provider API key at the tenant level.Connection
Updates an existing AI provider API key at the tenant level.
Authentication
Connected account requiredTags
Create user AI keyTURBOT_PIPES_AI_KEY_USER_CREATECreates a new AI provider API key at the user level.Connection
Creates a new AI provider API key at the user level.
Authentication
Connected account requiredTags
Delete user AI keyTURBOT_PIPES_AI_KEY_USER_DELETEDeletes an existing AI provider API key at the user level.Connection
Deletes an existing AI provider API key at the user level.
Authentication
Connected account requiredTags
Get user AI keyTURBOT_PIPES_AI_KEY_USER_GETRetrieves the AI provider API key metadata at the user level.Connection
Retrieves the AI provider API key metadata at the user level.
Authentication
Connected account requiredTags
List user AI keysTURBOT_PIPES_AI_KEY_USER_LISTLists AI provider API keys configured at the user level.Connection
Lists AI provider API keys configured at the user level.
Authentication
Connected account requiredTags
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.Connection
Tests whether an AI provider API key is valid at the user level. If a key is not provided in the body, the existing saved key for the provider will be tested.
Authentication
Connected account requiredTags
Update user AI keyTURBOT_PIPES_AI_KEY_USER_UPDATEUpdates an existing AI provider API key at the user level.Connection
Updates an existing AI provider API key at the user level.
Authentication
Connected account requiredTags
Confirm user loginTURBOT_PIPES_AUTH_CONFIRM_LOGINConfirm user login.Connection
Confirm user login.
Authentication
Connected account requiredTags
Confirm user signupTURBOT_PIPES_AUTH_CONFIRM_SIGNUPConfirm user signup.Connection
Confirm user signup.
Authentication
Connected account requiredTags
User loginTURBOT_PIPES_AUTH_LOGINUser login.Connection
User login.
Authentication
Connected account requiredTags
Generate temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_CREATEGenerate a temporary token request for CLI login.Connection
Generate a temporary token request for CLI login.
Authentication
Connected account requiredTags
Delete temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_DELETEDelete a temporary token request status.Connection
Delete a temporary token request status.
Authentication
Connected account requiredTags
Get temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_GETGet a temporary token request status with token.Connection
Get a temporary token request status with token.
Authentication
Connected account requiredTags
Update temporary token requestTURBOT_PIPES_AUTH_LOGIN_TOKEN_UPDATEUpdate a temporary token request status.Connection
Update a temporary token request status.
Authentication
Connected account requiredTags
User logoutTURBOT_PIPES_AUTH_LOGOUTRemoves the session that is associated with the user.Connection
Removes the session that is associated with the user.
Authentication
Connected account requiredTags
Post auth provider callbackTURBOT_PIPES_AUTH_POST_PROVIDER_CALLBACKAuth provider callback.Connection
Auth provider callback.
Authentication
Connected account requiredTags
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.Connection
With an authentication provider, users can access Turbot Pipes with single sign-on (SSO) using credentials from a third party. Turbot Pipes currently supports GitHub and Google as an authentication provider.
Authentication
Connected account requiredTags
Auth provider callbackTURBOT_PIPES_AUTH_PROVIDER_CALLBACKAuth provider callback.Connection
Auth provider callback.
Authentication
Connected account requiredTags
User signupTURBOT_PIPES_AUTH_SIGNUPNew user signup.Connection
New user signup.
Authentication
Connected account requiredTags
Get org workspace conversation artifact metadataTURBOT_PIPES_CONVERSATION_ARTIFACT_ORG_GETRetrieves metadata for a specific artifact created by an org workspace conversation.Connection
Retrieves metadata for a specific artifact created by an org workspace conversation.
Authentication
Connected account requiredTags
Get user workspace conversation artifact metadataTURBOT_PIPES_CONVERSATION_ARTIFACT_USER_GETRetrieves metadata for a specific artifact created by a user workspace conversation.Connection
Retrieves metadata for a specific artifact created by a user workspace conversation.
Authentication
Connected account requiredTags
List org workspace conversation messagesTURBOT_PIPES_CONVERSATION_MESSAGE_ORG_LISTLists messages for a specific org workspace conversation with pagination.Connection
Lists messages for a specific org workspace conversation with pagination.
Authentication
Connected account requiredTags
List user workspace conversation messagesTURBOT_PIPES_CONVERSATION_MESSAGE_USER_LISTLists messages for a specific user workspace conversation with pagination.Connection
Lists messages for a specific user workspace conversation with pagination.
Authentication
Connected account requiredTags
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.Connection
Sends a chat message to the AI agent in an org workspace. Creates a new conversation if conversation_id is not provided.
Authentication
Connected account requiredTags
Delete org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_DELETEDeletes a specific org workspace conversation.Connection
Deletes a specific org workspace conversation.
Authentication
Connected account requiredTags
Get org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_GETRetrieves details for a specific org workspace conversation.Connection
Retrieves details for a specific org workspace conversation.
Authentication
Connected account requiredTags
List org workspace conversationsTURBOT_PIPES_CONVERSATION_ORG_LISTLists AI conversations in an org workspace with optional filtering and pagination.Connection
Lists AI conversations in an org workspace with optional filtering and pagination.
Authentication
Connected account requiredTags
Update org workspace conversationTURBOT_PIPES_CONVERSATION_ORG_UPDATEUpdates an org workspace conversation (e.g., title).Connection
Updates an org workspace conversation (e.g., title).
Authentication
Connected account requiredTags
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.Connection
Sends a chat message to the AI agent in a user workspace. Creates a new conversation if conversation_id is not provided.
Authentication
Connected account requiredTags
Delete user workspace conversationTURBOT_PIPES_CONVERSATION_USER_DELETEDeletes a specific user workspace conversation.Connection
Deletes a specific user workspace conversation.
Authentication
Connected account requiredTags
Get user workspace conversationTURBOT_PIPES_CONVERSATION_USER_GETRetrieves details for a specific user workspace conversation.Connection
Retrieves details for a specific user workspace conversation.
Authentication
Connected account requiredTags
List user workspace conversationsTURBOT_PIPES_CONVERSATION_USER_LISTLists AI conversations in a user workspace with optional filtering and pagination.Connection
Lists AI conversations in a user workspace with optional filtering and pagination.
Authentication
Connected account requiredTags
Update user workspace conversationTURBOT_PIPES_CONVERSATION_USER_UPDATEUpdates a user workspace conversation (e.g., title).Connection
Updates a user workspace conversation (e.g., title).
Authentication
Connected account requiredTags
Get identityTURBOT_PIPES_IDENTITY_GETGet public information for an identity.Connection
Get public information for an identity.
Authentication
Connected account requiredTags
Get identity avatarTURBOT_PIPES_IDENTITY_GET_AVATARGet public avatar for an identity.Connection
Get public avatar for an identity.
Authentication
Connected account requiredTags
List identitiesTURBOT_PIPES_IDENTITY_LISTList identities with their public information.Connection
List identities with their public information.
Authentication
Connected account requiredTags
List org workspace AI modelsTURBOT_PIPES_MODEL_ORG_LISTLists available AI models for an org workspace based on configured AI keys.Connection
Lists available AI models for an org workspace based on configured AI keys.
Authentication
Connected account requiredTags
List user workspace AI modelsTURBOT_PIPES_MODEL_USER_LISTLists available AI models for a user workspace based on configured AI keys.Connection
Lists available AI models for a user workspace based on configured AI keys.
Authentication
Connected account requiredTags
Create Stripe billing intentTURBOT_PIPES_ORG_BILLING_CREATE_BILLING_INTENTCreate Stripe billing intentConnection
Create Stripe billing intent
Authentication
Connected account requiredTags
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.Connection
Create a new subscription for the org. There can only be 1 active subscription per org.
Authentication
Connected account requiredTags
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.Connection
Delete org billing payment method. Deleting default payment method will result in a 403 (forbidden) error.
Authentication
Connected account requiredTags
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.Connection
Delete org subscription. TODO: prorate, when to delete subscription. Webhook when the Subscription is finally deleted.
Authentication
Connected account requiredTags
Get an organization invoiceTURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_INVOICEGet an invoice for an organization.Connection
Get an invoice for an organization.
Authentication
Connected account requiredTags
Get org billing payment method.TURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_PAYMENT_METHODList org billing payment method.Connection
List org billing payment method.
Authentication
Connected account requiredTags
Get org subscriptionTURBOT_PIPES_ORG_BILLING_GET_ORG_BILLING_SUBSCRIPTIONGet org subscriptionConnection
Get org subscription
Authentication
Connected account requiredTags
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.Connection
Get upcoming invoice. Can be used to let subscriber know the estimated amount for next invoice.
Authentication
Connected account requiredTags
List org invoicesTURBOT_PIPES_ORG_BILLING_LIST_ORG_BILLING_INVOICESList org invoices. TODO: paging, Stripe suports this we need to to implement it.Connection
List org invoices. TODO: paging, Stripe suports this we need to to implement it.
Authentication
Connected account requiredTags
List org billing payment methods.TURBOT_PIPES_ORG_BILLING_LIST_ORG_BILLING_PAYMENT_METHODList org billing payment methods.Connection
List org billing payment methods.
Authentication
Connected account requiredTags
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?Connection
List org subscriptions. TODO: org should only have 1 active subscriptions, but what if we change subscriptions (is it possible?). Should we display old subscriptions?
Authentication
Connected account requiredTags
Update org billing payment method.TURBOT_PIPES_ORG_BILLING_UPDATE_ORG_BILLING_PAYMENT_METHODUpdate org billing payment method.Connection
Update org billing payment method.
Authentication
Connected account requiredTags
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.Connection
Update org subscription. Use this API to "stop cancel at the next billing period" by passing "stopcancel" in the action parameter.
Authentication
Connected account requiredTags
Create org connectionTURBOT_PIPES_ORG_CONNECTION_CREATECreates a new connection for an organization.Connection
Creates a new connection for an organization.
Authentication
Connected account requiredTags
Create org connectionTURBOT_PIPES_ORG_CONNECTION_CREATE_DEPRECATEDCreates a new connection for an organization.Connection
Creates a new connection for an organization.
Authentication
Connected account requiredTags
Create org connection permissionTURBOT_PIPES_ORG_CONNECTION_CREATE_PERMISSIONCreate permissions for a connection defined on an org.Connection
Create permissions for a connection defined on an org.
Authentication
Connected account requiredTags
Delete org connectionTURBOT_PIPES_ORG_CONNECTION_DELETEDeletes a connection belonging to an org.Connection
Deletes a connection belonging to an org.
Authentication
Connected account requiredTags
Delete org connectionTURBOT_PIPES_ORG_CONNECTION_DELETE_DEPRECATEDDelete a connection belonging to an org.Connection
Delete a connection belonging to an org.
Authentication
Connected account requiredTags
Delete org connection permissionTURBOT_PIPES_ORG_CONNECTION_DELETE_PERMISSIONDelete permission for a connection defined on an org.Connection
Delete permission for a connection defined on an org.
Authentication
Connected account requiredTags
Create org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_CREATECreates a new connection folder for an org.Connection
Creates a new connection folder for an org.
Authentication
Connected account requiredTags
Create org connection folder permissionTURBOT_PIPES_ORG_CONNECTION_FOLDER_CREATE_PERMISSIONCreate permissions for a connection folder defined on the organization level.Connection
Create permissions for a connection folder defined on the organization level.
Authentication
Connected account requiredTags
Delete org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_DELETEDeletes an org connection folder.Connection
Deletes an org connection folder.
Authentication
Connected account requiredTags
Delete org connection folder permissionTURBOT_PIPES_ORG_CONNECTION_FOLDER_DELETE_PERMISSIONDelete permission for a connection folder defined on an org.Connection
Delete permission for a connection folder defined on an org.
Authentication
Connected account requiredTags
Get org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_GETGet connection folder for an org.Connection
Get connection folder for an org.
Authentication
Connected account requiredTags
Get org connection folder permissionTURBOT_PIPES_ORG_CONNECTION_FOLDER_GET_PERMISSIONGet permission for a connection folder defined on an org.Connection
Get permission for a connection folder defined on an org.
Authentication
Connected account requiredTags
List org connection foldersTURBOT_PIPES_ORG_CONNECTION_FOLDER_LISTList connection folders for an org.Connection
List connection folders for an org.
Authentication
Connected account requiredTags
List org connection folder permissionsTURBOT_PIPES_ORG_CONNECTION_FOLDER_LIST_PERMISSIONList permissions for a connection folder defined on an organization.Connection
List permissions for a connection folder defined on an organization.
Authentication
Connected account requiredTags
List org connection folder workspacesTURBOT_PIPES_ORG_CONNECTION_FOLDER_LIST_WORKSPACESList the workspaces that an org connection folder has been added to.Connection
List the workspaces that an org connection folder has been added to.
Authentication
Connected account requiredTags
Update org connection folderTURBOT_PIPES_ORG_CONNECTION_FOLDER_UPDATEUpdate the details of an org connection folder.Connection
Update the details of an org connection folder.
Authentication
Connected account requiredTags
Update org connection folder permissionTURBOT_PIPES_ORG_CONNECTION_FOLDER_UPDATE_PERMISSIONUpdate permission for a connection folder defined on an org.Connection
Update permission for a connection folder defined on an org.
Authentication
Connected account requiredTags
Get org connectionTURBOT_PIPES_ORG_CONNECTION_GETGet the details of a connection belonging to an org.Connection
Get the details of a connection belonging to an org.
Authentication
Connected account requiredTags
Get org connectionTURBOT_PIPES_ORG_CONNECTION_GET_DEPRECATEDGet the details for a connection belonging to an org.Connection
Get the details for a connection belonging to an org.
Authentication
Connected account requiredTags
Get org connection permissionTURBOT_PIPES_ORG_CONNECTION_GET_PERMISSIONGet permission for a connection defined on an org.Connection
Get permission for a connection defined on an org.
Authentication
Connected account requiredTags
List org connectionsTURBOT_PIPES_ORG_CONNECTION_LISTList connections for an organization.Connection
List connections for an organization.
Authentication
Connected account requiredTags
List org connectionsTURBOT_PIPES_ORG_CONNECTION_LIST_DEPRECATEDList connections for an organization.Connection
List connections for an organization.
Authentication
Connected account requiredTags
List org connection permissionsTURBOT_PIPES_ORG_CONNECTION_LIST_PERMISSIONList permissions for a connection defined on an org.Connection
List permissions for a connection defined on an org.
Authentication
Connected account requiredTags
List org connection workspacesTURBOT_PIPES_ORG_CONNECTION_LIST_WORKSPACESList the workspaces that an org connection has been added to.Connection
List the workspaces that an org connection has been added to.
Authentication
Connected account requiredTags
List org connection workspacesTURBOT_PIPES_ORG_CONNECTION_LIST_WORKSPACES_DEPRECATEDList the workspaces that an org connection has been added to.Connection
List the workspaces that an org connection has been added to.
Authentication
Connected account requiredTags
Test org connectionTURBOT_PIPES_ORG_CONNECTION_TESTTest the config for an org connection to check for basic connectivity before you create it.Connection
Test the config for an org connection to check for basic connectivity before you create it.
Authentication
Connected account requiredTags
Test org connectionTURBOT_PIPES_ORG_CONNECTION_TEST_DEPRECATEDTest the config for an org connection to check for basic connectivity.Connection
Test the config for an org connection to check for basic connectivity.
Authentication
Connected account requiredTags
List tenant connection treeTURBOT_PIPES_ORG_CONNECTION_TREE_LISTList connection tree for a tenant.Connection
List connection tree for a tenant.
Authentication
Connected account requiredTags
Update org connectionTURBOT_PIPES_ORG_CONNECTION_UPDATEUpdate the details of a connection belonging to an org.Connection
Update the details of a connection belonging to an org.
Authentication
Connected account requiredTags
Update org connectionTURBOT_PIPES_ORG_CONNECTION_UPDATE_DEPRECATEDUpdate the details of a connection belonging to an org.Connection
Update the details of a connection belonging to an org.
Authentication
Connected account requiredTags
Update org connection permissionTURBOT_PIPES_ORG_CONNECTION_UPDATE_PERMISSIONUpdate permission for a connection defined on an org.Connection
Update permission for a connection defined on an org.
Authentication
Connected account requiredTags
Create orgTURBOT_PIPES_ORG_CREATECreates an organization.Connection
Creates an organization.
Authentication
Connected account requiredTags
Delete orgTURBOT_PIPES_ORG_DELETEDeletes the specified organization if you have the appropriate access.Connection
Deletes the specified organization if you have the appropriate access.
Authentication
Connected account requiredTags
Delete org avatarTURBOT_PIPES_ORG_DELETE_AVATARDelete custom avatar for an org.Connection
Delete custom avatar for an org.
Authentication
Connected account requiredTags
Get orgTURBOT_PIPES_ORG_GETRetrieves the organization information.Connection
Retrieves the organization information.
Authentication
Connected account requiredTags
Get org billing plan.TURBOT_PIPES_ORG_GET_PLANGet the current organization billing plan.Connection
Get the current organization billing plan.
Authentication
Connected account requiredTags
Run org integration commandTURBOT_PIPES_ORG_INTEGRATION_COMMANDRun a command for an org integrationConnection
Run a command for an org integration
Authentication
Connected account requiredTags
Create org integrationTURBOT_PIPES_ORG_INTEGRATION_CREATECreates a new integration for an organization.Connection
Creates a new integration for an organization.
Authentication
Connected account requiredTags
Delete org integrationTURBOT_PIPES_ORG_INTEGRATION_DELETEDelete an integration configured for an organization.Connection
Delete an integration configured for an organization.
Authentication
Connected account requiredTags
Get org integrationTURBOT_PIPES_ORG_INTEGRATION_GETGet details of an integration configured on an organization.Connection
Get details of an integration configured on an organization.
Authentication
Connected account requiredTags
Install GitHub integration for an orgTURBOT_PIPES_ORG_INTEGRATION_INSTALL_GITHUB_INTEGRATIONInstall a GitHub integration for an org identity.Connection
Install a GitHub integration for an org identity.
Authentication
Connected account requiredTags
Install Slack integration for an orgTURBOT_PIPES_ORG_INTEGRATION_INSTALL_SLACK_INTEGRATIONInstall a Slack integration for an org identity.Connection
Install a Slack integration for an org identity.
Authentication
Connected account requiredTags
List org integrationsTURBOT_PIPES_ORG_INTEGRATION_LISTList integrations configured for an organization.Connection
List integrations configured for an organization.
Authentication
Connected account requiredTags
List org integration Slack channelsTURBOT_PIPES_ORG_INTEGRATION_LIST_SLACK_CHANNELSList Slack channels that are given access to a user Slack integration.Connection
List Slack channels that are given access to a user Slack integration.
Authentication
Connected account requiredTags
Test org integrationTURBOT_PIPES_ORG_INTEGRATION_TESTTest the config for an org integration to check for basic connectivity before you create it.Connection
Test the config for an org integration to check for basic connectivity before you create it.
Authentication
Connected account requiredTags
Update org integrationTURBOT_PIPES_ORG_INTEGRATION_UPDATEUpdate details of an integration configured for an organization.Connection
Update details of an integration configured for an organization.
Authentication
Connected account requiredTags
List orgsTURBOT_PIPES_ORG_LISTList all the organizations.Connection
List all the organizations.
Authentication
Connected account requiredTags
Org audit logsTURBOT_PIPES_ORG_LIST_AUDIT_LOGSReturns the audit logs for an org.Connection
Returns the audit logs for an org.
Authentication
Connected account requiredTags
List org constraintsTURBOT_PIPES_ORG_LIST_CONSTRAINTSList all applicable constraints for an org.Connection
List all applicable constraints for an org.
Authentication
Connected account requiredTags
List org usageTURBOT_PIPES_ORG_LIST_USAGEList all usage metrics for an org.Connection
List all usage metrics for an org.
Authentication
Connected account requiredTags
Confirm org member inviteTURBOT_PIPES_ORG_MEMBER_CONFIRM_INVITEConfirm org member invite.Connection
Confirm org member invite.
Authentication
Connected account requiredTags
Create Org MemberTURBOT_PIPES_ORG_MEMBER_CREATEAdd a user as a member of an org in a custom tenant.Connection
Add a user as a member of an org in a custom tenant.
Authentication
Connected account requiredTags
Delete org memberTURBOT_PIPES_ORG_MEMBER_DELETEDelete the user from the org.Connection
Delete the user from the org.
Authentication
Connected account requiredTags
Delete org member inviteTURBOT_PIPES_ORG_MEMBER_DELETE_INVITEDelete the org member invite.Connection
Delete the org member invite.
Authentication
Connected account requiredTags
Get org memberTURBOT_PIPES_ORG_MEMBER_GETGet org member.Connection
Get org member.
Authentication
Connected account requiredTags
Invite org memberTURBOT_PIPES_ORG_MEMBER_INVITEInvite member to an org.Connection
Invite member to an org.
Authentication
Connected account requiredTags
List Organization MembersTURBOT_PIPES_ORG_MEMBER_LISTList all members of an organization who are invited / accepted.Connection
List all members of an organization who are invited / accepted.
Authentication
Connected account requiredTags
Update org memberTURBOT_PIPES_ORG_MEMBER_UPDATEUpdate the role of the member.Connection
Update the role of the member.
Authentication
Connected account requiredTags
Create org notifierTURBOT_PIPES_ORG_NOTIFIER_CREATECreate a new notifier for an orgConnection
Create a new notifier for an org
Authentication
Connected account requiredTags
Delete org notifierTURBOT_PIPES_ORG_NOTIFIER_DELETEDelete a notifier for an orgConnection
Delete a notifier for an org
Authentication
Connected account requiredTags
Get org notifierTURBOT_PIPES_ORG_NOTIFIER_GETGet a notifier for an orgConnection
Get a notifier for an org
Authentication
Connected account requiredTags
List org notifiersTURBOT_PIPES_ORG_NOTIFIER_LISTList all notifiers for an orgConnection
List all notifiers for an org
Authentication
Connected account requiredTags
Update org notifierTURBOT_PIPES_ORG_NOTIFIER_UPDATEUpdate a notifier for an orgConnection
Update a notifier for an org
Authentication
Connected account requiredTags
Get Org processTURBOT_PIPES_ORG_PROCESS_GETGet a process for an org.Connection
Get a process for an org.
Authentication
Connected account requiredTags
List Org processesTURBOT_PIPES_ORG_PROCESS_LISTList processes for an org.Connection
List processes for an org.
Authentication
Connected account requiredTags
List Org process logsTURBOT_PIPES_ORG_PROCESS_LOGList the process logs for a given process of an org.Connection
List the process logs for a given process of an org.
Authentication
Connected account requiredTags
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).Connection
Returns the audit logs where the service account is either the actor or the identity (org-level service account).
Authentication
Connected account requiredTags
Create a service account at the organization levelTURBOT_PIPES_ORG_SERVICE_ACCOUNT_CREATECreate a new service account at the organization level.Connection
Create a new service account at the organization level.
Authentication
Connected account requiredTags
Delete an organization service accountTURBOT_PIPES_ORG_SERVICE_ACCOUNT_DELETEDelete an existing service account at the organization level.Connection
Delete an existing service account at the organization level.
Authentication
Connected account requiredTags
Get organization service accountTURBOT_PIPES_ORG_SERVICE_ACCOUNT_GETRetrieves a specific org-level service account.Connection
Retrieves a specific org-level service account.
Authentication
Connected account requiredTags
List organization service accountsTURBOT_PIPES_ORG_SERVICE_ACCOUNT_LISTLists service accounts at the organization level.Connection
Lists service accounts at the organization level.
Authentication
Connected account requiredTags
Create an organization service account tokenTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_CREATECreate a new token for an organization-level service account.Connection
Create a new token for an organization-level service account.
Authentication
Connected account requiredTags
Delete an organization service account tokenTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_DELETEDelete a token for an organization-level service account.Connection
Delete a token for an organization-level service account.
Authentication
Connected account requiredTags
Get an organization service account tokenTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_GETRetrieves a specific token for an organization-level service account.Connection
Retrieves a specific token for an organization-level service account.
Authentication
Connected account requiredTags
List organization service account tokensTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_LISTLists tokens for an organization-level service account.Connection
Lists tokens for an organization-level service account.
Authentication
Connected account requiredTags
Update an organization service account tokenTURBOT_PIPES_ORG_SERVICE_ACCOUNT_TOKEN_UPDATEUpdate an existing token for an organization-level service account.Connection
Update an existing token for an organization-level service account.
Authentication
Connected account requiredTags
Update an organization service accountTURBOT_PIPES_ORG_SERVICE_ACCOUNT_UPDATEUpdate an existing service account at the organization level.Connection
Update an existing service account at the organization level.
Authentication
Connected account requiredTags
Update orgTURBOT_PIPES_ORG_UPDATEUpdates the handle name, display name, or the URL of an organization.Connection
Updates the handle name, display name, or the URL of an organization.
Authentication
Connected account requiredTags
Create an aggregator for an org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_CREATECreates an aggregator for a workspace of an org.Connection
Creates an aggregator for a workspace of an org.
Authentication
Connected account requiredTags
Delete an aggregator for a org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_DELETEDeletes an aggregator belonging to a workspace of an org.Connection
Deletes an aggregator belonging to a workspace of an org.
Authentication
Connected account requiredTags
Get an aggregator for a org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_GETGet the details of an aggregator belonging to a workspace of an org.Connection
Get the details of an aggregator belonging to a workspace of an org.
Authentication
Connected account requiredTags
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.Connection
Get a connection that is a part of an aggregator defined in a workspace of an org.
Authentication
Connected account requiredTags
List aggregators for an org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_LISTList aggregators for a workspace of an org.Connection
List aggregators for a workspace of an org.
Authentication
Connected account requiredTags
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.Connection
List all connections that are a part of an aggregator defined in a workspace of an org.
Authentication
Connected account requiredTags
Update an aggregator for a org workspaceTURBOT_PIPES_ORG_WORKSPACE_AGGREGATOR_UPDATEUpdate the details of an aggregator belonging to a workspace of an org.Connection
Update the details of an aggregator belonging to a workspace of an org.
Authentication
Connected account requiredTags
Download org workspace artifactTURBOT_PIPES_ORG_WORKSPACE_ARTIFACT_DOWNLOADDownloads an artifact file from an org workspace AI conversation.Connection
Downloads an artifact file from an org workspace AI conversation.
Authentication
Connected account requiredTags
Run org workspace commandTURBOT_PIPES_ORG_WORKSPACE_COMMANDRun a command in the workspace. Valid commands are: reboot.Connection
Run a command in the workspace. Valid commands are: reboot.
Authentication
Connected account requiredTags
Create org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_ASSOCIATION_CREATEAssociate a connection with the workspace. A workspace can have multiple association.Connection
Associate a connection with the workspace. A workspace can have multiple association.
Authentication
Connected account requiredTags
Delete org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_ASSOCIATION_DELETEDissociates or delete the workspace and connection association.Connection
Dissociates or delete the workspace and connection association.
Authentication
Connected account requiredTags
Get org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_ASSOCIATION_GETGet the details for a workspace and connection association on an organization.Connection
Get the details for a workspace and connection association on an organization.
Authentication
Connected account requiredTags
List org workspace connection associationsTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_ASSOCIATION_LISTList the connections associated with a workspace.Connection
List the connections associated with a workspace.
Authentication
Connected account requiredTags
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.Connection
Allows to create a connection on a workspace for an org or associate a connection already existing on the org to the workspace.
Authentication
Connected account requiredTags
Delete org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_DELETEDissociates or delete the workspace and connection association.Connection
Dissociates or delete the workspace and connection association.
Authentication
Connected account requiredTags
Create org workspace connection folderTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_CREATECreates a new connection folder in a workspace of an org.Connection
Creates a new connection folder in a workspace of an org.
Authentication
Connected account requiredTags
Delete org workspace connection folderTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_DELETEDeletes a connection folder defined at an org workspace.Connection
Deletes a connection folder defined at an org workspace.
Authentication
Connected account requiredTags
Get org workspace connection folderTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_GETGet connection folder for a org workspace.Connection
Get connection folder for a org workspace.
Authentication
Connected account requiredTags
List org workspace connection foldersTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_LISTList connection folders for an org workspace.Connection
List connection folders for an org workspace.
Authentication
Connected account requiredTags
Update org workspace connection folderTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_FOLDER_UPDATEUpdate the details of a connection folder belonging to an org workspace.Connection
Update the details of a connection folder belonging to an org workspace.
Authentication
Connected account requiredTags
Get org workspace connection associationTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_GETGet the details for a workspace and connection association on an organization.Connection
Get the details for a workspace and connection association on an organization.
Authentication
Connected account requiredTags
List org workspace connection associationsTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_LISTList the connections associated with a workspace.Connection
List the connections associated with a workspace.
Authentication
Connected account requiredTags
Test org workspace connectionTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_TESTTest the config for a connection configured on an org workspace to check for basic connectivity.Connection
Test the config for a connection configured on an org workspace to check for basic connectivity.
Authentication
Connected account requiredTags
List org workspace connection treeTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_TREE_LISTList connection tree for an org workspace.Connection
List connection tree for an org workspace.
Authentication
Connected account requiredTags
Update org workspace connectionTURBOT_PIPES_ORG_WORKSPACE_CONNECTION_UPDATEUpdate the details of a connection belonging to a workspace of an org.Connection
Update the details of a connection belonging to a workspace of an org.
Authentication
Connected account requiredTags
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.Connection
Creates a new workspace for an organization. The limit is 10 per organization. If you require more than 10, you must contact support to request an increase.
Authentication
Connected account requiredTags
Create org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_CREATECreates a new org workspace tank.Connection
Creates a new org workspace tank.
Authentication
Connected account requiredTags
Delete org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_DELETEDeletes the org workspace Datatank.Connection
Deletes the org workspace Datatank.
Authentication
Connected account requiredTags
Get org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_GETGet the details for the workspace Datatank.Connection
Get the details for the workspace Datatank.
Authentication
Connected account requiredTags
List org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_LISTList the org workspace Datatank.Connection
List the org workspace Datatank.
Authentication
Connected account requiredTags
Run org workspace Datatank table partition commandTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_COMMANDRun org workspace Datatank table partition command. Valid commands are: refresh.Connection
Run org workspace Datatank table partition command. Valid commands are: refresh.
Authentication
Connected account requiredTags
Get org workspace Datatank table partitionTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_GETGet the details for the workspace Datatank table partitionConnection
Get the details for the workspace Datatank table partition
Authentication
Connected account requiredTags
List org workspace Datatank partitionsTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_LISTList the org workspace Datatank partitionsConnection
List the org workspace Datatank partitions
Authentication
Connected account requiredTags
Update org workspace Datatank table partitionTURBOT_PIPES_ORG_WORKSPACE_DATATANK_PART_UPDATEUpdate the org workspace Datatank table partition.Connection
Update the org workspace Datatank table partition.
Authentication
Connected account requiredTags
Create org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_CREATECreates a new org workspace tank table.Connection
Creates a new org workspace tank table.
Authentication
Connected account requiredTags
Delete org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_DELETEDeletes the org workspace Datatank table.Connection
Deletes the org workspace Datatank table.
Authentication
Connected account requiredTags
Get org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_GETGet the details for the workspace Datatank tableConnection
Get the details for the workspace Datatank table
Authentication
Connected account requiredTags
List org workspace Datatank tablesTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_LISTList the org workspace Datatank tables.Connection
List the org workspace Datatank tables.
Authentication
Connected account requiredTags
Update org workspace Datatank tableTURBOT_PIPES_ORG_WORKSPACE_DATATANK_TABLE_UPDATEUpdate the org workspace Datatank table.Connection
Update the org workspace Datatank table.
Authentication
Connected account requiredTags
Update org workspace DatatankTURBOT_PIPES_ORG_WORKSPACE_DATATANK_UPDATEUpdate the org workspace Datatank.Connection
Update the org workspace Datatank.
Authentication
Connected account requiredTags
Delete org workspaceTURBOT_PIPES_ORG_WORKSPACE_DELETEDeletes the workspace specified in the request.Connection
Deletes the workspace specified in the request.
Authentication
Connected account requiredTags
Get org workspace flowpipe formTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_FORM_GETGet details of a Flowpipe input step form for an org workspaceConnection
Get details of a Flowpipe input step form for an org workspace
Authentication
Connected account requiredTags
Post org workspace flowpipe form responseTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_FORM_RESPONSE_POSTSubmit response to a Flowpipe input step form for an org workspaceConnection
Submit response to a Flowpipe input step form for an org workspace
Authentication
Connected account requiredTags
Create org workspace flowpipe inputTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_INPUT_CREATECreate a Flowpipe input for an org workspaceConnection
Create a Flowpipe input for an org workspace
Authentication
Connected account requiredTags
Get org workspace flowpipe inputTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_INPUT_GETGet details of a Flowpipe input for an org workspaceConnection
Get details of a Flowpipe input for an org workspace
Authentication
Connected account requiredTags
List org workspace flowpipe inputsTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_INPUTS_LISTList Flowpipe inputs for an org workspaceConnection
List Flowpipe inputs for an org workspace
Authentication
Connected account requiredTags
Get organization workspace installed flowpipe modTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_GETGet organization workspace installed flowpipe mod by mod aliasConnection
Get organization workspace installed flowpipe mod by mod alias
Authentication
Connected account requiredTags
Install flowpipe mod to organization workspace.TURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_INSTALLInstall flowpipe mod to a organization workspace.Connection
Install flowpipe mod to a organization workspace.
Authentication
Connected account requiredTags
Uninstall flowpipe mod from organization workspace.TURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_UNINSTALLUninstall flowpipe mod from organization workspace.Connection
Uninstall flowpipe mod from organization workspace.
Authentication
Connected account requiredTags
Update a flowpipe mod in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_MOD_UPDATEUpdate a flowpipe mod in an organization workspaceConnection
Update a flowpipe mod in an organization workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Create a setting for a flowpipe mod variable in an organization workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Delete setting for a flowpipe mod variable in an organization workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Get setting for a flowpipe mod variable in an organization workspace
Authentication
Connected account requiredTags
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 organizationConnection
List all variables applicable for a flowpipe mod in a workspace specific to an organization
Authentication
Connected account requiredTags
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 workspaceConnection
Update setting for a flowpipe mod variable in an organization workspace
Authentication
Connected account requiredTags
Run organization workspace Flowpipe pipeline commandTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_PIPELINE_COMMANDRun a command on a pipeline in a workspace belonging to an organization.Connection
Run a command on a pipeline in a workspace belonging to an organization.
Authentication
Connected account requiredTags
Get org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_PIPELINE_GETGet the details of a pipeline for a workspace of an organization.Connection
Get the details of a pipeline for a workspace of an organization.
Authentication
Connected account requiredTags
List organization workspace pipelinesTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_PIPELINE_LISTLists the pipelines for an organization workspace.Connection
Lists the pipelines for an organization workspace.
Authentication
Connected account requiredTags
Get org workspace pipeline triggersTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_PIPELINE_LIST_TRIGGERSGet the list of triggers that a pipeline is associated with.Connection
Get the list of triggers that a pipeline is associated with.
Authentication
Connected account requiredTags
Run organization workspace Flowpipe trigger commandTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_COMMANDRun a command on a trigger in a workspace belonging to an organization.Connection
Run a command on a trigger in a workspace belonging to an organization.
Authentication
Connected account requiredTags
Create org workspace triggerTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_CREATECreates a new trigger for an org workspace.Connection
Creates a new trigger for an org workspace.
Authentication
Connected account requiredTags
Delete org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_DELETEDeletes the pipeline specified in the request for a workspace of an organization.Connection
Deletes the pipeline specified in the request for a workspace of an organization.
Authentication
Connected account requiredTags
Get org workspace flowpipe triggerTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_GETGet the details of a trigger for a workspace of an org.Connection
Get the details of a trigger for a workspace of an org.
Authentication
Connected account requiredTags
List organization workspace triggersTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_LISTLists the pipelines for an organization workspace.Connection
Lists the pipelines for an organization workspace.
Authentication
Connected account requiredTags
Update org workspace triggerTURBOT_PIPES_ORG_WORKSPACE_FLOWPIPE_TRIGGER_UPDATEUpdates a trigger for a workspace of an org.Connection
Updates a trigger for a workspace of an org.
Authentication
Connected account requiredTags
Get org workspaceTURBOT_PIPES_ORG_WORKSPACE_GETGet the details for a workspace in an organization.Connection
Get the details for a workspace in an organization.
Authentication
Connected account requiredTags
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.Connection
Performs a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.
Authentication
Connected account requiredTags
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.Connection
Performs a query in an org workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.
Authentication
Connected account requiredTags
Get org workspace integrationTURBOT_PIPES_ORG_WORKSPACE_INTEGRATION_GETGet details of an integration available for a workspace belonging to an organization.Connection
Get details of an integration available for a workspace belonging to an organization.
Authentication
Connected account requiredTags
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.Connection
List integrations available for an organization workspace. If run on a custom tenant this will return integrations configured both on tenant and org level.
Authentication
Connected account requiredTags
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.Connection
List respositories that are given access to the integration available for an organization workspace.
Authentication
Connected account requiredTags
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.Connection
List heads for a respository of an integration available for an organization workspace.
Authentication
Connected account requiredTags
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.Connection
List branches for a gitlab project of an integration available for an organization workspace.
Authentication
Connected account requiredTags
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.Connection
List projects that are given access to the integration available for an organization workspace.
Authentication
Connected account requiredTags
List org workspacesTURBOT_PIPES_ORG_WORKSPACE_LISTList the workspace for an organization.Connection
List the workspace for an organization.
Authentication
Connected account requiredTags
Org workspace audit logsTURBOT_PIPES_ORG_WORKSPACE_LIST_AUDIT_LOGSReturns the audit logs for an org workspace.Connection
Returns the audit logs for an org workspace.
Authentication
Connected account requiredTags
Org workspace logsTURBOT_PIPES_ORG_WORKSPACE_LIST_DBLOGSReturns the workspace logs for an org.Connection
Returns the workspace logs for an org.
Authentication
Connected account requiredTags
Create Org Workspace MemberTURBOT_PIPES_ORG_WORKSPACE_MEMBER_CREATEAdd an individual as a member of a workspace in an organization.Connection
Add an individual as a member of a workspace in an organization.
Authentication
Connected account requiredTags
Delete Org Workspace MemberTURBOT_PIPES_ORG_WORKSPACE_MEMBER_DELETERemove a member from a workspace of an organization.Connection
Remove a member from a workspace of an organization.
Authentication
Connected account requiredTags
Get Org Workspace MemberTURBOT_PIPES_ORG_WORKSPACE_MEMBER_GETGet details of a member belonging to a workspace of an organization.Connection
Get details of a member belonging to a workspace of an organization.
Authentication
Connected account requiredTags
List Organization Workspace MembersTURBOT_PIPES_ORG_WORKSPACE_MEMBER_LISTList all members of a workspace in an organization who has accepted / invited.Connection
List all members of a workspace in an organization who has accepted / invited.
Authentication
Connected account requiredTags
Update Org Workspace MemberTURBOT_PIPES_ORG_WORKSPACE_MEMBER_UPDATEUpdate the role of a member belonging to a workspace of an organization.Connection
Update the role of a member belonging to a workspace of an organization.
Authentication
Connected account requiredTags
Get organization workspace installed modTURBOT_PIPES_ORG_WORKSPACE_MOD_GETGet organization workspace installed mod by mod aliasConnection
Get organization workspace installed mod by mod alias
Authentication
Connected account requiredTags
Install a mod to an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_MOD_INSTALLInstall a mod to an organization workspaceConnection
Install a mod to an organization workspace
Authentication
Connected account requiredTags
List organization workspace installed modsTURBOT_PIPES_ORG_WORKSPACE_MOD_LISTList organization workspace installed modsConnection
List organization workspace installed mods
Authentication
Connected account requiredTags
Uninstall mod from organization workspace.TURBOT_PIPES_ORG_WORKSPACE_MOD_UNINSTALLUninstall mod from organization workspace.Connection
Uninstall mod from organization workspace.
Authentication
Connected account requiredTags
Update a mod in an organization workspaceTURBOT_PIPES_ORG_WORKSPACE_MOD_UPDATEUpdate a mod in an organization workspaceConnection
Update a mod in an organization workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Create a setting for a mod variable in an organization workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Delete setting for a mod variable in an organization workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Get setting for a mod variable in an organization workspace
Authentication
Connected account requiredTags
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 organizationConnection
List all variables applicable for a mod in a workspace specific to an organization
Authentication
Connected account requiredTags
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 workspaceConnection
Update setting for a mod variable in an organization workspace
Authentication
Connected account requiredTags
Post org workspace notifier commandsTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_COMMAND_POSTPost a command for a notifier for an orgs workspaceConnection
Post a command for a notifier for an orgs workspace
Authentication
Connected account requiredTags
Create org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_CREATECreate a new notifier for an org workspaceConnection
Create a new notifier for an org workspace
Authentication
Connected account requiredTags
Delete org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_DELETEDelete a notifier for an org workspaceConnection
Delete a notifier for an org workspace
Authentication
Connected account requiredTags
Get org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_GETGet a notifier for an org workspaceConnection
Get a notifier for an org workspace
Authentication
Connected account requiredTags
List org workspace notifiersTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_LISTList all notifiers for an org workspaceConnection
List all notifiers for an org workspace
Authentication
Connected account requiredTags
Update org workspace notifierTURBOT_PIPES_ORG_WORKSPACE_NOTIFIER_UPDATEUpdate a notifier for an org workspaceConnection
Update a notifier for an org workspace
Authentication
Connected account requiredTags
Run org workspace pipeline commandTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_COMMANDRun a command on a pipeline in a workspace belonging to an organization.Connection
Run a command on a pipeline in a workspace belonging to an organization.
Authentication
Connected account requiredTags
Create org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_CREATECreates a new pipeline for a workspace of an organization.Connection
Creates a new pipeline for a workspace of an organization.
Authentication
Connected account requiredTags
Delete org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_DELETEDeletes the pipeline specified in the request for a workspace of an organization.Connection
Deletes the pipeline specified in the request for a workspace of an organization.
Authentication
Connected account requiredTags
Get org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_GETGet the details of a pipeline for a workspace of an organization.Connection
Get the details of a pipeline for a workspace of an organization.
Authentication
Connected account requiredTags
List org workspace pipelinesTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_LISTLists the pipelines for a workspace of an organization.Connection
Lists the pipelines for a workspace of an organization.
Authentication
Connected account requiredTags
Update org workspace pipelineTURBOT_PIPES_ORG_WORKSPACE_PIPELINE_UPDATEUpdates a pipeline for a workspace of an organization.Connection
Updates a pipeline for a workspace of an organization.
Authentication
Connected account requiredTags
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.Connection
Performs a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.
Authentication
Connected account requiredTags
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.Connection
Performs a query in an org workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.
Authentication
Connected account requiredTags
Run org workspace process commandTURBOT_PIPES_ORG_WORKSPACE_PROCESS_COMMANDRun a command against an org workspace process.Connection
Run a command against an org workspace process.
Authentication
Connected account requiredTags
Get org workspace processTURBOT_PIPES_ORG_WORKSPACE_PROCESS_GETGet the details for the process.Connection
Get the details for the process.
Authentication
Connected account requiredTags
List org workspace processesTURBOT_PIPES_ORG_WORKSPACE_PROCESS_LISTList the processes associated with an org workspace.Connection
List the processes associated with an org workspace.
Authentication
Connected account requiredTags
List org workspace process logsTURBOT_PIPES_ORG_WORKSPACE_PROCESS_LOGList the process logs associated with a workspace process.Connection
List the process logs associated with a workspace process.
Authentication
Connected account requiredTags
Attach a schema to an org workspaceTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_ATTACHAttach an identity-level connection schema to an org workspace.Connection
Attach an identity-level connection schema to an org workspace.
Authentication
Connected account requiredTags
Detach a schema from an org workspaceTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_DETACHDetach an identity-level connection schema from an org workspace.Connection
Detach an identity-level connection schema from an org workspace.
Authentication
Connected account requiredTags
Get org workspace schemaTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_GETGet the details for an org workspace schema.Connection
Get the details for an org workspace schema.
Authentication
Connected account requiredTags
Get org workspace schema tableTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_GET_TABLEGet details about a specific table in a org workspace schema.Connection
Get details about a specific table in a org workspace schema.
Authentication
Connected account requiredTags
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.Connection
List the schemas for the org workspace. This will consist of the aggregators, datatanks and identity-level connections associated with the workspace.
Authentication
Connected account requiredTags
List org workspace schema tablesTURBOT_PIPES_ORG_WORKSPACE_SCHEMA_LIST_TABLESList the tables for an org workspace schema.Connection
List the tables for an org workspace schema.
Authentication
Connected account requiredTags
Create org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_CREATECreates a new workspace snapshot for an org.Connection
Creates a new workspace snapshot for an org.
Authentication
Connected account requiredTags
Delete org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_DELETEDeletes an org workspace snapshot.Connection
Deletes an org workspace snapshot.
Authentication
Connected account requiredTags
Download org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_DOWNLOADDownloads the full data for an org workspace snapshot.Connection
Downloads the full data for an org workspace snapshot.
Authentication
Connected account requiredTags
Get org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_GETGet the details for an org workspace snapshot.Connection
Get the details for an org workspace snapshot.
Authentication
Connected account requiredTags
List org workspace snapshotsTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_LISTList the workspace snapshots for an org.Connection
List the workspace snapshots for an org.
Authentication
Connected account requiredTags
Update org workspace snapshotTURBOT_PIPES_ORG_WORKSPACE_SNAPSHOT_UPDATEUpdates an org workspace snapshot.Connection
Updates an org workspace snapshot.
Authentication
Connected account requiredTags
Update org workspaceTURBOT_PIPES_ORG_WORKSPACE_UPDATEUpdate a workspace in an organization.Connection
Update a workspace in an organization.
Authentication
Connected account requiredTags
List org workspace usageTURBOT_PIPES_ORG_WORKSPACE_USAGE_LISTList the usage associated with an org workspace.Connection
List the usage associated with an org workspace.
Authentication
Connected account requiredTags
Create tenant Stripe billing intentTURBOT_PIPES_TENANT_BILLING_CREATE_BILLING_INTENTCreate tenant Stripe billing intentConnection
Create tenant Stripe billing intent
Authentication
Connected account requiredTags
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.Connection
Create a new subscription for the tenant. There can only be 1 active subscription per tenant.
Authentication
Connected account requiredTags
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.Connection
Delete tenant billing payment method. Deleting default payment method will result in a 403 (forbidden) error.
Authentication
Connected account requiredTags
Delete tenant subscriptionTURBOT_PIPES_TENANT_BILLING_DELETE_TENANT_BILLING_SUBSCRIPTIONDelete tenant subscription.Connection
Delete tenant subscription.
Authentication
Connected account requiredTags
Get tenant billing plan.TURBOT_PIPES_TENANT_BILLING_GET_PLANGet the current tenant billing plan.Connection
Get the current tenant billing plan.
Authentication
Connected account requiredTags
Get a tenant invoiceTURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_INVOICEGet an invoice for a tenant.Connection
Get an invoice for a tenant.
Authentication
Connected account requiredTags
Get tenant billing payment method.TURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_PAYMENT_METHODList tenant billing payment method.Connection
List tenant billing payment method.
Authentication
Connected account requiredTags
Get tenant subscriptionTURBOT_PIPES_TENANT_BILLING_GET_TENANT_BILLING_SUBSCRIPTIONGet tenant subscriptionConnection
Get tenant subscription
Authentication
Connected account requiredTags
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.Connection
Get upcoming invoice. Can be used to let subscriber know the estimated amount for next invoice.
Authentication
Connected account requiredTags
List tenant invoicesTURBOT_PIPES_TENANT_BILLING_LIST_TENANT_BILLING_INVOICESList tenant invoices. TODO: paging, Stripe suports this we need to to implement it.Connection
List tenant invoices. TODO: paging, Stripe suports this we need to to implement it.
Authentication
Connected account requiredTags
List tenant billing payment methods.TURBOT_PIPES_TENANT_BILLING_LIST_TENANT_BILLING_PAYMENT_METHODList tenant billing payment methods.Connection
List tenant billing payment methods.
Authentication
Connected account requiredTags
List tenant subscriptionsTURBOT_PIPES_TENANT_BILLING_LIST_TENANT_SUBSCRIPTIONList tenant subscriptions.Connection
List tenant subscriptions.
Authentication
Connected account requiredTags
Update tenant billing payment method.TURBOT_PIPES_TENANT_BILLING_UPDATE_TENANT_BILLING_PAYMENT_METHODUpdate tenant billing payment method.Connection
Update tenant billing payment method.
Authentication
Connected account requiredTags
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.Connection
Update tenant subscription. Use this API to "stop cancel at the next billing period" by passing "stopcancel" in the action parameter.
Authentication
Connected account requiredTags
Create tenant connectionTURBOT_PIPES_TENANT_CONNECTION_CREATECreates a new connection for a custom tenant.Connection
Creates a new connection for a custom tenant.
Authentication
Connected account requiredTags
Create tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_CREATE_PERMISSIONCreate permissions for a tenant connection.Connection
Create permissions for a tenant connection.
Authentication
Connected account requiredTags
Delete tenant connectionTURBOT_PIPES_TENANT_CONNECTION_DELETEDeletes a connection defined at the tenant level.Connection
Deletes a connection defined at the tenant level.
Authentication
Connected account requiredTags
Delete tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_DELETE_PERMISSIONDelete permission for a connection defined on a custom tenant.Connection
Delete permission for a connection defined on a custom tenant.
Authentication
Connected account requiredTags
Create tenant connection folderTURBOT_PIPES_TENANT_CONNECTION_FOLDER_CREATECreates a new connection folder for a custom tenant.Connection
Creates a new connection folder for a custom tenant.
Authentication
Connected account requiredTags
Create tenant connection folder permissionTURBOT_PIPES_TENANT_CONNECTION_FOLDER_CREATE_PERMISSIONCreate permissions for a connection folder defined on a custom tenant.Connection
Create permissions for a connection folder defined on a custom tenant.
Authentication
Connected account requiredTags
Delete tenant connection folderTURBOT_PIPES_TENANT_CONNECTION_FOLDER_DELETEDeletes a connection folder defined at the tenant level.Connection
Deletes a connection folder defined at the tenant level.
Authentication
Connected account requiredTags
Delete tenant connection folder permissionTURBOT_PIPES_TENANT_CONNECTION_FOLDER_DELETE_PERMISSIONDelete permission for a connection folder defined on a custom tenant.Connection
Delete permission for a connection folder defined on a custom tenant.
Authentication
Connected account requiredTags
Get tenant connection folderTURBOT_PIPES_TENANT_CONNECTION_FOLDER_GETGet connection folder for a custom tenant.Connection
Get connection folder for a custom tenant.
Authentication
Connected account requiredTags
Get tenant connection folder permissionTURBOT_PIPES_TENANT_CONNECTION_FOLDER_GET_PERMISSIONGet permission for a connection folder defined on a custom tenant.Connection
Get permission for a connection folder defined on a custom tenant.
Authentication
Connected account requiredTags
List tenant connection foldersTURBOT_PIPES_TENANT_CONNECTION_FOLDER_LISTList connection folders for a custom tenant.Connection
List connection folders for a custom tenant.
Authentication
Connected account requiredTags
List tenant connection folder permissionsTURBOT_PIPES_TENANT_CONNECTION_FOLDER_LIST_PERMISSIONList permissions for a connection folder defined on a custom tenant.Connection
List permissions for a connection folder defined on a custom tenant.
Authentication
Connected account requiredTags
List tenant connection folder workspacesTURBOT_PIPES_TENANT_CONNECTION_FOLDER_LIST_WORKSPACESList the workspaces that a tenant connection folder has been added to.Connection
List the workspaces that a tenant connection folder has been added to.
Authentication
Connected account requiredTags
Update tenant connection folderTURBOT_PIPES_TENANT_CONNECTION_FOLDER_UPDATEUpdate the details of a connection folder belonging to a custom tenant.Connection
Update the details of a connection folder belonging to a custom tenant.
Authentication
Connected account requiredTags
Update tenant connection folder permissionTURBOT_PIPES_TENANT_CONNECTION_FOLDER_UPDATE_PERMISSIONUpdate permission for a connection folder defined on a custom tenant.Connection
Update permission for a connection folder defined on a custom tenant.
Authentication
Connected account requiredTags
Get tenant connectionTURBOT_PIPES_TENANT_CONNECTION_GETGet connection for a tenant.Connection
Get connection for a tenant.
Authentication
Connected account requiredTags
Get tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_GET_PERMISSIONGet permission for a connection defined on a custom tenant.Connection
Get permission for a connection defined on a custom tenant.
Authentication
Connected account requiredTags
List tenant connectionsTURBOT_PIPES_TENANT_CONNECTION_LISTList connections for a tenant.Connection
List connections for a tenant.
Authentication
Connected account requiredTags
List tenant connection permissionsTURBOT_PIPES_TENANT_CONNECTION_LIST_PERMISSIONList permissions for a connection defined on a custom tenant.Connection
List permissions for a connection defined on a custom tenant.
Authentication
Connected account requiredTags
List tenant connection workspacesTURBOT_PIPES_TENANT_CONNECTION_LIST_WORKSPACESList the workspaces that a tenant connection has been added to.Connection
List the workspaces that a tenant connection has been added to.
Authentication
Connected account requiredTags
Test tenant connectionTURBOT_PIPES_TENANT_CONNECTION_TESTTest the config for a tenant connection to check for basic connectivity.Connection
Test the config for a tenant connection to check for basic connectivity.
Authentication
Connected account requiredTags
List tenant connection treeTURBOT_PIPES_TENANT_CONNECTION_TREE_LISTList connection tree for a tenant.Connection
List connection tree for a tenant.
Authentication
Connected account requiredTags
Update tenant connectionTURBOT_PIPES_TENANT_CONNECTION_UPDATEUpdate the details of a connection belonging to a tenant.Connection
Update the details of a connection belonging to a tenant.
Authentication
Connected account requiredTags
Update tenant connection permissionTURBOT_PIPES_TENANT_CONNECTION_UPDATE_PERMISSIONUpdate permission for a connection defined on a custom tenant.Connection
Update permission for a connection defined on a custom tenant.
Authentication
Connected account requiredTags
Create tenantTURBOT_PIPES_TENANT_CREATECreates a tenant.Connection
Creates a tenant.
Authentication
Connected account requiredTags
Delete tenantTURBOT_PIPES_TENANT_DELETEDeletes the specified tenant.Connection
Deletes the specified tenant.
Authentication
Connected account requiredTags
Delete tenant avatarTURBOT_PIPES_TENANT_DELETE_AVATARDelete custom avatar for a tenant.Connection
Delete custom avatar for a tenant.
Authentication
Connected account requiredTags
Get tenantTURBOT_PIPES_TENANT_GETRetrieves the tenant information.Connection
Retrieves the tenant information.
Authentication
Connected account requiredTags
Get tenant avatarTURBOT_PIPES_TENANT_GET_AVATARGet public avatar for a tenant.Connection
Get public avatar for a tenant.
Authentication
Connected account requiredTags
Get tenant settingsTURBOT_PIPES_TENANT_GET_SETTINGSRetrieves the tenant settings.Connection
Retrieves the tenant settings.
Authentication
Connected account requiredTags
Run tenant integration commandTURBOT_PIPES_TENANT_INTEGRATION_COMMANDRun a command for a tenant integrationConnection
Run a command for a tenant integration
Authentication
Connected account requiredTags
Create tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_CREATECreates a new integration on a custom tenant.Connection
Creates a new integration on a custom tenant.
Authentication
Connected account requiredTags
Delete tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_DELETEDelete an integration configured on a custom tenant.Connection
Delete an integration configured on a custom tenant.
Authentication
Connected account requiredTags
Get tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_GETGet details of an integration configured on a custom tenant.Connection
Get details of an integration configured on a custom tenant.
Authentication
Connected account requiredTags
Install GitHub integration on a custom tenantTURBOT_PIPES_TENANT_INTEGRATION_INSTALL_GITHUB_INTEGRATIONInstall a GitHub integration on a custom tenant.Connection
Install a GitHub integration on a custom tenant.
Authentication
Connected account requiredTags
Install Slack integration on a custom tenantTURBOT_PIPES_TENANT_INTEGRATION_INSTALL_SLACK_INTEGRATIONInstall a Slack integration on a custom tenant.Connection
Install a Slack integration on a custom tenant.
Authentication
Connected account requiredTags
List tenant integrationsTURBOT_PIPES_TENANT_INTEGRATION_LISTList integrations configured on a custom tenant.Connection
List integrations configured on a custom tenant.
Authentication
Connected account requiredTags
List tenant integration Slack channelsTURBOT_PIPES_TENANT_INTEGRATION_LIST_SLACK_CHANNELSList Slack channels that are given access to a tenant Slack integration.Connection
List Slack channels that are given access to a tenant Slack integration.
Authentication
Connected account requiredTags
Test custom tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_TESTTest the config for a custom tenant integration to check for basic connectivity before you create it.Connection
Test the config for a custom tenant integration to check for basic connectivity before you create it.
Authentication
Connected account requiredTags
Update tenant integrationTURBOT_PIPES_TENANT_INTEGRATION_UPDATEUpdate details of an integration configured on a custom tenant.Connection
Update details of an integration configured on a custom tenant.
Authentication
Connected account requiredTags
List tenantsTURBOT_PIPES_TENANT_LISTList tenants the actor is a member of.Connection
List tenants the actor is a member of.
Authentication
Connected account requiredTags
Tenant audit logsTURBOT_PIPES_TENANT_LIST_AUDIT_LOGSReturns the audit logs for a custom tenant.Connection
Returns the audit logs for a custom tenant.
Authentication
Connected account requiredTags
List tenant constraintsTURBOT_PIPES_TENANT_LIST_CONSTRAINTSList all applicable constraints for a tenant.Connection
List all applicable constraints for a tenant.
Authentication
Connected account requiredTags
List tenant usageTURBOT_PIPES_TENANT_LIST_USAGEList all usage metrics for a tenant.Connection
List all usage metrics for a tenant.
Authentication
Connected account requiredTags
Delete tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_DELETEDelete a log archive for the tenantConnection
Delete a log archive for the tenant
Authentication
Connected account requiredTags
Download a tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_DOWNLOADDownload a log archive for the tenantConnection
Download a log archive for the tenant
Authentication
Connected account requiredTags
Get tenant log archiveTURBOT_PIPES_TENANT_LOG_ARCHIVES_GETGet a log archive for the tenantConnection
Get a log archive for the tenant
Authentication
Connected account requiredTags
List tenant log archivesTURBOT_PIPES_TENANT_LOG_ARCHIVES_LISTList log archives for the tenantConnection
List log archives for the tenant
Authentication
Connected account requiredTags
Confirm tenant member inviteTURBOT_PIPES_TENANT_MEMBER_CONFIRM_INVITEConfirm tenant member invite.Connection
Confirm tenant member invite.
Authentication
Connected account requiredTags
Delete tenant memberTURBOT_PIPES_TENANT_MEMBER_DELETEDelete the user from the tenant.Connection
Delete the user from the tenant.
Authentication
Connected account requiredTags
Delete tenant member inviteTURBOT_PIPES_TENANT_MEMBER_DELETE_INVITEDelete the tenant member invite.Connection
Delete the tenant member invite.
Authentication
Connected account requiredTags
Get tenant memberTURBOT_PIPES_TENANT_MEMBER_GETGet tenant member.Connection
Get tenant member.
Authentication
Connected account requiredTags
Invite tenant memberTURBOT_PIPES_TENANT_MEMBER_INVITEInvite member to a tenant.Connection
Invite member to a tenant.
Authentication
Connected account requiredTags
List Tenant MembersTURBOT_PIPES_TENANT_MEMBER_LISTList all members of a tenant who are invited / accepted.Connection
List all members of a tenant who are invited / accepted.
Authentication
Connected account requiredTags
Update tenant memberTURBOT_PIPES_TENANT_MEMBER_UPDATEUpdate the role of a member of a tenant.Connection
Update the role of a member of a tenant.
Authentication
Connected account requiredTags
Create tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_CREATECreate a new notifier for a custom tenantConnection
Create a new notifier for a custom tenant
Authentication
Connected account requiredTags
Delete tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_DELETEDelete a notifier for a custom tenantConnection
Delete a notifier for a custom tenant
Authentication
Connected account requiredTags
Get tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_GETGet a notifier for a custom tenantConnection
Get a notifier for a custom tenant
Authentication
Connected account requiredTags
List tenant notifiersTURBOT_PIPES_TENANT_NOTIFIER_LISTList all notifiers for a custom tenantConnection
List all notifiers for a custom tenant
Authentication
Connected account requiredTags
Update tenant notifierTURBOT_PIPES_TENANT_NOTIFIER_UPDATEUpdate a notifier for a custom tenantConnection
Update a notifier for a custom tenant
Authentication
Connected account requiredTags
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).Connection
Returns the audit logs where the service account is either the actor or the identity (tenant-level service account).
Authentication
Connected account requiredTags
Create a tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_CREATECreate a new service account at the tenant level.Connection
Create a new service account at the tenant level.
Authentication
Connected account requiredTags
Delete a tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_DELETEDelete an existing service account at the tenant level.Connection
Delete an existing service account at the tenant level.
Authentication
Connected account requiredTags
Get tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_GETRetrieves a specific tenant-level service account.Connection
Retrieves a specific tenant-level service account.
Authentication
Connected account requiredTags
List tenant service accountsTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_LISTLists service accounts at the tenant level.Connection
Lists service accounts at the tenant level.
Authentication
Connected account requiredTags
Create a tenant service account tokenTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_CREATECreate a new token for a tenant-level service account.Connection
Create a new token for a tenant-level service account.
Authentication
Connected account requiredTags
Delete a tenant service account tokenTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_DELETEDelete a token for a tenant-level service account.Connection
Delete a token for a tenant-level service account.
Authentication
Connected account requiredTags
Get a tenant service account tokenTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_GETRetrieves a specific token for a tenant-level service account.Connection
Retrieves a specific token for a tenant-level service account.
Authentication
Connected account requiredTags
List tenant service account tokensTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_LISTLists tokens for a tenant-level service account.Connection
Lists tokens for a tenant-level service account.
Authentication
Connected account requiredTags
Update a tenant service account tokenTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_TOKEN_UPDATEUpdate an existing token for a tenant-level service account.Connection
Update an existing token for a tenant-level service account.
Authentication
Connected account requiredTags
Update a tenant service accountTURBOT_PIPES_TENANT_SERVICE_ACCOUNT_UPDATEUpdate an existing service account at the tenant level.Connection
Update an existing service account at the tenant level.
Authentication
Connected account requiredTags
Update tenantTURBOT_PIPES_TENANT_UPDATEUpdates various information about a tenant.Connection
Updates various information about a tenant.
Authentication
Connected account requiredTags
Update tenant settingsTURBOT_PIPES_TENANT_UPDATE_SETTINGSUpdate settings for a custom tenant.Connection
Update settings for a custom tenant.
Authentication
Connected account requiredTags
Create Stripe billing intentTURBOT_PIPES_USER_BILLING_CREATE_BILLING_INTENTCreate Stripe billing intentConnection
Create Stripe billing intent
Authentication
Connected account requiredTags
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?Connection
Create a new subscription for the user. There can only be 1 active subscription per user. TODO: webhook when subscription payment fail? What to do when subscription is deactivated?
Authentication
Connected account requiredTags
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.Connection
Delete user billing payment method. Deleting default payment method will result in a 403 (forbidden) error.
Authentication
Connected account requiredTags
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.Connection
Delete user subscription. TODO: prorate, when to delete subscription. Webhook when the Subscription is finally deleted.
Authentication
Connected account requiredTags
Get a user invoiceTURBOT_PIPES_USER_BILLING_GET_USER_BILLING_INVOICEGet an invoice.Connection
Get an invoice.
Authentication
Connected account requiredTags
Get user billing payment method.TURBOT_PIPES_USER_BILLING_GET_USER_BILLING_PAYMENT_METHODList user billing payment method.Connection
List user billing payment method.
Authentication
Connected account requiredTags
Get user subscriptionTURBOT_PIPES_USER_BILLING_GET_USER_BILLING_SUBSCRIPTIONGet user subscriptionConnection
Get user subscription
Authentication
Connected account requiredTags
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.Connection
Get the upcoming invoice for this user. Can be used to let the user know the estimated amount for next invoice.
Authentication
Connected account requiredTags
List user invoicesTURBOT_PIPES_USER_BILLING_LIST_USER_BILLING_INVOICESList user invoices. TODO: paging, Stripe suports this we need to to implement it.Connection
List user invoices. TODO: paging, Stripe suports this we need to to implement it.
Authentication
Connected account requiredTags
List user billing payment methods.TURBOT_PIPES_USER_BILLING_LIST_USER_BILLING_PAYMENT_METHODList user billing payment methods.Connection
List user billing payment methods.
Authentication
Connected account requiredTags
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?Connection
List user subscriptions. TODO: user should only have 1 active subscriptions, but what if we change subscriptions (is it possible?). Should we display old subscriptions?
Authentication
Connected account requiredTags
Update user billing payment method.TURBOT_PIPES_USER_BILLING_UPDATE_USER_BILLING_PAYMENT_METHODUpdate user billing payment method.Connection
Update user billing payment method.
Authentication
Connected account requiredTags
Create user connectionTURBOT_PIPES_USER_CONNECTION_CREATECreates a new connection for a user.Connection
Creates a new connection for a user.
Authentication
Connected account requiredTags
Create user connectionTURBOT_PIPES_USER_CONNECTION_CREATE_DEPRECATEDCreates a new connection for a user.Connection
Creates a new connection for a user.
Authentication
Connected account requiredTags
Delete user connectionTURBOT_PIPES_USER_CONNECTION_DELETEDeletes a connection belonging to a user.Connection
Deletes a connection belonging to a user.
Authentication
Connected account requiredTags
Delete user connectionTURBOT_PIPES_USER_CONNECTION_DELETE_DEPRECATEDDelete a connection belonging to a user.Connection
Delete a connection belonging to a user.
Authentication
Connected account requiredTags
Get user connectionTURBOT_PIPES_USER_CONNECTION_GETGet the details of a connection belonging to a user.Connection
Get the details of a connection belonging to a user.
Authentication
Connected account requiredTags
Get user connectionTURBOT_PIPES_USER_CONNECTION_GET_DEPRECATEDGet the details for a connection belonging to a user.Connection
Get the details for a connection belonging to a user.
Authentication
Connected account requiredTags
List user connectionsTURBOT_PIPES_USER_CONNECTION_LISTList connections for a user.Connection
List connections for a user.
Authentication
Connected account requiredTags
List user connectionsTURBOT_PIPES_USER_CONNECTION_LIST_DEPRECATEDList the connection for a user.Connection
List the connection for a user.
Authentication
Connected account requiredTags
List user connection workspacesTURBOT_PIPES_USER_CONNECTION_LIST_WORKSPACESList the workspaces that a user connection has been added to.Connection
List the workspaces that a user connection has been added to.
Authentication
Connected account requiredTags
List user connection workspacesTURBOT_PIPES_USER_CONNECTION_LIST_WORKSPACES_DEPRECATEDList the workspaces that a user connection has been added to.Connection
List the workspaces that a user connection has been added to.
Authentication
Connected account requiredTags
Test user connectionTURBOT_PIPES_USER_CONNECTION_TESTTest the config for a user connection to check for basic connectivity.Connection
Test the config for a user connection to check for basic connectivity.
Authentication
Connected account requiredTags
Test user connectionTURBOT_PIPES_USER_CONNECTION_TEST_DEPRECATEDTest the config for a user connection to check for basic connectivity.Connection
Test the config for a user connection to check for basic connectivity.
Authentication
Connected account requiredTags
Update user connectionTURBOT_PIPES_USER_CONNECTION_UPDATEUpdate the details of a connection belonging to a user.Connection
Update the details of a connection belonging to a user.
Authentication
Connected account requiredTags
Update user connectionTURBOT_PIPES_USER_CONNECTION_UPDATE_DEPRECATEDUpdate a connection for a user.Connection
Update a connection for a user.
Authentication
Connected account requiredTags
Create userTURBOT_PIPES_USER_CREATECreates a new user.Connection
Creates a new user.
Authentication
Connected account requiredTags
Create user passwordTURBOT_PIPES_USER_CREATE_DBPASSWORDCreate or rotate user password.Connection
Create or rotate user password.
Authentication
Connected account requiredTags
Delete userTURBOT_PIPES_USER_DELETEDeletes the specified user.Connection
Deletes the specified user.
Authentication
Connected account requiredTags
Delete user avatarTURBOT_PIPES_USER_DELETE_AVATARDelete custom avatar for a user.Connection
Delete custom avatar for a user.
Authentication
Connected account requiredTags
Get userTURBOT_PIPES_USER_GETRetrieves information of the specified user.Connection
Retrieves information of the specified user.
Authentication
Connected account requiredTags
Get user passwordTURBOT_PIPES_USER_GET_DBPASSWORDGet user password.Connection
Get user password.
Authentication
Connected account requiredTags
Get user emailTURBOT_PIPES_USER_GET_EMAILGet a particular user email record along with its metadata information.Connection
Get a particular user email record along with its metadata information.
Authentication
Connected account requiredTags
Get user billing plan.TURBOT_PIPES_USER_GET_PLANGet the current user billing plan.Connection
Get the current user billing plan.
Authentication
Connected account requiredTags
Get user preferencesTURBOT_PIPES_USER_GET_PREFERENCESGet preferences for the user such as email preferences.Connection
Get preferences for the user such as email preferences.
Authentication
Connected account requiredTags
Run user integration commandTURBOT_PIPES_USER_INTEGRATION_COMMANDRun a command for a user integrationConnection
Run a command for a user integration
Authentication
Connected account requiredTags
Create user integrationTURBOT_PIPES_USER_INTEGRATION_CREATECreates a new integration for a user. A user can only create a Github integration.Connection
Creates a new integration for a user. A user can only create a Github integration.
Authentication
Connected account requiredTags
Delete user integrationTURBOT_PIPES_USER_INTEGRATION_DELETEDelete an integration configured for a user.Connection
Delete an integration configured for a user.
Authentication
Connected account requiredTags
Get user integrationTURBOT_PIPES_USER_INTEGRATION_GETGet details of an integration configured on a user.Connection
Get details of an integration configured on a user.
Authentication
Connected account requiredTags
Install GitHub integration for a userTURBOT_PIPES_USER_INTEGRATION_INSTALL_GITHUB_INTEGRATIONInstall a GitHub integration for a user identity.Connection
Install a GitHub integration for a user identity.
Authentication
Connected account requiredTags
Install Slack integration for a userTURBOT_PIPES_USER_INTEGRATION_INSTALL_SLACK_INTEGRATIONInstall a Slack integration for a user identity.Connection
Install a Slack integration for a user identity.
Authentication
Connected account requiredTags
List user integrationsTURBOT_PIPES_USER_INTEGRATION_LISTList integrations configuered for a user.Connection
List integrations configuered for a user.
Authentication
Connected account requiredTags
List user integration Slack channelsTURBOT_PIPES_USER_INTEGRATION_LIST_SLACK_CHANNELSList Slack channels that are given access to a user Slack integration.Connection
List Slack channels that are given access to a user Slack integration.
Authentication
Connected account requiredTags
Test user integrationTURBOT_PIPES_USER_INTEGRATION_TESTTest the config for a user integration to check for basic connectivity before you create it.Connection
Test the config for a user integration to check for basic connectivity before you create it.
Authentication
Connected account requiredTags
Update user integrationTURBOT_PIPES_USER_INTEGRATION_UPDATEUpdate details of an integration configured for a user.Connection
Update details of an integration configured for a user.
Authentication
Connected account requiredTags
List usersTURBOT_PIPES_USER_LISTList the users.Connection
List the users.
Authentication
Connected account requiredTags
User audit logsTURBOT_PIPES_USER_LIST_AUDIT_LOGSReturns the audit logs for a user.Connection
Returns the audit logs for a user.
Authentication
Connected account requiredTags
List user constraintsTURBOT_PIPES_USER_LIST_CONSTRAINTSList all applicable constraints for a user.Connection
List all applicable constraints for a user.
Authentication
Connected account requiredTags
List user emailsTURBOT_PIPES_USER_LIST_EMAILSList emails for a user along with other metadata information for each item.Connection
List emails for a user along with other metadata information for each item.
Authentication
Connected account requiredTags
List user usageTURBOT_PIPES_USER_LIST_USAGEList all usage metrics for a user.Connection
List all usage metrics for a user.
Authentication
Connected account requiredTags
Create user notifierTURBOT_PIPES_USER_NOTIFIER_CREATECreate a new notifier for a userConnection
Create a new notifier for a user
Authentication
Connected account requiredTags
Delete user notifierTURBOT_PIPES_USER_NOTIFIER_DELETEDelete a notifier for a userConnection
Delete a notifier for a user
Authentication
Connected account requiredTags
Get user notifierTURBOT_PIPES_USER_NOTIFIER_GETGet a notifier for a userConnection
Get a notifier for a user
Authentication
Connected account requiredTags
List user notifiersTURBOT_PIPES_USER_NOTIFIER_LISTList all notifiers for a userConnection
List all notifiers for a user
Authentication
Connected account requiredTags
Update user notifierTURBOT_PIPES_USER_NOTIFIER_UPDATEUpdate a notifier for a userConnection
Update a notifier for a user
Authentication
Connected account requiredTags
Get User processTURBOT_PIPES_USER_PROCESS_GETGet process for a user.Connection
Get process for a user.
Authentication
Connected account requiredTags
List User processesTURBOT_PIPES_USER_PROCESS_LISTList processes for a user.Connection
List processes for a user.
Authentication
Connected account requiredTags
List user process logsTURBOT_PIPES_USER_PROCESS_LOGList the process logs for a given process of a user.Connection
List the process logs for a given process of a user.
Authentication
Connected account requiredTags
Create tokenTURBOT_PIPES_USER_TOKEN_CREATECreates a new token for the specified user. The limit is 2 per user.Connection
Creates a new token for the specified user. The limit is 2 per user.
Authentication
Connected account requiredTags
Delete tokenTURBOT_PIPES_USER_TOKEN_DELETEDeletes the token associated with the specified user.Connection
Deletes the token associated with the specified user.
Authentication
Connected account requiredTags
Get tokenTURBOT_PIPES_USER_TOKEN_GETRetrieves the information of a specified token.Connection
Retrieves the information of a specified token.
Authentication
Connected account requiredTags
List tokensTURBOT_PIPES_USER_TOKEN_LISTList the token for a user.Connection
List the token for a user.
Authentication
Connected account requiredTags
Update tokenTURBOT_PIPES_USER_TOKEN_UPDATEChanges the status of the specified token from Active to Inactive or vice versa.Connection
Changes the status of the specified token from Active to Inactive or vice versa.
Authentication
Connected account requiredTags
Update userTURBOT_PIPES_USER_UPDATEUpdates the handle name, display name, or the URL of a user.Connection
Updates the handle name, display name, or the URL of a user.
Authentication
Connected account requiredTags
Update user preferencesTURBOT_PIPES_USER_UPDATE_PREFERENCESUpdate preferences for the user e.g. opting out of receiving certain kind of emails.Connection
Update preferences for the user e.g. opting out of receiving certain kind of emails.
Authentication
Connected account requiredTags
Create an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_CREATECreates an aggregator for a workspace of a user.Connection
Creates an aggregator for a workspace of a user.
Authentication
Connected account requiredTags
Delete an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_DELETEDeletes an aggregator belonging to a workspace of a user.Connection
Deletes an aggregator belonging to a workspace of a user.
Authentication
Connected account requiredTags
Get an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_GETGet the details of an aggregator belonging to a workspace of a user.Connection
Get the details of an aggregator belonging to a workspace of a user.
Authentication
Connected account requiredTags
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.Connection
Get a connection that is a part of an aggregator defined in a workspace of a user.
Authentication
Connected account requiredTags
List aggregators for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_LISTList aggregators for a workspace of a user.Connection
List aggregators for a workspace of a user.
Authentication
Connected account requiredTags
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.Connection
List all connections that are a part of an aggregator defined in a workspace of a user.
Authentication
Connected account requiredTags
Update an aggregator for a user workspaceTURBOT_PIPES_USER_WORKSPACE_AGGREGATOR_UPDATEUpdate the details of an aggregator belonging to workspace of a user.Connection
Update the details of an aggregator belonging to workspace of a user.
Authentication
Connected account requiredTags
Download user workspace artifactTURBOT_PIPES_USER_WORKSPACE_ARTIFACT_DOWNLOADDownloads an artifact file from a user workspace AI conversation.Connection
Downloads an artifact file from a user workspace AI conversation.
Authentication
Connected account requiredTags
Run user workspace commandTURBOT_PIPES_USER_WORKSPACE_COMMANDRun a command in the workspace. Valid commands are: reboot.Connection
Run a command in the workspace. Valid commands are: reboot.
Authentication
Connected account requiredTags
Create user workspace connection associationTURBOT_PIPES_USER_WORKSPACE_CONNECTION_ASSOCIATION_CREATEAssociate a connection with the workspace. A workspace can have multiple association.Connection
Associate a connection with the workspace. A workspace can have multiple association.
Authentication
Connected account requiredTags
Delete user workspace connection associationTURBOT_PIPES_USER_WORKSPACE_CONNECTION_ASSOCIATION_DELETEDissociates or delete the workspace and connection association.Connection
Dissociates or delete the workspace and connection association.
Authentication
Connected account requiredTags
Get user workspace connection associationTURBOT_PIPES_USER_WORKSPACE_CONNECTION_ASSOCIATION_GETGet the details for a workspace and connection association.Connection
Get the details for a workspace and connection association.
Authentication
Connected account requiredTags
List user workspace connection associationsTURBOT_PIPES_USER_WORKSPACE_CONNECTION_ASSOCIATION_LISTList the connections associated with a workspace.Connection
List the connections associated with a workspace.
Authentication
Connected account requiredTags
Create a connection for a user workspaceTURBOT_PIPES_USER_WORKSPACE_CONNECTION_CREATEAllows to create a connection on a workspace for a user.Connection
Allows to create a connection on a workspace for a user.
Authentication
Connected account requiredTags
Delete user workspace connectionTURBOT_PIPES_USER_WORKSPACE_CONNECTION_DELETEDissociates or delete the workspace and connection association.Connection
Dissociates or delete the workspace and connection association.
Authentication
Connected account requiredTags
Create user workspace connection folderTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_CREATECreates a new connection folder in a workspace of a user.Connection
Creates a new connection folder in a workspace of a user.
Authentication
Connected account requiredTags
Delete user workspace connection folderTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_DELETEDeletes a connection folder defined at a user workspace.Connection
Deletes a connection folder defined at a user workspace.
Authentication
Connected account requiredTags
Get user workspace connection folderTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_GETGet connection folder for a user workspace.Connection
Get connection folder for a user workspace.
Authentication
Connected account requiredTags
List user workspace connections foldersTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_LISTList connection folders for a user workspace.Connection
List connection folders for a user workspace.
Authentication
Connected account requiredTags
Update user workspace connection folderTURBOT_PIPES_USER_WORKSPACE_CONNECTION_FOLDER_UPDATEUpdate the details of a connection folder belonging to a user workspace.Connection
Update the details of a connection folder belonging to a user workspace.
Authentication
Connected account requiredTags
Get user workspace connection associationTURBOT_PIPES_USER_WORKSPACE_CONNECTION_GETGet the details for a workspace and connection association.Connection
Get the details for a workspace and connection association.
Authentication
Connected account requiredTags
List connections for a user workspaceTURBOT_PIPES_USER_WORKSPACE_CONNECTION_LISTList connections explicitly defined or associated to the workspace.Connection
List connections explicitly defined or associated to the workspace.
Authentication
Connected account requiredTags
Test user workspace connectionTURBOT_PIPES_USER_WORKSPACE_CONNECTION_TESTTest the config for a connection configured on a user workspace to check for basic connectivity.Connection
Test the config for a connection configured on a user workspace to check for basic connectivity.
Authentication
Connected account requiredTags
List user workspace connection treeTURBOT_PIPES_USER_WORKSPACE_CONNECTION_TREE_LISTList connection tree for a user workspace.Connection
List connection tree for a user workspace.
Authentication
Connected account requiredTags
Update user workspace connectionTURBOT_PIPES_USER_WORKSPACE_CONNECTION_UPDATEUpdate the details of a connection belonging to a workspace of a user.Connection
Update the details of a connection belonging to a workspace of a user.
Authentication
Connected account requiredTags
Create user workspaceTURBOT_PIPES_USER_WORKSPACE_CREATECreates a new workspace for a user.Connection
Creates a new workspace for a user.
Authentication
Connected account requiredTags
Create user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_CREATECreates a new user workspace tank.Connection
Creates a new user workspace tank.
Authentication
Connected account requiredTags
Delete user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_DELETEDeletes the user workspace Datatank table.Connection
Deletes the user workspace Datatank table.
Authentication
Connected account requiredTags
Get user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_GETGet the details for the workspace Datatank.Connection
Get the details for the workspace Datatank.
Authentication
Connected account requiredTags
List user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_LISTList the user workspace Datatank.Connection
List the user workspace Datatank.
Authentication
Connected account requiredTags
Run user workspace Datatank table partition commandTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_COMMANDRun user workspace Datatank table partition command. Valid commands are: refresh.Connection
Run user workspace Datatank table partition command. Valid commands are: refresh.
Authentication
Connected account requiredTags
Get user workspace Datatank table partitionTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_GETGet the details for the workspace Datatank table partitionConnection
Get the details for the workspace Datatank table partition
Authentication
Connected account requiredTags
List user workspace Datatank partitionsTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_LISTList the user workspace Datatank partitionsConnection
List the user workspace Datatank partitions
Authentication
Connected account requiredTags
Update user workspace Datatank table partitionTURBOT_PIPES_USER_WORKSPACE_DATATANK_PART_UPDATEUpdate the user workspace Datatank table partition.Connection
Update the user workspace Datatank table partition.
Authentication
Connected account requiredTags
Create user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_CREATECreates a new user workspace tank table.Connection
Creates a new user workspace tank table.
Authentication
Connected account requiredTags
Delete user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_DELETEDeletes the user workspace Datatank table.Connection
Deletes the user workspace Datatank table.
Authentication
Connected account requiredTags
Get user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_GETGet the details for the workspace Datatank tableConnection
Get the details for the workspace Datatank table
Authentication
Connected account requiredTags
List user workspace Datatank tablesTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_LISTList the user workspace Datatank tables.Connection
List the user workspace Datatank tables.
Authentication
Connected account requiredTags
Update user workspace Datatank tableTURBOT_PIPES_USER_WORKSPACE_DATATANK_TABLE_UPDATEUpdate the user workspace Datatank table.Connection
Update the user workspace Datatank table.
Authentication
Connected account requiredTags
Update user workspace DatatankTURBOT_PIPES_USER_WORKSPACE_DATATANK_UPDATEUpdate the user workspace Datatank.Connection
Update the user workspace Datatank.
Authentication
Connected account requiredTags
Delete user workspaceTURBOT_PIPES_USER_WORKSPACE_DELETEDeletes the workspace specified in the request by the user.Connection
Deletes the workspace specified in the request by the user.
Authentication
Connected account requiredTags
Get user workspace flowpipe formTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_FORM_GETGet details of a Flowpipe input step form for a user workspaceConnection
Get details of a Flowpipe input step form for a user workspace
Authentication
Connected account requiredTags
Post user workspace flowpipe form responseTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_FORM_RESPONSE_POSTSubmit response to a Flowpipe input step form for a user workspaceConnection
Submit response to a Flowpipe input step form for a user workspace
Authentication
Connected account requiredTags
Create user workspace flowpipe inputTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_INPUT_CREATECreate a Flowpipe input for a user workspaceConnection
Create a Flowpipe input for a user workspace
Authentication
Connected account requiredTags
Get user workspace flowpipe inputTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_INPUT_GETGet details of a Flowpipe input for a user workspaceConnection
Get details of a Flowpipe input for a user workspace
Authentication
Connected account requiredTags
List user workspace flowpipe inputsTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_INPUTS_LISTList Flowpipe inputs for a user workspaceConnection
List Flowpipe inputs for a user workspace
Authentication
Connected account requiredTags
Get user workspace installed flowpipe modTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_GETGet user workspace installed flowpipe mod by mod aliasConnection
Get user workspace installed flowpipe mod by mod alias
Authentication
Connected account requiredTags
Install flowpipe mod to a user's workspaceTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_INSTALLInstall flowpipe mod to a user's workspaceConnection
Install flowpipe mod to a user's workspace
Authentication
Connected account requiredTags
Uninstall flowpipe mod from a user's workspace.TURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_UNINSTALLUninstall flowpipe mod from a user's workspaceConnection
Uninstall flowpipe mod from a user's workspace
Authentication
Connected account requiredTags
Update a flowpipe mod in a user's workspaceTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_MOD_UPDATEUpdate a flowpipe mod in a user's workspaceConnection
Update a flowpipe mod in a user's workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Create a setting for a flowpipe mod variable in a user workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Delete setting for a flowpipe mod variable in a user workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Get setting for a flowpipe mod variable in a user workspace
Authentication
Connected account requiredTags
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 userConnection
List all variables applicable for a flowpipe mod in a workspace specific to a user
Authentication
Connected account requiredTags
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 workspaceConnection
Update setting for a flowpipe mod variable in a user workspace
Authentication
Connected account requiredTags
Run user workspace Flowpipe pipeline commandTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_PIPELINE_COMMANDRun a command on a pipeline in a workspace belonging to a user.Connection
Run a command on a pipeline in a workspace belonging to a user.
Authentication
Connected account requiredTags
Get user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_PIPELINE_GETGet the details of a pipeline for a workspace of a user.Connection
Get the details of a pipeline for a workspace of a user.
Authentication
Connected account requiredTags
List user workspace pipelinesTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_PIPELINE_LISTLists the pipelines for a user workspace.Connection
Lists the pipelines for a user workspace.
Authentication
Connected account requiredTags
Get user workspace pipeline triggersTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_PIPELINE_LIST_TRIGGERSGet the list of triggers that a pipeline is associated with.Connection
Get the list of triggers that a pipeline is associated with.
Authentication
Connected account requiredTags
Run user workspace Flowpipe trigger commandTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_COMMANDRun a command on a trigger in a workspace belonging to a user.Connection
Run a command on a trigger in a workspace belonging to a user.
Authentication
Connected account requiredTags
Create user workspace triggerTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_CREATECreates a new trigger for a user workspace.Connection
Creates a new trigger for a user workspace.
Authentication
Connected account requiredTags
Delete user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_DELETEDeletes the pipeline specified in the request for a workspace of a user.Connection
Deletes the pipeline specified in the request for a workspace of a user.
Authentication
Connected account requiredTags
Get user workspace flowpipe triggerTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_GETGet the details of a trigger for a workspace of a user.Connection
Get the details of a trigger for a workspace of a user.
Authentication
Connected account requiredTags
List user workspace triggersTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_LISTLists the triggers for a user workspace.Connection
Lists the triggers for a user workspace.
Authentication
Connected account requiredTags
Update user workspace triggerTURBOT_PIPES_USER_WORKSPACE_FLOWPIPE_TRIGGER_UPDATEUpdates a trigger for a workspace of a user.Connection
Updates a trigger for a workspace of a user.
Authentication
Connected account requiredTags
Get user workspaceTURBOT_PIPES_USER_WORKSPACE_GETGet the details for the workspace.Connection
Get the details for the workspace.
Authentication
Connected account requiredTags
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.Connection
Performs a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.
Authentication
Connected account requiredTags
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.Connection
Performs a query in a user workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.
Authentication
Connected account requiredTags
Get user workspace integrationTURBOT_PIPES_USER_WORKSPACE_INTEGRATION_GETGet details of an integration available for a workspace belonging to a user.Connection
Get details of an integration available for a workspace belonging to a user.
Authentication
Connected account requiredTags
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.Connection
List integrations available for a user workspace. If run on a custom tenant this will return integrations configured both on tenant and user level.
Authentication
Connected account requiredTags
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.Connection
List respositories that are given access to the integration available for a user workspace.
Authentication
Connected account requiredTags
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.Connection
List heads for a respository of an integration available for a user workspace.
Authentication
Connected account requiredTags
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.Connection
List branches for a gitlab project of an integration available for a user workspace.
Authentication
Connected account requiredTags
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.Connection
List gitlab proejcts that are given access to the integration available for a user workspace.
Authentication
Connected account requiredTags
List user workspacesTURBOT_PIPES_USER_WORKSPACE_LISTList the workspace for a user.Connection
List the workspace for a user.
Authentication
Connected account requiredTags
User workspace audit logsTURBOT_PIPES_USER_WORKSPACE_LIST_AUDIT_LOGSReturns the audit logs for a user workspace.Connection
Returns the audit logs for a user workspace.
Authentication
Connected account requiredTags
User workspace logsTURBOT_PIPES_USER_WORKSPACE_LIST_DBLOGSReturns the workspace logs for a user.Connection
Returns the workspace logs for a user.
Authentication
Connected account requiredTags
Get user workspace installed modTURBOT_PIPES_USER_WORKSPACE_MOD_GETGet user workspace installed mod by mod aliasConnection
Get user workspace installed mod by mod alias
Authentication
Connected account requiredTags
Install a mod to a user's workspaceTURBOT_PIPES_USER_WORKSPACE_MOD_INSTALLInstall a mod to a user's workspaceConnection
Install a mod to a user's workspace
Authentication
Connected account requiredTags
List user workspace installed modsTURBOT_PIPES_USER_WORKSPACE_MOD_LISTList user workspace installed modsConnection
List user workspace installed mods
Authentication
Connected account requiredTags
Uninstall mod from a user's workspace.TURBOT_PIPES_USER_WORKSPACE_MOD_UNINSTALLUninstall mod from a user's workspaceConnection
Uninstall mod from a user's workspace
Authentication
Connected account requiredTags
Update a mod in a user's workspaceTURBOT_PIPES_USER_WORKSPACE_MOD_UPDATEUpdate a mod in a user's workspaceConnection
Update a mod in a user's workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Create a setting for a mod variable in a user workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Delete setting for a mod variable in a user workspace
Authentication
Connected account requiredTags
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 workspaceConnection
Get setting for a mod variable in a user workspace
Authentication
Connected account requiredTags
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 userConnection
List all variables applicable for a mod in a workspace specific to a user
Authentication
Connected account requiredTags
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 workspaceConnection
Update setting for a mod variable in a user workspace
Authentication
Connected account requiredTags
Post user workspace notifier commandsTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_COMMAND_POSTPost a command for a notifier for a users workspaceConnection
Post a command for a notifier for a users workspace
Authentication
Connected account requiredTags
Create user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_CREATECreate a new notifier for a user workspaceConnection
Create a new notifier for a user workspace
Authentication
Connected account requiredTags
Delete user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_DELETEDelete a notifier for a user workspaceConnection
Delete a notifier for a user workspace
Authentication
Connected account requiredTags
Get user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_GETGet a notifier for a user workspaceConnection
Get a notifier for a user workspace
Authentication
Connected account requiredTags
List user workspace notifiersTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_LISTList all notifiers for a user workspaceConnection
List all notifiers for a user workspace
Authentication
Connected account requiredTags
Update user workspace notifierTURBOT_PIPES_USER_WORKSPACE_NOTIFIER_UPDATEUpdate a notifier for a user workspaceConnection
Update a notifier for a user workspace
Authentication
Connected account requiredTags
Run user workspace pipeline commandTURBOT_PIPES_USER_WORKSPACE_PIPELINE_COMMANDRun a command on a pipeline in a workspace belonging to a user.Connection
Run a command on a pipeline in a workspace belonging to a user.
Authentication
Connected account requiredTags
Create user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_PIPELINE_CREATECreates a new pipeline for a workspace of a user.Connection
Creates a new pipeline for a workspace of a user.
Authentication
Connected account requiredTags
Delete user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_PIPELINE_DELETEDeletes the pipeline specified in the request for a workspace of a user.Connection
Deletes the pipeline specified in the request for a workspace of a user.
Authentication
Connected account requiredTags
Get user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_PIPELINE_GETGet the details of a pipeline for a workspace of a user.Connection
Get the details of a pipeline for a workspace of a user.
Authentication
Connected account requiredTags
List user workspace pipelinesTURBOT_PIPES_USER_WORKSPACE_PIPELINE_LISTLists the pipelines for a workspace of a user.Connection
Lists the pipelines for a workspace of a user.
Authentication
Connected account requiredTags
Update user workspace pipelineTURBOT_PIPES_USER_WORKSPACE_PIPELINE_UPDATEUpdates a pipeline for a workspace of a user.Connection
Updates a pipeline for a workspace of a user.
Authentication
Connected account requiredTags
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.Connection
Performs a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.
Authentication
Connected account requiredTags
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.Connection
Performs a query in a user workspace, with content type and content encoding forming part of the API path. Results are limited to 5000 rows or 30 seconds of query execution.
Authentication
Connected account requiredTags
Run user workspace process commandTURBOT_PIPES_USER_WORKSPACE_PROCESS_COMMANDRun a command against a users workspace process.Connection
Run a command against a users workspace process.
Authentication
Connected account requiredTags
Get user workspace processTURBOT_PIPES_USER_WORKSPACE_PROCESS_GETGet the details for a user workspace process.Connection
Get the details for a user workspace process.
Authentication
Connected account requiredTags
List user workspace processesTURBOT_PIPES_USER_WORKSPACE_PROCESS_LISTList the process associated with a user workspace.Connection
List the process associated with a user workspace.
Authentication
Connected account requiredTags
List user workspace process logsTURBOT_PIPES_USER_WORKSPACE_PROCESS_LOGList the process logs associated with a workspace process.Connection
List the process logs associated with a workspace process.
Authentication
Connected account requiredTags
Attach a schema to a user workspaceTURBOT_PIPES_USER_WORKSPACE_SCHEMA_ATTACHAttach an identity-level connection schema to a user workspace.Connection
Attach an identity-level connection schema to a user workspace.
Authentication
Connected account requiredTags
Detach a schema from a user workspaceTURBOT_PIPES_USER_WORKSPACE_SCHEMA_DETACHDetach an identity-level connection schema from a user workspace.Connection
Detach an identity-level connection schema from a user workspace.
Authentication
Connected account requiredTags
Get user workspace schemaTURBOT_PIPES_USER_WORKSPACE_SCHEMA_GETGet the details for a user workspace schema.Connection
Get the details for a user workspace schema.
Authentication
Connected account requiredTags
Get user workspace schema tableTURBOT_PIPES_USER_WORKSPACE_SCHEMA_GET_TABLEGet details about a specific table in a user workspace schema.Connection
Get details about a specific table in a user workspace schema.
Authentication
Connected account requiredTags
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.Connection
List the schemas for the user workspace. This will consist of the aggregators, datatanks and identity-level connections associated with the workspace.
Authentication
Connected account requiredTags
List user workspace schema tablesTURBOT_PIPES_USER_WORKSPACE_SCHEMA_LIST_TABLESList the tables for a user workspace schema.Connection
List the tables for a user workspace schema.
Authentication
Connected account requiredTags
Create user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_CREATECreates a new workspace snapshot for a user.Connection
Creates a new workspace snapshot for a user.
Authentication
Connected account requiredTags
Delete user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_DELETEDeletes a user workspace snapshot.Connection
Deletes a user workspace snapshot.
Authentication
Connected account requiredTags
Download user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_DOWNLOADDownloads the full data for a user workspace snapshot.Connection
Downloads the full data for a user workspace snapshot.
Authentication
Connected account requiredTags
Get user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_GETGet the details for a user workspace snapshot.Connection
Get the details for a user workspace snapshot.
Authentication
Connected account requiredTags
List user workspace snapshotsTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_LISTList the workspace snapshots for a user.Connection
List the workspace snapshots for a user.
Authentication
Connected account requiredTags
Update user workspace snapshotTURBOT_PIPES_USER_WORKSPACE_SNAPSHOT_UPDATEUpdates a user workspace snapshot.Connection
Updates a user workspace snapshot.
Authentication
Connected account requiredTags
Update user workspaceTURBOT_PIPES_USER_WORKSPACE_UPDATEUpdate the workspace for a user.Connection
Update the workspace for a user.
Authentication
Connected account requiredTags
List user workspace usageTURBOT_PIPES_USER_WORKSPACE_USAGE_LISTList the usage associated with a user workspace.Connection
List the usage associated with a user workspace.
Authentication
Connected account requiredTags