DEVELOPER · DEVELOPER
Query cloud resources across the workspaces and connections that person owns.
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
turbotpipes_delete_ai_key_by_providerWRITEDelete tenant AI key via DELETE /ai/key/{provider}. Deletes an existing AI provider API key at the tenant level.
turbotpipes_delete_connection_by_connection_handleWRITEDelete tenant connection via DELETE /connection/{connection_handle}. Deletes a connection defined at the tenant level.
turbotpipes_delete_connection_by_connection_handle_permission_by_permission_idWRITEDelete tenant connection permission via DELETE /connection/{connection_handle}/permission/{permission_id}. Delete permission for a connection defined on a custom tenant.
turbotpipes_delete_connection_folder_by_folder_idWRITEDelete tenant connection folder via DELETE /connection_folder/{folder_id}. Deletes a connection folder defined at the tenant level.
turbotpipes_delete_connection_folder_by_folder_id_permission_by_permission_idWRITEDelete tenant connection folder permission via DELETE /connection_folder/{folder_id}/permission/{permission_id}. Delete permission for a connection folder defined on a custom tenant.
turbotpipes_delete_integration_by_integration_handleWRITEDelete tenant integration via DELETE /integration/{integration_handle}. Delete an integration configured on a custom tenant.
turbotpipes_delete_log_archive_by_log_archive_identifierWRITEDelete tenant log archive via DELETE /log_archive/{log_archive_identifier}. Delete a log archive for the tenant
turbotpipes_delete_login_token_by_temporary_token_request_idWRITEDelete temporary token request via DELETE /login/token/{temporary_token_request_id}. Delete a temporary token request status.
turbotpipes_delete_notifier_by_notifier_nameWRITEDelete tenant notifier via DELETE /notifier/{notifier_name}. Delete a notifier for a custom tenant
turbotpipes_delete_org_by_org_handleWRITEDelete org via DELETE /org/{org_handle}. Deletes the specified organization if you have the appropriate access.
turbotpipes_delete_org_by_org_handle_ai_key_by_providerWRITEDelete org AI key via DELETE /org/{org_handle}/ai/key/{provider}. Deletes an existing AI provider API key at the organization level.
turbotpipes_delete_org_by_org_handle_avatarWRITEDelete org avatar via DELETE /org/{org_handle}/avatar. Delete custom avatar for an org.
turbotpipes_delete_org_by_org_handle_billing_payment_method_by_payment_method_idWRITEDelete org billing payment method. Deleting default payment method will result in a 403 (forbidden) error. via DELETE /org/{org_handle}/billing/payment_method/{payment_method_id}
turbotpipes_delete_org_by_org_handle_billing_subscription_by_subscription_idWRITEDelete org subscription. TODO: prorate, when to delete subscription. Webhook when the Subscription is finally deleted. via DELETE /org/{org_handle}/billing/subscription/{subscription_id}
turbotpipes_delete_org_by_org_handle_connection_by_connection_handleWRITEDelete org connection via DELETE /org/{org_handle}/connection/{connection_handle}. Deletes a connection belonging to an org.
turbotpipes_delete_org_by_org_handle_connection_by_connection_handle_permission_by_permission_idWRITEDelete org connection permission via DELETE /org/{org_handle}/connection/{connection_handle}/permission/{permission_id}. Delete permission for a connection defined on an org.
turbotpipes_delete_org_by_org_handle_connection_folder_by_folder_idWRITEDelete org connection folder via DELETE /org/{org_handle}/connection_folder/{folder_id}. Deletes an org connection folder.
turbotpipes_delete_org_by_org_handle_connection_folder_by_folder_id_permission_by_permission_idWRITEDelete org connection folder permission via DELETE /org/{org_handle}/connection_folder/{folder_id}/permission/{permission_id}. Delete permission for a connection folder defined on an org.
turbotpipes_delete_org_by_org_handle_integration_by_integration_handleWRITEDelete org integration via DELETE /org/{org_handle}/integration/{integration_handle}. Delete an integration configured for an organization.
turbotpipes_delete_org_by_org_handle_member_by_user_handleWRITEDelete org member via DELETE /org/{org_handle}/member/{user_handle}. Delete the user from the org.
turbotpipes_delete_org_by_org_handle_member_inviteWRITEDelete org member invite via DELETE /org/{org_handle}/member/invite. Delete the org member invite.
turbotpipes_delete_org_by_org_handle_notifier_by_notifier_nameWRITEDelete org notifier via DELETE /org/{org_handle}/notifier/{notifier_name}. Delete a notifier for an org
turbotpipes_delete_org_by_org_handle_service_account_by_service_account_identifierWRITEDelete an organization service account via DELETE /org/{org_handle}/service_account/{service_account_identifier}. Delete an existing service account at the organization level.
turbotpipes_delete_org_by_org_handle_service_account_by_service_account_identifier_token_by_token_idWRITEDelete an organization service account token via DELETE /org/{org_handle}/service_account/{service_account_identifier}/token/{token_id}. Delete a token for an organization-level service account.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handleWRITEDelete org workspace via DELETE /org/{org_handle}/workspace/{workspace_handle}. Deletes the workspace specified in the request.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handleWRITEDelete an aggregator for a org workspace via DELETE /org/{org_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}. Deletes an aggregator belonging to a workspace of an org.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_idWRITEDelete org workspace conversation via DELETE /org/{org_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}. Deletes a specific org workspace conversation.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_conn_by_conn_handleWRITEDelete org workspace connection association via DELETE /org/{org_handle}/workspace/{workspace_handle}/conn/{conn_handle}. Dissociates or delete the workspace and connection association.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_connection_by_connection_handleWRITEDelete org workspace connection association via DELETE /org/{org_handle}/workspace/{workspace_handle}/connection/{connection_handle}. Dissociates or delete the workspace and connection association.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_connection_folder_by_folder_idWRITEDelete org workspace connection folder via DELETE /org/{org_handle}/workspace/{workspace_handle}/connection_folder/{folder_id}. Deletes a connection folder defined at an org workspace.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handleWRITEDelete org workspace Datatank via DELETE /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}. Deletes the org workspace Datatank.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_nameWRITEDelete org workspace Datatank table via DELETE /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}. Deletes the org workspace Datatank table.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_aliasWRITEUninstall flowpipe mod from organization workspace. via DELETE /org/{org_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variable_by_variable_nameWRITEDelete setting for a flowpipe mod variable in an organization workspace via DELETE /org/{org_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable/{variable_name}
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_flowpipe_trigger_by_trigger_nameWRITEDelete org workspace pipeline via DELETE /org/{org_handle}/workspace/{workspace_handle}/flowpipe/trigger/{trigger_name}. Deletes the pipeline specified in the request for a workspace of an organization.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_member_by_user_handleWRITEDelete Org Workspace Member via DELETE /org/{org_handle}/workspace/{workspace_handle}/member/{user_handle}. Remove a member from a workspace of an organization.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_mod_by_mod_aliasWRITEUninstall mod from organization workspace. via DELETE /org/{org_handle}/workspace/{workspace_handle}/mod/{mod_alias}
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_mod_by_mod_alias_variable_by_variable_nameWRITEDelete setting for a mod variable in an organization workspace via DELETE /org/{org_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable/{variable_name}
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_notifier_by_notifier_nameWRITEDelete org workspace notifier via DELETE /org/{org_handle}/workspace/{workspace_handle}/notifier/{notifier_name}. Delete a notifier for an org workspace
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_pipeline_by_pipeline_idWRITEDelete org workspace pipeline via DELETE /org/{org_handle}/workspace/{workspace_handle}/pipeline/{pipeline_id}. Deletes the pipeline specified in the request for a workspace of an organization.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_schema_by_schema_nameWRITEDetach a schema from an org workspace via DELETE /org/{org_handle}/workspace/{workspace_handle}/schema/{schema_name}. Detach an identity-level connection schema from an org workspace.
turbotpipes_delete_org_by_org_handle_workspace_by_workspace_handle_snapshot_by_snapshot_idWRITEDelete org workspace snapshot via DELETE /org/{org_handle}/workspace/{workspace_handle}/snapshot/{snapshot_id}. Deletes an org workspace snapshot.
turbotpipes_delete_service_account_by_service_account_identifierWRITEDelete a tenant service account via DELETE /service_account/{service_account_identifier}. Delete an existing service account at the tenant level.
turbotpipes_delete_service_account_by_service_account_identifier_token_by_token_idWRITEDelete a tenant service account token via DELETE /service_account/{service_account_identifier}/token/{token_id}. Delete a token for a tenant-level service account.
turbotpipes_delete_tenant_by_tenant_handleWRITEDelete tenant via DELETE /tenant/{tenant_handle}. Deletes the specified tenant.
turbotpipes_delete_tenant_by_tenant_handle_avatarWRITEDelete tenant avatar via DELETE /tenant/{tenant_handle}/avatar. Delete custom avatar for a tenant.
turbotpipes_delete_tenant_by_tenant_handle_billing_payment_method_by_payment_method_idWRITEDelete tenant billing payment method. Deleting default payment method will result in a 403 (forbidden) error. via DELETE /tenant/{tenant_handle}/billing/payment_method/{payment_method_id}
turbotpipes_delete_tenant_by_tenant_handle_billing_subscription_by_subscription_idWRITEDelete tenant subscription. via DELETE /tenant/{tenant_handle}/billing/subscription/{subscription_id}
turbotpipes_delete_tenant_by_tenant_handle_member_by_user_handleWRITEDelete tenant member via DELETE /tenant/{tenant_handle}/member/{user_handle}. Delete the user from the tenant.
turbotpipes_delete_tenant_by_tenant_handle_member_inviteWRITEDelete tenant member invite via DELETE /tenant/{tenant_handle}/member/invite. Delete the tenant member invite.
turbotpipes_delete_user_by_user_handleWRITEDelete user via DELETE /user/{user_handle}. Deletes the specified user.
turbotpipes_delete_user_by_user_handle_ai_key_by_providerWRITEDelete user AI key via DELETE /user/{user_handle}/ai/key/{provider}. Deletes an existing AI provider API key at the user level.
turbotpipes_delete_user_by_user_handle_avatarWRITEDelete user avatar via DELETE /user/{user_handle}/avatar. Delete custom avatar for a user.
turbotpipes_delete_user_by_user_handle_billing_payment_method_by_payment_method_idWRITEDelete user billing payment method. Deleting default payment method will result in a 403 (forbidden) error. via DELETE /user/{user_handle}/billing/payment_method/{payment_method_id}
turbotpipes_delete_user_by_user_handle_billing_subscription_by_subscription_idWRITEDelete user subscription. TODO: prorate, when to delete subscription. Webhook when the Subscription is finally deleted. via DELETE /user/{user_handle}/billing/subscription/{subscription_id}
turbotpipes_delete_user_by_user_handle_connection_by_connection_handleWRITEDelete user connection via DELETE /user/{user_handle}/connection/{connection_handle}. Deletes a connection belonging to a user.
turbotpipes_delete_user_by_user_handle_integration_by_integration_handleWRITEDelete user integration via DELETE /user/{user_handle}/integration/{integration_handle}. Delete an integration configured for a user.
turbotpipes_delete_user_by_user_handle_notifier_by_notifier_nameWRITEDelete user notifier via DELETE /user/{user_handle}/notifier/{notifier_name}. Delete a notifier for a user
turbotpipes_delete_user_by_user_handle_token_by_token_idWRITEDelete token via DELETE /user/{user_handle}/token/{token_id}. Deletes the token associated with the specified user.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handleWRITEDelete user workspace via DELETE /user/{user_handle}/workspace/{workspace_handle}. Deletes the workspace specified in the request by the user.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handleWRITEDelete an aggregator for a user workspace via DELETE /user/{user_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}. Deletes an aggregator belonging to a workspace of a user.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_idWRITEDelete user workspace conversation via DELETE /user/{user_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}. Deletes a specific user workspace conversation.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_conn_by_conn_handleWRITEDelete user workspace connection association via DELETE /user/{user_handle}/workspace/{workspace_handle}/conn/{conn_handle}. Dissociates or delete the workspace and connection association.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_connection_by_connection_handleWRITEDelete user workspace connection via DELETE /user/{user_handle}/workspace/{workspace_handle}/connection/{connection_handle}. Dissociates or delete the workspace and connection association.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_connection_folder_by_folder_idWRITEDelete user workspace connection folder via DELETE /user/{user_handle}/workspace/{workspace_handle}/connection_folder/{folder_id}. Deletes a connection folder defined at a user workspace.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handleWRITEDelete user workspace Datatank table via DELETE /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}. Deletes the user workspace Datatank table.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_nameWRITEDelete user workspace Datatank table via DELETE /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}. Deletes the user workspace Datatank table.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_aliasWRITEUninstall flowpipe mod from a user's workspace. via DELETE /user/{user_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variable_by_variable_nameWRITEDelete setting for a flowpipe mod variable in a user workspace via DELETE /user/{user_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable/{variable_name}
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_flowpipe_trigger_by_trigger_nameWRITEDelete user workspace pipeline via DELETE /user/{user_handle}/workspace/{workspace_handle}/flowpipe/trigger/{trigger_name}. Deletes the pipeline specified in the request for a workspace of a user.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_mod_by_mod_aliasWRITEUninstall mod from a user's workspace. via DELETE /user/{user_handle}/workspace/{workspace_handle}/mod/{mod_alias}
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_mod_by_mod_alias_variable_by_variable_nameWRITEDelete setting for a mod variable in a user workspace via DELETE /user/{user_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable/{variable_name}
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_notifier_by_notifier_nameWRITEDelete user workspace notifier via DELETE /user/{user_handle}/workspace/{workspace_handle}/notifier/{notifier_name}. Delete a notifier for a user workspace
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_pipeline_by_pipeline_idWRITEDelete user workspace pipeline via DELETE /user/{user_handle}/workspace/{workspace_handle}/pipeline/{pipeline_id}. Deletes the pipeline specified in the request for a workspace of a user.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_schema_by_schema_nameWRITEDetach a schema from a user workspace via DELETE /user/{user_handle}/workspace/{workspace_handle}/schema/{schema_name}. Detach an identity-level connection schema from a user workspace.
turbotpipes_delete_user_by_user_handle_workspace_by_workspace_handle_snapshot_by_snapshot_idWRITEDelete user workspace snapshot via DELETE /user/{user_handle}/workspace/{workspace_handle}/snapshot/{snapshot_id}. Deletes a user workspace snapshot.
turbotpipes_get_actorREADActor information via GET /actor. Returns the actor information.
turbotpipes_get_actor_activityREADList actor activity via GET /actor/activity. List the activity for an actor.
turbotpipes_get_actor_connREADList actor connections via GET /actor/conn. List the connections for an actor.
turbotpipes_get_actor_orgREADList actor orgs via GET /actor/org. List the orgs and org workspaces for an actor, along with role within each.
turbotpipes_get_actor_org_inviteREADList org invites for actor via GET /actor/org/invite. List the orgs to which the actor has been invited.
turbotpipes_get_actor_workspaceREADList actor workspaces via GET /actor/workspace. List the workspaces for an actor.
turbotpipes_get_ai_keyREADList tenant AI keys via GET /ai/key. Lists AI provider API keys configured at the tenant level.
turbotpipes_get_ai_key_by_providerREADGet tenant AI key via GET /ai/key/{provider}. Retrieves the AI provider API key metadata at the tenant level.
turbotpipes_get_audit_logREADTenant audit logs via GET /audit_log. Returns the audit logs for a custom tenant.
turbotpipes_get_auth_by_providerREADAuth Provider via GET /auth/{provider}. With an authentication provider, users can access Turbot Pipes with single sign-on (SSO) using credentials from a third party. Turbot Pipes currently supports GitHub and Google as an authentication provider.
turbotpipes_get_auth_by_provider_callbackREADAuth provider callback. via GET /auth/{provider}/callback
turbotpipes_get_connectionREADList tenant connections via GET /connection. List connections for a tenant.
turbotpipes_get_connection_by_connection_handleREADGet tenant connection via GET /connection/{connection_handle}. Get connection for a tenant.
turbotpipes_get_connection_by_connection_handle_permissionREADList tenant connection permissions via GET /connection/{connection_handle}/permission. List permissions for a connection defined on a custom tenant.
turbotpipes_get_connection_by_connection_handle_permission_by_permission_idREADGet tenant connection permission via GET /connection/{connection_handle}/permission/{permission_id}. Get permission for a connection defined on a custom tenant.
turbotpipes_get_connection_by_connection_handle_workspaceREADList tenant connection workspaces via GET /connection/{connection_handle}/workspace. List the workspaces that a tenant connection has been added to.
turbotpipes_get_connection_folderREADList tenant connection folders via GET /connection_folder. List connection folders for a custom tenant.
turbotpipes_get_connection_folder_by_folder_idREADGet tenant connection folder via GET /connection_folder/{folder_id}. Get connection folder for a custom tenant.
turbotpipes_get_connection_folder_by_folder_id_permissionREADList tenant connection folder permissions via GET /connection_folder/{folder_id}/permission. List permissions for a connection folder defined on a custom tenant.
turbotpipes_get_connection_folder_by_folder_id_permission_by_permission_idREADGet tenant connection folder permission via GET /connection_folder/{folder_id}/permission/{permission_id}. Get permission for a connection folder defined on a custom tenant.
turbotpipes_get_connection_folder_by_folder_id_workspaceREADList tenant connection folder workspaces via GET /connection_folder/{folder_id}/workspace. List the workspaces that a tenant connection folder has been added to.
turbotpipes_get_connection_treeREADList tenant connection tree via GET /connection_tree. List connection tree for a tenant.
turbotpipes_get_identityREADList identities with their public information. via GET /identity
turbotpipes_get_identity_by_identity_handleREADGet identity via GET /identity/{identity_handle}. Get public information for an identity.
turbotpipes_get_identity_by_identity_handle_avatarREADGet identity avatar via GET /identity/{identity_handle}/avatar. Get public avatar for an identity.
turbotpipes_get_integrationREADList tenant integrations via GET /integration. List integrations configured on a custom tenant.
turbotpipes_get_integration_by_integration_handleREADGet tenant integration via GET /integration/{integration_handle}. Get details of an integration configured on a custom tenant.
turbotpipes_get_integration_by_integration_handle_github_installREADInstall GitHub integration on a custom tenant via GET /integration/{integration_handle}/github/install. Install a GitHub integration on a custom tenant.
turbotpipes_get_integration_by_integration_handle_slack_channelREADList tenant integration Slack channels via GET /integration/{integration_handle}/slack/channel. List Slack channels that are given access to a tenant Slack integration.
turbotpipes_get_integration_by_integration_handle_slack_installREADInstall Slack integration on a custom tenant via GET /integration/{integration_handle}/slack/install. Install a Slack integration on a custom tenant.
turbotpipes_get_log_archiveREADList tenant log archives via GET /log_archive. List log archives for the tenant
turbotpipes_get_log_archive_by_log_archive_identifierREADGet tenant log archive via GET /log_archive/{log_archive_identifier}. Get a log archive for the tenant
turbotpipes_get_log_archive_by_log_archive_identifier_downloadREADDownload a tenant log archive via GET /log_archive/{log_archive_identifier}/download. Download a log archive for the tenant
turbotpipes_get_login_confirmREADConfirm user login. via GET /login/confirm
turbotpipes_get_login_token_by_temporary_token_request_idREADGet temporary token request via GET /login/token/{temporary_token_request_id}. Get a temporary token request status with token.
turbotpipes_get_logout_by_providerREADUser logout via GET /logout/{provider}. Removes the session that is associated with the user.
turbotpipes_get_notifierREADList tenant notifiers via GET /notifier. List all notifiers for a custom tenant
turbotpipes_get_notifier_by_notifier_nameREADGet tenant notifier via GET /notifier/{notifier_name}. Get a notifier for a custom tenant
turbotpipes_get_orgREADList orgs via GET /org. List all the organizations.
turbotpipes_get_org_by_org_handleREADGet org via GET /org/{org_handle}. Retrieves the organization information.
turbotpipes_get_org_by_org_handle_ai_keyREADList org AI keys via GET /org/{org_handle}/ai/key. Lists AI provider API keys configured at the organization level.
turbotpipes_get_org_by_org_handle_ai_key_by_providerREADGet org AI key via GET /org/{org_handle}/ai/key/{provider}. Retrieves the AI provider API key metadata at the organization level.
turbotpipes_get_org_by_org_handle_audit_logREADOrg audit logs via GET /org/{org_handle}/audit_log. Returns the audit logs for an org.
turbotpipes_get_org_by_org_handle_billing_invoiceREADList org invoices. TODO: paging, Stripe suports this we need to to implement it. via GET /org/{org_handle}/billing/invoice
turbotpipes_get_org_by_org_handle_billing_invoice_by_invoice_idREADGet an organization invoice via GET /org/{org_handle}/billing/invoice/{invoice_id}. Get an invoice for an organization.
turbotpipes_get_org_by_org_handle_billing_payment_methodREADList org billing payment methods. via GET /org/{org_handle}/billing/payment_method
turbotpipes_get_org_by_org_handle_billing_payment_method_by_payment_method_idREADGet org billing payment method. via GET /org/{org_handle}/billing/payment_method/{payment_method_id}. List org billing payment method.
turbotpipes_get_org_by_org_handle_billing_planREADGet org billing plan. via GET /org/{org_handle}/billing/plan. Get the current organization billing plan.
turbotpipes_get_org_by_org_handle_billing_stripe_invoice_upcomingREADGet upcoming invoice. Can be used to let subscriber know the estimated amount for next invoice. via GET /org/{org_handle}/billing/stripe/invoice/upcoming
turbotpipes_get_org_by_org_handle_billing_subscriptionREADList org subscriptions. TODO: org should only have 1 active subscriptions, but what if we change subscriptions (is it possible?). Should we display old subscriptions? via GET /org/{org_handle}/billing/subscription
turbotpipes_get_org_by_org_handle_billing_subscription_by_subscription_idREADGet org subscription via GET /org/{org_handle}/billing/subscription/{subscription_id}
turbotpipes_get_org_by_org_handle_connectionREADList org connections via GET /org/{org_handle}/connection. List connections for an organization.
turbotpipes_get_org_by_org_handle_connection_by_connection_handleREADGet org connection via GET /org/{org_handle}/connection/{connection_handle}. Get the details of a connection belonging to an org.
turbotpipes_get_org_by_org_handle_connection_by_connection_handle_permissionREADList org connection permissions via GET /org/{org_handle}/connection/{connection_handle}/permission. List permissions for a connection defined on an org.
turbotpipes_get_org_by_org_handle_connection_by_connection_handle_permission_by_permission_idREADGet org connection permission via GET /org/{org_handle}/connection/{connection_handle}/permission/{permission_id}. Get permission for a connection defined on an org.
turbotpipes_get_org_by_org_handle_connection_by_connection_handle_workspaceREADList org connection workspaces via GET /org/{org_handle}/connection/{connection_handle}/workspace. List the workspaces that an org connection has been added to.
turbotpipes_get_org_by_org_handle_connection_folderREADList org connection folders via GET /org/{org_handle}/connection_folder. List connection folders for an org.
turbotpipes_get_org_by_org_handle_connection_folder_by_folder_idREADGet org connection folder via GET /org/{org_handle}/connection_folder/{folder_id}. Get connection folder for an org.
turbotpipes_get_org_by_org_handle_connection_folder_by_folder_id_permissionREADList org connection folder permissions via GET /org/{org_handle}/connection_folder/{folder_id}/permission. List permissions for a connection folder defined on an organization.
turbotpipes_get_org_by_org_handle_connection_folder_by_folder_id_permission_by_permission_idREADGet org connection folder permission via GET /org/{org_handle}/connection_folder/{folder_id}/permission/{permission_id}. Get permission for a connection folder defined on an org.
turbotpipes_get_org_by_org_handle_connection_folder_by_folder_id_workspaceREADList org connection folder workspaces via GET /org/{org_handle}/connection_folder/{folder_id}/workspace. List the workspaces that an org connection folder has been added to.
turbotpipes_get_org_by_org_handle_connection_treeREADList tenant connection tree via GET /org/{org_handle}/connection_tree. List connection tree for a tenant.
turbotpipes_get_org_by_org_handle_constraintREADList org constraints via GET /org/{org_handle}/constraint. List all applicable constraints for an org.
turbotpipes_get_org_by_org_handle_integrationREADList org integrations via GET /org/{org_handle}/integration. List integrations configured for an organization.
turbotpipes_get_org_by_org_handle_integration_by_integration_handleREADGet org integration via GET /org/{org_handle}/integration/{integration_handle}. Get details of an integration configured on an organization.
turbotpipes_get_org_by_org_handle_integration_by_integration_handle_github_installREADInstall GitHub integration for an org via GET /org/{org_handle}/integration/{integration_handle}/github/install. Install a GitHub integration for an org identity.
turbotpipes_get_org_by_org_handle_integration_by_integration_handle_slack_channelREADList org integration Slack channels via GET /org/{org_handle}/integration/{integration_handle}/slack/channel. List Slack channels that are given access to a user Slack integration.
turbotpipes_get_org_by_org_handle_integration_by_integration_handle_slack_installREADInstall Slack integration for an org via GET /org/{org_handle}/integration/{integration_handle}/slack/install. Install a Slack integration for an org identity.
turbotpipes_get_org_by_org_handle_memberREADList Organization Members via GET /org/{org_handle}/member. List all members of an organization who are invited / accepted.
turbotpipes_get_org_by_org_handle_member_by_user_handleREADGet org member. via GET /org/{org_handle}/member/{user_handle}
turbotpipes_get_org_by_org_handle_member_invite_confirmREADConfirm org member invite. via GET /org/{org_handle}/member/invite/confirm
turbotpipes_get_org_by_org_handle_notifierREADList org notifiers via GET /org/{org_handle}/notifier. List all notifiers for an org
turbotpipes_get_org_by_org_handle_notifier_by_notifier_nameREADGet org notifier via GET /org/{org_handle}/notifier/{notifier_name}. Get a notifier for an org
turbotpipes_get_org_by_org_handle_processREADList Org processes via GET /org/{org_handle}/process. List processes for an org.
turbotpipes_get_org_by_org_handle_process_by_process_idREADGet Org process via GET /org/{org_handle}/process/{process_id}. Get a process for an org.
turbotpipes_get_org_by_org_handle_process_by_process_id_log_by_log_file_by_content_typeREADList Org process logs via GET /org/{org_handle}/process/{process_id}/log/{log_file}.{content_type}. List the process logs for a given process of an org.
turbotpipes_get_org_by_org_handle_service_accountREADList organization service accounts via GET /org/{org_handle}/service_account. Lists service accounts at the organization level.
turbotpipes_get_org_by_org_handle_service_account_by_service_account_identifierREADGet organization service account via GET /org/{org_handle}/service_account/{service_account_identifier}. Retrieves a specific org-level service account.
turbotpipes_get_org_by_org_handle_service_account_by_service_account_identifier_audit_logREADList audit logs for an org service account via GET /org/{org_handle}/service_account/{service_account_identifier}/audit_log. Returns the audit logs where the service account is either the actor or the identity (org-level service account).
turbotpipes_get_org_by_org_handle_service_account_by_service_account_identifier_tokenREADList organization service account tokens via GET /org/{org_handle}/service_account/{service_account_identifier}/token. Lists tokens for an organization-level service account.
turbotpipes_get_org_by_org_handle_service_account_by_service_account_identifier_token_by_token_idREADGet an organization service account token via GET /org/{org_handle}/service_account/{service_account_identifier}/token/{token_id}. Retrieves a specific token for an organization-level service account.
turbotpipes_get_org_by_org_handle_usageREADList org usage via GET /org/{org_handle}/usage. List all usage metrics for an org.
turbotpipes_get_org_by_org_handle_workspaceREADList org workspaces via GET /org/{org_handle}/workspace. List the workspace for an organization.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handleREADGet org workspace via GET /org/{org_handle}/workspace/{workspace_handle}. Get the details for a workspace in an organization.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_aggregatorREADList aggregators for an org workspace via GET /org/{org_handle}/workspace/{workspace_handle}/aggregator. List aggregators for a workspace of an org.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handleREADGet an aggregator for a org workspace via GET /org/{org_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}. Get the details of an aggregator belonging to a workspace of an org.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handle_connectionREADList connections in the scope of an aggregator for a org workspace via GET /org/{org_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}/connection. List all connections that are a part of an aggregator defined in a workspace of an org.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handle_connection_by_connection_handleREADGet a connection in the scope of an aggregator for a org workspace via GET /org/{org_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}/connection/{connection_handle}. Get a connection that is a part of an aggregator defined in a workspace of an org.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_ai_conversationREADList org workspace conversations via GET /org/{org_handle}/workspace/{workspace_handle}/ai/conversation. Lists AI conversations in an org workspace with optional filtering and pagination.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_idREADGet org workspace conversation via GET /org/{org_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}. Retrieves details for a specific org workspace conversation.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_id_artifact_by_artifact_idREADGet org workspace conversation artifact metadata via GET /org/{org_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}/artifact/{artifact_id}. Retrieves metadata for a specific artifact created by an org workspace conversation.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_id_artifact_by_artifact_id_by_content_typeREADDownload org workspace artifact via GET /org/{org_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}/artifact/{artifact_id}.{content_type}. Downloads an artifact file from an org workspace AI conversation.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_id_messageREADList org workspace conversation messages via GET /org/{org_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}/message. Lists messages for a specific org workspace conversation with pagination.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_ai_modelREADList org workspace AI models via GET /org/{org_handle}/workspace/{workspace_handle}/ai/model. Lists available AI models for an org workspace based on configured AI keys.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_audit_logREADOrg workspace audit logs via GET /org/{org_handle}/workspace/{workspace_handle}/audit_log. Returns the audit logs for an org workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_connREADList org workspace connection associations via GET /org/{org_handle}/workspace/{workspace_handle}/conn. List the connections associated with a workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_conn_by_conn_handleREADGet org workspace connection association via GET /org/{org_handle}/workspace/{workspace_handle}/conn/{conn_handle}. Get the details for a workspace and connection association on an organization.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_connectionREADList org workspace connection associations via GET /org/{org_handle}/workspace/{workspace_handle}/connection. List the connections associated with a workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_connection_by_connection_handleREADGet org workspace connection association via GET /org/{org_handle}/workspace/{workspace_handle}/connection/{connection_handle}. Get the details for a workspace and connection association on an organization.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_connection_folderREADList org workspace connection folders via GET /org/{org_handle}/workspace/{workspace_handle}/connection_folder. List connection folders for an org workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_connection_folder_by_folder_idREADGet org workspace connection folder via GET /org/{org_handle}/workspace/{workspace_handle}/connection_folder/{folder_id}. Get connection folder for a org workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_connection_treeREADList org workspace connection tree via GET /org/{org_handle}/workspace/{workspace_handle}/connection_tree. List connection tree for an org workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_datatankREADList org workspace Datatank via GET /org/{org_handle}/workspace/{workspace_handle}/datatank. List the org workspace Datatank.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handleREADGet org workspace Datatank via GET /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}. Get the details for the workspace Datatank.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_tableREADList org workspace Datatank tables via GET /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table. List the org workspace Datatank tables.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_nameREADGet org workspace Datatank table via GET /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}. Get the details for the workspace Datatank table
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_name_partREADList org workspace Datatank partitions via GET /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}/part. List the org workspace Datatank partitions
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_name_table_by_datatank_part_idREADGet org workspace Datatank table partition via GET /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}/table/{datatank_part_id}. Get the details for the workspace Datatank table partition
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_db_logREADOrg workspace logs via GET /org/{org_handle}/workspace/{workspace_handle}/db_log. Returns the workspace logs for an org.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_form_by_step_execution_id_by_random_idREADGet org workspace flowpipe form via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/form/{step_execution_id}/{random_id}. Get details of a Flowpipe input step form for an org workspace
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_inputREADList org workspace flowpipe inputs via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/input. List Flowpipe inputs for an org workspace
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_input_by_input_idREADGet org workspace flowpipe input via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/input/{input_id}. Get details of a Flowpipe input for an org workspace
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_aliasREADGet organization workspace installed flowpipe mod by mod alias via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variableREADList variables in an organization flowpipe workspace mod via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable. List all variables applicable for a flowpipe mod in a workspace specific to an organization
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variable_by_variable_nameREADGet setting for a flowpipe mod variable in an organization workspace via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable/{variable_name}
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_pipelineREADList organization workspace pipelines via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/pipeline. Lists the pipelines for an organization workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_pipeline_by_pipeline_idREADGet org workspace pipeline via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/pipeline/{pipeline_id}. Get the details of a pipeline for a workspace of an organization.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_pipeline_by_pipeline_id_triggerREADGet org workspace pipeline triggers via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/pipeline/{pipeline_id}/trigger. Get the list of triggers that a pipeline is associated with.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_flowpipe_trigger_by_trigger_nameREADGet org workspace flowpipe trigger via GET /org/{org_handle}/workspace/{workspace_handle}/flowpipe/trigger/{trigger_name}. Get the details of a trigger for a workspace of an org.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_integrationREADList org workspace integrations via GET /org/{org_handle}/workspace/{workspace_handle}/integration. List integrations available for an organization workspace. If run on a custom tenant this will return integrations configured both on tenant and org level.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_integration_by_integration_handleREADGet org workspace integration via GET /org/{org_handle}/workspace/{workspace_handle}/integration/{integration_handle}. Get details of an integration available for a workspace belonging to an organization.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_integration_by_integration_handle_github_repositoryREADList org workspace integration github respositories via GET /org/{org_handle}/workspace/{workspace_handle}/integration/{integration_handle}/github/repository. List respositories that are given access to the integration available for an organization workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_integration_by_integration_handle_github_repository_by_repository_owner_by_repository_name_headREADList org workspace integration github respository heads via GET /org/{org_handle}/workspace/{workspace_handle}/integration/{integration_handle}/github/repository/{repository_owner}/{repository_name}/head. List heads for a respository of an integration available for an organization workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_integration_by_integration_handle_gitlab_projectREADList org workspace integration gitlab projects via GET /org/{org_handle}/workspace/{workspace_handle}/integration/{integration_handle}/gitlab/project. List projects that are given access to the integration available for an organization workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_integration_by_integration_handle_gitlab_project_by_project_id_branchREADList org workspace integration gitlab project branches via GET /org/{org_handle}/workspace/{workspace_handle}/integration/{integration_handle}/gitlab/project/{project_id}/branch. List branches for a gitlab project of an integration available for an organization workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_memberREADList Organization Workspace Members via GET /org/{org_handle}/workspace/{workspace_handle}/member. List all members of a workspace in an organization who has accepted / invited.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_member_by_user_handleREADGet Org Workspace Member via GET /org/{org_handle}/workspace/{workspace_handle}/member/{user_handle}. Get details of a member belonging to a workspace of an organization.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_modREADList organization workspace installed mods via GET /org/{org_handle}/workspace/{workspace_handle}/mod
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_mod_by_mod_aliasREADGet organization workspace installed mod by mod alias via GET /org/{org_handle}/workspace/{workspace_handle}/mod/{mod_alias}
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_mod_by_mod_alias_variableREADList variables in an organization workspace mod via GET /org/{org_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable. List all variables applicable for a mod in a workspace specific to an organization
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_mod_by_mod_alias_variable_by_variable_nameREADGet setting for a mod variable in an organization workspace via GET /org/{org_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable/{variable_name}
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_notifierREADList org workspace notifiers via GET /org/{org_handle}/workspace/{workspace_handle}/notifier. List all notifiers for an org workspace
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_notifier_by_notifier_nameREADGet org workspace notifier via GET /org/{org_handle}/workspace/{workspace_handle}/notifier/{notifier_name}. Get a notifier for an org workspace
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_pipelineREADList org workspace pipelines via GET /org/{org_handle}/workspace/{workspace_handle}/pipeline. Lists the pipelines for a workspace of an organization.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_pipeline_by_pipeline_idREADGet org workspace pipeline via GET /org/{org_handle}/workspace/{workspace_handle}/pipeline/{pipeline_id}. Get the details of a pipeline for a workspace of an organization.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_processREADList org workspace processes via GET /org/{org_handle}/workspace/{workspace_handle}/process. List the processes associated with an org workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_process_by_process_idREADGet org workspace process via GET /org/{org_handle}/workspace/{workspace_handle}/process/{process_id}. Get the details for the process.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_process_by_process_id_log_by_log_file_by_content_typeREADList org workspace process logs via GET /org/{org_handle}/workspace/{workspace_handle}/process/{process_id}/log/{log_file}.{content_type}. List the process logs associated with a workspace process.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_queryREADQuery org workspace via GET /org/{org_handle}/workspace/{workspace_handle}/query. Performs a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_query_data_by_extensionsREADQuery org workspace with extensions via GET /org/{org_handle}/workspace/{workspace_handle}/query/data.{extensions}. 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.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_schemaREADList org workspace schemas via GET /org/{org_handle}/workspace/{workspace_handle}/schema. List the schemas for the org workspace. This will consist of the aggregators, datatanks and identity-level connections associated with the workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_schema_by_schema_nameREADGet org workspace schema via GET /org/{org_handle}/workspace/{workspace_handle}/schema/{schema_name}. Get the details for an org workspace schema.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_schema_by_schema_name_tableREADList org workspace schema tables via GET /org/{org_handle}/workspace/{workspace_handle}/schema/{schema_name}/table. List the tables for an org workspace schema.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_schema_by_schema_name_table_by_table_nameREADGet org workspace schema table via GET /org/{org_handle}/workspace/{workspace_handle}/schema/{schema_name}/table/{table_name}. Get details about a specific table in a org workspace schema.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_snapshotREADList org workspace snapshots via GET /org/{org_handle}/workspace/{workspace_handle}/snapshot. List the workspace snapshots for an org.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_snapshot_by_snapshot_idREADGet org workspace snapshot via GET /org/{org_handle}/workspace/{workspace_handle}/snapshot/{snapshot_id}. Get the details for an org workspace snapshot.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_snapshot_by_snapshot_id_by_content_typeREADDownload org workspace snapshot via GET /org/{org_handle}/workspace/{workspace_handle}/snapshot/{snapshot_id}.{content_type}. Downloads the full data for an org workspace snapshot.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_triggerREADList organization workspace triggers via GET /org/{org_handle}/workspace/{workspace_handle}/trigger. Lists the pipelines for an organization workspace.
turbotpipes_get_org_by_org_handle_workspace_by_workspace_handle_usageREADList org workspace usage via GET /org/{org_handle}/workspace/{workspace_handle}/usage. List the usage associated with an org workspace.
turbotpipes_get_service_accountREADList tenant service accounts via GET /service_account. Lists service accounts at the tenant level.
turbotpipes_get_service_account_by_service_account_identifierREADGet tenant service account via GET /service_account/{service_account_identifier}. Retrieves a specific tenant-level service account.
turbotpipes_get_service_account_by_service_account_identifier_audit_logREADList audit logs for a tenant service account via GET /service_account/{service_account_identifier}/audit_log. Returns the audit logs where the service account is either the actor or the identity (tenant-level service account).
turbotpipes_get_service_account_by_service_account_identifier_tokenREADList tenant service account tokens via GET /service_account/{service_account_identifier}/token. Lists tokens for a tenant-level service account.
turbotpipes_get_service_account_by_service_account_identifier_token_by_token_idREADGet a tenant service account token via GET /service_account/{service_account_identifier}/token/{token_id}. Retrieves a specific token for a tenant-level service account.
turbotpipes_get_settingsREADGet tenant settings via GET /settings. Retrieves the tenant settings.
turbotpipes_get_signup_confirmREADConfirm user signup. via GET /signup/confirm
turbotpipes_get_tenantREADList tenants the actor is a member of. via GET /tenant
turbotpipes_get_tenant_by_tenant_handleREADGet tenant via GET /tenant/{tenant_handle}. Retrieves the tenant information.
turbotpipes_get_tenant_by_tenant_handle_avatarREADGet tenant avatar via GET /tenant/{tenant_handle}/avatar. Get public avatar for a tenant.
turbotpipes_get_tenant_by_tenant_handle_billing_invoiceREADList tenant invoices. TODO: paging, Stripe suports this we need to to implement it. via GET /tenant/{tenant_handle}/billing/invoice
turbotpipes_get_tenant_by_tenant_handle_billing_invoice_by_invoice_idREADGet a tenant invoice via GET /tenant/{tenant_handle}/billing/invoice/{invoice_id}. Get an invoice for a tenant.
turbotpipes_get_tenant_by_tenant_handle_billing_payment_methodREADList tenant billing payment methods. via GET /tenant/{tenant_handle}/billing/payment_method
turbotpipes_get_tenant_by_tenant_handle_billing_payment_method_by_payment_method_idREADGet tenant billing payment method. via GET /tenant/{tenant_handle}/billing/payment_method/{payment_method_id}. List tenant billing payment method.
turbotpipes_get_tenant_by_tenant_handle_billing_planREADGet tenant billing plan. via GET /tenant/{tenant_handle}/billing/plan. Get the current tenant billing plan.
turbotpipes_get_tenant_by_tenant_handle_billing_stripe_invoice_upcomingREADGet upcoming invoice. Can be used to let subscriber know the estimated amount for next invoice. via GET /tenant/{tenant_handle}/billing/stripe/invoice/upcoming
turbotpipes_get_tenant_by_tenant_handle_billing_subscriptionREADList tenant subscriptions. via GET /tenant/{tenant_handle}/billing/subscription
turbotpipes_get_tenant_by_tenant_handle_billing_subscription_by_subscription_idREADGet tenant subscription via GET /tenant/{tenant_handle}/billing/subscription/{subscription_id}
turbotpipes_get_tenant_by_tenant_handle_constraintREADList tenant constraints via GET /tenant/{tenant_handle}/constraint. List all applicable constraints for a tenant.
turbotpipes_get_tenant_by_tenant_handle_memberREADList Tenant Members via GET /tenant/{tenant_handle}/member. List all members of a tenant who are invited / accepted.
turbotpipes_get_tenant_by_tenant_handle_member_by_user_handleREADGet tenant member. via GET /tenant/{tenant_handle}/member/{user_handle}
turbotpipes_get_tenant_by_tenant_handle_member_invite_confirmREADConfirm tenant member invite. via GET /tenant/{tenant_handle}/member/invite/confirm
turbotpipes_get_tenant_by_tenant_handle_usageREADList tenant usage via GET /tenant/{tenant_handle}/usage. List all usage metrics for a tenant.
turbotpipes_get_userREADList users via GET /user. List the users.
turbotpipes_get_user_by_user_handleREADGet user via GET /user/{user_handle}. Retrieves information of the specified user.
turbotpipes_get_user_by_user_handle_ai_keyREADList user AI keys via GET /user/{user_handle}/ai/key. Lists AI provider API keys configured at the user level.
turbotpipes_get_user_by_user_handle_ai_key_by_providerREADGet user AI key via GET /user/{user_handle}/ai/key/{provider}. Retrieves the AI provider API key metadata at the user level.
turbotpipes_get_user_by_user_handle_audit_logREADUser audit logs via GET /user/{user_handle}/audit_log. Returns the audit logs for a user.
turbotpipes_get_user_by_user_handle_billing_invoiceREADList user invoices. TODO: paging, Stripe suports this we need to to implement it. via GET /user/{user_handle}/billing/invoice
turbotpipes_get_user_by_user_handle_billing_invoice_by_invoice_idREADGet a user invoice via GET /user/{user_handle}/billing/invoice/{invoice_id}. Get an invoice.
turbotpipes_get_user_by_user_handle_billing_payment_methodREADList user billing payment methods. via GET /user/{user_handle}/billing/payment_method
turbotpipes_get_user_by_user_handle_billing_payment_method_by_payment_method_idREADGet user billing payment method. via GET /user/{user_handle}/billing/payment_method/{payment_method_id}. List user billing payment method.
turbotpipes_get_user_by_user_handle_billing_planREADGet user billing plan. via GET /user/{user_handle}/billing/plan. Get the current user billing plan.
turbotpipes_get_user_by_user_handle_billing_stripe_invoice_upcomingREADGet upcoming user invoice via GET /user/{user_handle}/billing/stripe/invoice/upcoming. Get the upcoming invoice for this user. Can be used to let the user know the estimated amount for next invoice.
turbotpipes_get_user_by_user_handle_billing_subscriptionREADList user subscriptions. TODO: user should only have 1 active subscriptions, but what if we change subscriptions (is it possible?). Should we display old subscriptions? via GET /user/{user_handle}/billing/subscription
turbotpipes_get_user_by_user_handle_billing_subscription_by_subscription_idREADGet user subscription via GET /user/{user_handle}/billing/subscription/{subscription_id}
turbotpipes_get_user_by_user_handle_connectionREADList user connections via GET /user/{user_handle}/connection. List connections for a user.
turbotpipes_get_user_by_user_handle_connection_by_connection_handleREADGet user connection via GET /user/{user_handle}/connection/{connection_handle}. Get the details of a connection belonging to a user.
turbotpipes_get_user_by_user_handle_connection_by_connection_handle_workspaceREADList user connection workspaces via GET /user/{user_handle}/connection/{connection_handle}/workspace. List the workspaces that a user connection has been added to.
turbotpipes_get_user_by_user_handle_constraintREADList user constraints via GET /user/{user_handle}/constraint. List all applicable constraints for a user.
turbotpipes_get_user_by_user_handle_emailREADList user emails via GET /user/{user_handle}/email. List emails for a user along with other metadata information for each item.
turbotpipes_get_user_by_user_handle_email_by_email_idREADGet user email via GET /user/{user_handle}/email/{email_id}. Get a particular user email record along with its metadata information.
turbotpipes_get_user_by_user_handle_integrationREADList user integrations via GET /user/{user_handle}/integration. List integrations configuered for a user.
turbotpipes_get_user_by_user_handle_integration_by_integration_handleREADGet user integration via GET /user/{user_handle}/integration/{integration_handle}. Get details of an integration configured on a user.
turbotpipes_get_user_by_user_handle_integration_by_integration_handle_github_installREADInstall GitHub integration for a user via GET /user/{user_handle}/integration/{integration_handle}/github/install. Install a GitHub integration for a user identity.
turbotpipes_get_user_by_user_handle_integration_by_integration_handle_slack_channelREADList user integration Slack channels via GET /user/{user_handle}/integration/{integration_handle}/slack/channel. List Slack channels that are given access to a user Slack integration.
turbotpipes_get_user_by_user_handle_integration_by_integration_handle_slack_installREADInstall Slack integration for a user via GET /user/{user_handle}/integration/{integration_handle}/slack/install. Install a Slack integration for a user identity.
turbotpipes_get_user_by_user_handle_notifierREADList user notifiers via GET /user/{user_handle}/notifier. List all notifiers for a user
turbotpipes_get_user_by_user_handle_notifier_by_notifier_nameREADGet user notifier via GET /user/{user_handle}/notifier/{notifier_name}. Get a notifier for a user
turbotpipes_get_user_by_user_handle_passwordREADGet user password. via GET /user/{user_handle}/password
turbotpipes_get_user_by_user_handle_preferencesREADGet user preferences via GET /user/{user_handle}/preferences. Get preferences for the user such as email preferences.
turbotpipes_get_user_by_user_handle_processREADList User processes via GET /user/{user_handle}/process. List processes for a user.
turbotpipes_get_user_by_user_handle_process_by_process_idREADGet User process via GET /user/{user_handle}/process/{process_id}. Get process for a user.
turbotpipes_get_user_by_user_handle_process_by_process_id_log_by_log_file_by_content_typeREADList user process logs via GET /user/{user_handle}/process/{process_id}/log/{log_file}.{content_type}. List the process logs for a given process of a user.
turbotpipes_get_user_by_user_handle_tokenREADList tokens via GET /user/{user_handle}/token. List the token for a user.
turbotpipes_get_user_by_user_handle_token_by_token_idREADGet token via GET /user/{user_handle}/token/{token_id}. Retrieves the information of a specified token.
turbotpipes_get_user_by_user_handle_usageREADList user usage via GET /user/{user_handle}/usage. List all usage metrics for a user.
turbotpipes_get_user_by_user_handle_workspaceREADList user workspaces via GET /user/{user_handle}/workspace. List the workspace for a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handleREADGet user workspace via GET /user/{user_handle}/workspace/{workspace_handle}. Get the details for the workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_aggregatorREADList aggregators for a user workspace via GET /user/{user_handle}/workspace/{workspace_handle}/aggregator. List aggregators for a workspace of a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handleREADGet an aggregator for a user workspace via GET /user/{user_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}. Get the details of an aggregator belonging to a workspace of a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handle_connectionREADList connections in the scope of an aggregator for a user workspace via GET /user/{user_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}/connection. List all connections that are a part of an aggregator defined in a workspace of a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handle_connection_by_connection_handleREADGet a connection in the scope of an aggregator for a user workspace via GET /user/{user_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}/connection/{connection_handle}. Get a connection that is a part of an aggregator defined in a workspace of a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_ai_conversationREADList user workspace conversations via GET /user/{user_handle}/workspace/{workspace_handle}/ai/conversation. Lists AI conversations in a user workspace with optional filtering and pagination.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_idREADGet user workspace conversation via GET /user/{user_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}. Retrieves details for a specific user workspace conversation.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_id_artifact_by_artifact_idREADGet user workspace conversation artifact metadata via GET /user/{user_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}/artifact/{artifact_id}. Retrieves metadata for a specific artifact created by a user workspace conversation.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_id_artifact_by_artifact_id_by_content_typeREADDownload user workspace artifact via GET /user/{user_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}/artifact/{artifact_id}.{content_type}. Downloads an artifact file from a user workspace AI conversation.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_id_messageREADList user workspace conversation messages via GET /user/{user_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}/message. Lists messages for a specific user workspace conversation with pagination.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_ai_modelREADList user workspace AI models via GET /user/{user_handle}/workspace/{workspace_handle}/ai/model. Lists available AI models for a user workspace based on configured AI keys.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_audit_logREADUser workspace audit logs via GET /user/{user_handle}/workspace/{workspace_handle}/audit_log. Returns the audit logs for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_connREADList user workspace connection associations via GET /user/{user_handle}/workspace/{workspace_handle}/conn. List the connections associated with a workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_conn_by_conn_handleREADGet user workspace connection association via GET /user/{user_handle}/workspace/{workspace_handle}/conn/{conn_handle}. Get the details for a workspace and connection association.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_connectionREADList connections for a user workspace via GET /user/{user_handle}/workspace/{workspace_handle}/connection. List connections explicitly defined or associated to the workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_connection_by_connection_handleREADGet user workspace connection association via GET /user/{user_handle}/workspace/{workspace_handle}/connection/{connection_handle}. Get the details for a workspace and connection association.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_connection_folderREADList user workspace connections folders via GET /user/{user_handle}/workspace/{workspace_handle}/connection_folder. List connection folders for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_connection_folder_by_folder_idREADGet user workspace connection folder via GET /user/{user_handle}/workspace/{workspace_handle}/connection_folder/{folder_id}. Get connection folder for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_connection_treeREADList user workspace connection tree via GET /user/{user_handle}/workspace/{workspace_handle}/connection_tree. List connection tree for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_datatankREADList user workspace Datatank via GET /user/{user_handle}/workspace/{workspace_handle}/datatank. List the user workspace Datatank.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handleREADGet user workspace Datatank via GET /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}. Get the details for the workspace Datatank.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_tableREADList user workspace Datatank tables via GET /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table. List the user workspace Datatank tables.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_nameREADGet user workspace Datatank table via GET /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}. Get the details for the workspace Datatank table
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_name_partREADList user workspace Datatank partitions via GET /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}/part. List the user workspace Datatank partitions
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_name_table_by_datatank_part_idREADGet user workspace Datatank table partition via GET /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}/table/{datatank_part_id}. Get the details for the workspace Datatank table partition
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_db_logREADUser workspace logs via GET /user/{user_handle}/workspace/{workspace_handle}/db_log. Returns the workspace logs for a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_form_by_step_execution_id_by_random_idREADGet user workspace flowpipe form via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/form/{step_execution_id}/{random_id}. Get details of a Flowpipe input step form for a user workspace
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_inputREADList user workspace flowpipe inputs via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/input. List Flowpipe inputs for a user workspace
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_input_by_input_idREADGet user workspace flowpipe input via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/input/{input_id}. Get details of a Flowpipe input for a user workspace
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_aliasREADGet user workspace installed flowpipe mod by mod alias via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variableREADList variables for a user workspace flowpipe mod via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable. List all variables applicable for a flowpipe mod in a workspace specific to a user
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variable_by_variable_nameREADGet setting for a flowpipe mod variable in a user workspace via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable/{variable_name}
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_pipelineREADList user workspace pipelines via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/pipeline. Lists the pipelines for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_pipeline_by_pipeline_idREADGet user workspace pipeline via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/pipeline/{pipeline_id}. Get the details of a pipeline for a workspace of a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_pipeline_by_pipeline_id_triggerREADGet user workspace pipeline triggers via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/pipeline/{pipeline_id}/trigger. Get the list of triggers that a pipeline is associated with.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_flowpipe_trigger_by_trigger_nameREADGet user workspace flowpipe trigger via GET /user/{user_handle}/workspace/{workspace_handle}/flowpipe/trigger/{trigger_name}. Get the details of a trigger for a workspace of a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_integrationREADList user workspace integrations via GET /user/{user_handle}/workspace/{workspace_handle}/integration. List integrations available for a user workspace. If run on a custom tenant this will return integrations configured both on tenant and user level.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_integration_by_integration_handleREADGet user workspace integration via GET /user/{user_handle}/workspace/{workspace_handle}/integration/{integration_handle}. Get details of an integration available for a workspace belonging to a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_integration_by_integration_handle_github_repositoryREADList user workspace integration github respositories via GET /user/{user_handle}/workspace/{workspace_handle}/integration/{integration_handle}/github/repository. List respositories that are given access to the integration available for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_integration_by_integration_handle_github_repository_by_repository_owner_by_repository_name_headREADList user workspace integration github respository heads via GET /user/{user_handle}/workspace/{workspace_handle}/integration/{integration_handle}/github/repository/{repository_owner}/{repository_name}/head. List heads for a respository of an integration available for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_integration_by_integration_handle_gitlab_projectREADList user workspace integration gitlab projects via GET /user/{user_handle}/workspace/{workspace_handle}/integration/{integration_handle}/gitlab/project. List gitlab proejcts that are given access to the integration available for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_integration_by_integration_handle_gitlab_project_by_project_id_branchREADList user workspace integration gitlab project branches via GET /user/{user_handle}/workspace/{workspace_handle}/integration/{integration_handle}/gitlab/project/{project_id}/branch. List branches for a gitlab project of an integration available for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_modREADList user workspace installed mods via GET /user/{user_handle}/workspace/{workspace_handle}/mod
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_mod_by_mod_aliasREADGet user workspace installed mod by mod alias via GET /user/{user_handle}/workspace/{workspace_handle}/mod/{mod_alias}
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_mod_by_mod_alias_variableREADList variables for a user workspace mod via GET /user/{user_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable. List all variables applicable for a mod in a workspace specific to a user
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_mod_by_mod_alias_variable_by_variable_nameREADGet setting for a mod variable in a user workspace via GET /user/{user_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable/{variable_name}
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_notifierREADList user workspace notifiers via GET /user/{user_handle}/workspace/{workspace_handle}/notifier. List all notifiers for a user workspace
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_notifier_by_notifier_nameREADGet user workspace notifier via GET /user/{user_handle}/workspace/{workspace_handle}/notifier/{notifier_name}. Get a notifier for a user workspace
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_pipelineREADList user workspace pipelines via GET /user/{user_handle}/workspace/{workspace_handle}/pipeline. Lists the pipelines for a workspace of a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_pipeline_by_pipeline_idREADGet user workspace pipeline via GET /user/{user_handle}/workspace/{workspace_handle}/pipeline/{pipeline_id}. Get the details of a pipeline for a workspace of a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_processREADList user workspace processes via GET /user/{user_handle}/workspace/{workspace_handle}/process. List the process associated with a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_process_by_process_idREADGet user workspace process via GET /user/{user_handle}/workspace/{workspace_handle}/process/{process_id}. Get the details for a user workspace process.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_process_by_process_id_log_by_log_file_by_content_typeREADList user workspace process logs via GET /user/{user_handle}/workspace/{workspace_handle}/process/{process_id}/log/{log_file}.{content_type}. List the process logs associated with a workspace process.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_queryREADQuery user workspace via GET /user/{user_handle}/workspace/{workspace_handle}/query. Performs a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_query_data_by_extensionsREADQuery user workspace with extensions via GET /user/{user_handle}/workspace/{workspace_handle}/query/data.{extensions}. 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.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_schemaREADList user workspace schemas via GET /user/{user_handle}/workspace/{workspace_handle}/schema. List the schemas for the user workspace. This will consist of the aggregators, datatanks and identity-level connections associated with the workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_schema_by_schema_nameREADGet user workspace schema via GET /user/{user_handle}/workspace/{workspace_handle}/schema/{schema_name}. Get the details for a user workspace schema.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_schema_by_schema_name_tableREADList user workspace schema tables via GET /user/{user_handle}/workspace/{workspace_handle}/schema/{schema_name}/table. List the tables for a user workspace schema.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_schema_by_schema_name_table_by_table_nameREADGet user workspace schema table via GET /user/{user_handle}/workspace/{workspace_handle}/schema/{schema_name}/table/{table_name}. Get details about a specific table in a user workspace schema.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_snapshotREADList user workspace snapshots via GET /user/{user_handle}/workspace/{workspace_handle}/snapshot. List the workspace snapshots for a user.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_snapshot_by_snapshot_idREADGet user workspace snapshot via GET /user/{user_handle}/workspace/{workspace_handle}/snapshot/{snapshot_id}. Get the details for a user workspace snapshot.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_snapshot_by_snapshot_id_by_content_typeREADDownload user workspace snapshot via GET /user/{user_handle}/workspace/{workspace_handle}/snapshot/{snapshot_id}.{content_type}. Downloads the full data for a user workspace snapshot.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_triggerREADList user workspace triggers via GET /user/{user_handle}/workspace/{workspace_handle}/trigger. Lists the triggers for a user workspace.
turbotpipes_get_user_by_user_handle_workspace_by_workspace_handle_usageREADList user workspace usage via GET /user/{user_handle}/workspace/{workspace_handle}/usage. List the usage associated with a user workspace.
turbotpipes_patch_ai_key_by_providerWRITEUpdate tenant AI key via PATCH /ai/key/{provider}. Updates an existing AI provider API key at the tenant level.
turbotpipes_patch_connection_by_connection_handleWRITEUpdate tenant connection via PATCH /connection/{connection_handle}. Update the details of a connection belonging to a tenant.
turbotpipes_patch_connection_by_connection_handle_permission_by_permission_idWRITEUpdate tenant connection permission via PATCH /connection/{connection_handle}/permission/{permission_id}. Update permission for a connection defined on a custom tenant.
turbotpipes_patch_connection_folder_by_folder_idWRITEUpdate tenant connection folder via PATCH /connection_folder/{folder_id}. Update the details of a connection folder belonging to a custom tenant.
turbotpipes_patch_connection_folder_by_folder_id_permission_by_permission_idWRITEUpdate tenant connection folder permission via PATCH /connection_folder/{folder_id}/permission/{permission_id}. Update permission for a connection folder defined on a custom tenant.
turbotpipes_patch_integration_by_integration_handleWRITEUpdate tenant integration via PATCH /integration/{integration_handle}. Update details of an integration configured on a custom tenant.
turbotpipes_patch_login_token_by_temporary_token_request_idWRITEUpdate temporary token request via PATCH /login/token/{temporary_token_request_id}. Update a temporary token request status.
turbotpipes_patch_notifier_by_notifier_nameWRITEUpdate tenant notifier via PATCH /notifier/{notifier_name}. Update a notifier for a custom tenant
turbotpipes_patch_org_by_org_handleWRITEUpdate org via PATCH /org/{org_handle}. Updates the handle name, display name, or the URL of an organization.
turbotpipes_patch_org_by_org_handle_ai_key_by_providerWRITEUpdate org AI key via PATCH /org/{org_handle}/ai/key/{provider}. Updates an existing AI provider API key at the organization level.
turbotpipes_patch_org_by_org_handle_billing_payment_method_by_payment_method_idWRITEUpdate org billing payment method. via PATCH /org/{org_handle}/billing/payment_method/{payment_method_id}
turbotpipes_patch_org_by_org_handle_billing_subscription_by_subscription_idWRITEUpdate org subscription. Use this API to "stop cancel at the next billing period" by passing "stopcancel" in the action parameter. via PATCH /org/{org_handle}/billing/subscription/{subscription_id}
turbotpipes_patch_org_by_org_handle_connection_by_connection_handleWRITEUpdate org connection via PATCH /org/{org_handle}/connection/{connection_handle}. Update the details of a connection belonging to an org.
turbotpipes_patch_org_by_org_handle_connection_by_connection_handle_permission_by_permission_idWRITEUpdate org connection permission via PATCH /org/{org_handle}/connection/{connection_handle}/permission/{permission_id}. Update permission for a connection defined on an org.
turbotpipes_patch_org_by_org_handle_connection_folder_by_folder_idWRITEUpdate org connection folder via PATCH /org/{org_handle}/connection_folder/{folder_id}. Update the details of an org connection folder.
turbotpipes_patch_org_by_org_handle_connection_folder_by_folder_id_permission_by_permission_idWRITEUpdate org connection folder permission via PATCH /org/{org_handle}/connection_folder/{folder_id}/permission/{permission_id}. Update permission for a connection folder defined on an org.
turbotpipes_patch_org_by_org_handle_integration_by_integration_handleWRITEUpdate org integration via PATCH /org/{org_handle}/integration/{integration_handle}. Update details of an integration configured for an organization.
turbotpipes_patch_org_by_org_handle_member_by_user_handleWRITEUpdate org member via PATCH /org/{org_handle}/member/{user_handle}. Update the role of the member.
turbotpipes_patch_org_by_org_handle_notifier_by_notifier_nameWRITEUpdate org notifier via PATCH /org/{org_handle}/notifier/{notifier_name}. Update a notifier for an org
turbotpipes_patch_org_by_org_handle_service_account_by_service_account_identifierWRITEUpdate an organization service account via PATCH /org/{org_handle}/service_account/{service_account_identifier}. Update an existing service account at the organization level.
turbotpipes_patch_org_by_org_handle_service_account_by_service_account_identifier_token_by_token_idWRITEUpdate an organization service account token via PATCH /org/{org_handle}/service_account/{service_account_identifier}/token/{token_id}. Update an existing token for an organization-level service account.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handleWRITEUpdate org workspace via PATCH /org/{org_handle}/workspace/{workspace_handle}. Update a workspace in an organization.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handleWRITEUpdate an aggregator for a org workspace via PATCH /org/{org_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}. Update the details of an aggregator belonging to a workspace of an org.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_idWRITEUpdate org workspace conversation via PATCH /org/{org_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}. Updates an org workspace conversation (e.g., title).
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_connection_by_connection_handleWRITEUpdate org workspace connection via PATCH /org/{org_handle}/workspace/{workspace_handle}/connection/{connection_handle}. Update the details of a connection belonging to a workspace of an org.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_connection_folder_by_folder_idWRITEUpdate org workspace connection folder via PATCH /org/{org_handle}/workspace/{workspace_handle}/connection_folder/{folder_id}. Update the details of a connection folder belonging to an org workspace.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handleWRITEUpdate org workspace Datatank via PATCH /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}. Update the org workspace Datatank.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_nameWRITEUpdate org workspace Datatank table via PATCH /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}. Update the org workspace Datatank table.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_name_part_by_datatank_part_idWRITEUpdate org workspace Datatank table partition via PATCH /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}/part/{datatank_part_id}. Update the org workspace Datatank table partition.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_aliasWRITEUpdate a flowpipe mod in an organization workspace via PATCH /org/{org_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variable_by_variable_nameWRITEUpdate setting for a flowpipe mod variable in an organization workspace via PATCH /org/{org_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable/{variable_name}
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_flowpipe_trigger_by_trigger_nameWRITEUpdate org workspace trigger via PATCH /org/{org_handle}/workspace/{workspace_handle}/flowpipe/trigger/{trigger_name}. Updates a trigger for a workspace of an org.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_member_by_user_handleWRITEUpdate Org Workspace Member via PATCH /org/{org_handle}/workspace/{workspace_handle}/member/{user_handle}. Update the role of a member belonging to a workspace of an organization.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_mod_by_mod_aliasWRITEUpdate a mod in an organization workspace via PATCH /org/{org_handle}/workspace/{workspace_handle}/mod/{mod_alias}
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_mod_by_mod_alias_variable_by_variable_nameWRITEUpdate setting for a mod variable in an organization workspace via PATCH /org/{org_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable/{variable_name}
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_notifier_by_notifier_nameWRITEUpdate org workspace notifier via PATCH /org/{org_handle}/workspace/{workspace_handle}/notifier/{notifier_name}. Update a notifier for an org workspace
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_pipeline_by_pipeline_idWRITEUpdate org workspace pipeline via PATCH /org/{org_handle}/workspace/{workspace_handle}/pipeline/{pipeline_id}. Updates a pipeline for a workspace of an organization.
turbotpipes_patch_org_by_org_handle_workspace_by_workspace_handle_snapshot_by_snapshot_idWRITEUpdate org workspace snapshot via PATCH /org/{org_handle}/workspace/{workspace_handle}/snapshot/{snapshot_id}. Updates an org workspace snapshot.
turbotpipes_patch_service_account_by_service_account_identifierWRITEUpdate a tenant service account via PATCH /service_account/{service_account_identifier}. Update an existing service account at the tenant level.
turbotpipes_patch_service_account_by_service_account_identifier_token_by_token_idWRITEUpdate a tenant service account token via PATCH /service_account/{service_account_identifier}/token/{token_id}. Update an existing token for a tenant-level service account.
turbotpipes_patch_settingsWRITEUpdate tenant settings via PATCH /settings. Update settings for a custom tenant.
turbotpipes_patch_tenant_by_tenant_handleWRITEUpdate tenant via PATCH /tenant/{tenant_handle}. Updates various information about a tenant.
turbotpipes_patch_tenant_by_tenant_handle_billing_payment_method_by_payment_method_idWRITEUpdate tenant billing payment method. via PATCH /tenant/{tenant_handle}/billing/payment_method/{payment_method_id}
turbotpipes_patch_tenant_by_tenant_handle_billing_subscription_by_subscription_idWRITEUpdate tenant subscription. Use this API to "stop cancel at the next billing period" by passing "stopcancel" in the action parameter. via PATCH /tenant/{tenant_handle}/billing/subscription/{subscription_id}
turbotpipes_patch_tenant_by_tenant_handle_member_by_user_handleWRITEUpdate tenant member via PATCH /tenant/{tenant_handle}/member/{user_handle}. Update the role of a member of a tenant.
turbotpipes_patch_user_by_user_handleWRITEUpdate user via PATCH /user/{user_handle}. Updates the handle name, display name, or the URL of a user.
turbotpipes_patch_user_by_user_handle_ai_key_by_providerWRITEUpdate user AI key via PATCH /user/{user_handle}/ai/key/{provider}. Updates an existing AI provider API key at the user level.
turbotpipes_patch_user_by_user_handle_billing_payment_method_by_payment_method_idWRITEUpdate user billing payment method. via PATCH /user/{user_handle}/billing/payment_method/{payment_method_id}
turbotpipes_patch_user_by_user_handle_connection_by_connection_handleWRITEUpdate user connection via PATCH /user/{user_handle}/connection/{connection_handle}. Update the details of a connection belonging to a user.
turbotpipes_patch_user_by_user_handle_integration_by_integration_handleWRITEUpdate user integration via PATCH /user/{user_handle}/integration/{integration_handle}. Update details of an integration configured for a user.
turbotpipes_patch_user_by_user_handle_notifier_by_notifier_nameWRITEUpdate user notifier via PATCH /user/{user_handle}/notifier/{notifier_name}. Update a notifier for a user
turbotpipes_patch_user_by_user_handle_preferencesWRITEUpdate user preferences via PATCH /user/{user_handle}/preferences. Update preferences for the user e.g. opting out of receiving certain kind of emails.
turbotpipes_patch_user_by_user_handle_token_by_token_idWRITEUpdate token via PATCH /user/{user_handle}/token/{token_id}. Changes the status of the specified token from Active to Inactive or vice versa.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handleWRITEUpdate user workspace via PATCH /user/{user_handle}/workspace/{workspace_handle}. Update the workspace for a user.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_aggregator_by_aggregator_handleWRITEUpdate an aggregator for a user workspace via PATCH /user/{user_handle}/workspace/{workspace_handle}/aggregator/{aggregator_handle}. Update the details of an aggregator belonging to workspace of a user.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_ai_conversation_by_conversation_idWRITEUpdate user workspace conversation via PATCH /user/{user_handle}/workspace/{workspace_handle}/ai/conversation/{conversation_id}. Updates a user workspace conversation (e.g., title).
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_connection_by_connection_handleWRITEUpdate user workspace connection via PATCH /user/{user_handle}/workspace/{workspace_handle}/connection/{connection_handle}. Update the details of a connection belonging to a workspace of a user.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_connection_folder_by_folder_idWRITEUpdate user workspace connection folder via PATCH /user/{user_handle}/workspace/{workspace_handle}/connection_folder/{folder_id}. Update the details of a connection folder belonging to a user workspace.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handleWRITEUpdate user workspace Datatank via PATCH /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}. Update the user workspace Datatank.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_nameWRITEUpdate user workspace Datatank table via PATCH /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}. Update the user workspace Datatank table.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_name_part_by_datatank_part_idWRITEUpdate user workspace Datatank table partition via PATCH /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}/part/{datatank_part_id}. Update the user workspace Datatank table partition.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_aliasWRITEUpdate a flowpipe mod in a user's workspace via PATCH /user/{user_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variable_by_variable_nameWRITEUpdate setting for a flowpipe mod variable in a user workspace via PATCH /user/{user_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable/{variable_name}
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_flowpipe_trigger_by_trigger_nameWRITEUpdate user workspace trigger via PATCH /user/{user_handle}/workspace/{workspace_handle}/flowpipe/trigger/{trigger_name}. Updates a trigger for a workspace of a user.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_mod_by_mod_aliasWRITEUpdate a mod in a user's workspace via PATCH /user/{user_handle}/workspace/{workspace_handle}/mod/{mod_alias}
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_mod_by_mod_alias_variable_by_variable_nameWRITEUpdate setting for a mod variable in a user workspace via PATCH /user/{user_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable/{variable_name}
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_notifier_by_notifier_nameWRITEUpdate user workspace notifier via PATCH /user/{user_handle}/workspace/{workspace_handle}/notifier/{notifier_name}. Update a notifier for a user workspace
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_pipeline_by_pipeline_idWRITEUpdate user workspace pipeline via PATCH /user/{user_handle}/workspace/{workspace_handle}/pipeline/{pipeline_id}. Updates a pipeline for a workspace of a user.
turbotpipes_patch_user_by_user_handle_workspace_by_workspace_handle_snapshot_by_snapshot_idWRITEUpdate user workspace snapshot via PATCH /user/{user_handle}/workspace/{workspace_handle}/snapshot/{snapshot_id}. Updates a user workspace snapshot.
turbotpipes_post_ai_keyWRITECreate tenant AI key via POST /ai/key. Creates a new AI provider API key at the tenant level.
turbotpipes_post_ai_key_by_provider_testWRITETest tenant AI key via POST /ai/key/{provider}/test. 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.
turbotpipes_post_auth_by_provider_callbackWRITEPost auth provider callback via POST /auth/{provider}/callback. Auth provider callback.
turbotpipes_post_connectionWRITECreate tenant connection via POST /connection. Creates a new connection for a custom tenant.
turbotpipes_post_connection_by_connection_handle_permissionWRITECreate tenant connection permission via POST /connection/{connection_handle}/permission. Create permissions for a tenant connection.
turbotpipes_post_connection_by_connection_handle_testWRITETest tenant connection via POST /connection/{connection_handle}/test. Test the config for a tenant connection to check for basic connectivity.
turbotpipes_post_connection_folderWRITECreate tenant connection folder via POST /connection_folder. Creates a new connection folder for a custom tenant.
turbotpipes_post_connection_folder_by_folder_id_permissionWRITECreate tenant connection folder permission via POST /connection_folder/{folder_id}/permission. Create permissions for a connection folder defined on a custom tenant.
turbotpipes_post_integrationWRITECreate tenant integration via POST /integration. Creates a new integration on a custom tenant.
turbotpipes_post_integration_by_integration_handle_commandWRITERun tenant integration command via POST /integration/{integration_handle}/command. Run a command for a tenant integration
turbotpipes_post_integration_by_integration_handle_testWRITETest custom tenant integration via POST /integration/{integration_handle}/test. Test the config for a custom tenant integration to check for basic connectivity before you create it.
turbotpipes_post_loginWRITEUser login. via POST /login
turbotpipes_post_login_tokenWRITEGenerate temporary token request via POST /login/token. Generate a temporary token request for CLI login.
turbotpipes_post_notifierWRITECreate tenant notifier via POST /notifier. Create a new notifier for a custom tenant
turbotpipes_post_orgWRITECreate org via POST /org. Creates an organization.
turbotpipes_post_org_by_org_handle_ai_keyWRITECreate org AI key via POST /org/{org_handle}/ai/key. Creates a new AI provider API key at the organization level.
turbotpipes_post_org_by_org_handle_ai_key_by_provider_testWRITETest org AI key via POST /org/{org_handle}/ai/key/{provider}/test. 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.
turbotpipes_post_org_by_org_handle_avatarWRITENOT CALLABLE: Turbot Pipes accepts this avatar only as a multipart/form-data file upload, and the operation declares no JSON alternative. No approved Agentic Fabriq artifact transport covers unbounded binary bytes, so there is nowhere for the image to travel that is not an MCP argument. Upload the avatar in the Turbot Pipes console instead. (Create org avatar via POST /org/{org_handle}/avatar. Create custom avatar for an org.)
turbotpipes_post_org_by_org_handle_billing_payment_method_intentWRITECreate Stripe billing intent via POST /org/{org_handle}/billing/payment_method/intent
turbotpipes_post_org_by_org_handle_billing_subscriptionWRITECreate a new subscription for the org. There can only be 1 active subscription per org. via POST /org/{org_handle}/billing/subscription
turbotpipes_post_org_by_org_handle_connectionWRITECreate org connection via POST /org/{org_handle}/connection. Creates a new connection for an organization.
turbotpipes_post_org_by_org_handle_connection_by_connection_handle_permissionWRITECreate org connection permission via POST /org/{org_handle}/connection/{connection_handle}/permission. Create permissions for a connection defined on an org.
turbotpipes_post_org_by_org_handle_connection_by_connection_handle_testWRITETest org connection via POST /org/{org_handle}/connection/{connection_handle}/test. Test the config for an org connection to check for basic connectivity before you create it.
turbotpipes_post_org_by_org_handle_connection_folderWRITECreate org connection folder via POST /org/{org_handle}/connection_folder. Creates a new connection folder for an org.
turbotpipes_post_org_by_org_handle_connection_folder_by_folder_id_permissionWRITECreate org connection folder permission via POST /org/{org_handle}/connection_folder/{folder_id}/permission. Create permissions for a connection folder defined on the organization level.
turbotpipes_post_org_by_org_handle_integrationWRITECreate org integration via POST /org/{org_handle}/integration. Creates a new integration for an organization.
turbotpipes_post_org_by_org_handle_integration_by_integration_handle_commandWRITERun org integration command via POST /org/{org_handle}/integration/{integration_handle}/command. Run a command for an org integration
turbotpipes_post_org_by_org_handle_integration_by_integration_handle_testWRITETest org integration via POST /org/{org_handle}/integration/{integration_handle}/test. Test the config for an org integration to check for basic connectivity before you create it.
turbotpipes_post_org_by_org_handle_memberWRITECreate Org Member via POST /org/{org_handle}/member. Add a user as a member of an org in a custom tenant.
turbotpipes_post_org_by_org_handle_member_inviteWRITEInvite org member via POST /org/{org_handle}/member/invite. Invite member to an org.
turbotpipes_post_org_by_org_handle_notifierWRITECreate org notifier via POST /org/{org_handle}/notifier. Create a new notifier for an org
turbotpipes_post_org_by_org_handle_service_accountWRITECreate a service account at the organization level via POST /org/{org_handle}/service_account. Create a new service account at the organization level.
turbotpipes_post_org_by_org_handle_service_account_by_service_account_identifier_tokenWRITECreate an organization service account token via POST /org/{org_handle}/service_account/{service_account_identifier}/token. Create a new token for an organization-level service account.
turbotpipes_post_org_by_org_handle_workspaceWRITECreate org workspace via POST /org/{org_handle}/workspace. 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.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_aggregatorWRITECreate an aggregator for an org workspace via POST /org/{org_handle}/workspace/{workspace_handle}/aggregator. Creates an aggregator for a workspace of an org.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_ai_chatWRITEChat in org workspace via POST /org/{org_handle}/workspace/{workspace_handle}/ai/chat. Sends a chat message to the AI agent in an org workspace. Creates a new conversation if conversation_id is not provided.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_commandWRITERun org workspace command via POST /org/{org_handle}/workspace/{workspace_handle}/command. Run a command in the workspace. Valid commands are: reboot.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_connWRITECreate org workspace connection association via POST /org/{org_handle}/workspace/{workspace_handle}/conn. Associate a connection with the workspace. A workspace can have multiple association.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_connectionWRITECreate a connection for an org workspace or associate an org connection to the workspace via POST /org/{org_handle}/workspace/{workspace_handle}/connection. Allows to create a connection on a workspace for an org or associate a connection already existing on the org to the workspace.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_connection_by_connection_handle_testWRITETest org workspace connection via POST /org/{org_handle}/workspace/{workspace_handle}/connection/{connection_handle}/test. Test the config for a connection configured on an org workspace to check for basic connectivity.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_connection_folderWRITECreate org workspace connection folder via POST /org/{org_handle}/workspace/{workspace_handle}/connection_folder. Creates a new connection folder in a workspace of an org.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_datatankWRITECreate org workspace Datatank via POST /org/{org_handle}/workspace/{workspace_handle}/datatank. Creates a new org workspace tank.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_tableWRITECreate org workspace Datatank table via POST /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table. Creates a new org workspace tank table.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_name_part_by_datatank_part_id_commandWRITERun org workspace Datatank table partition command. Valid commands are: refresh. via POST /org/{org_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}/part/{datatank_part_id}/command
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_flowpipe_form_by_step_execution_id_by_random_id_submitWRITEPost org workspace flowpipe form response via POST /org/{org_handle}/workspace/{workspace_handle}/flowpipe/form/{step_execution_id}/{random_id}/submit. Submit response to a Flowpipe input step form for an org workspace
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_flowpipe_inputWRITECreate org workspace flowpipe input via POST /org/{org_handle}/workspace/{workspace_handle}/flowpipe/input. Create a Flowpipe input for an org workspace
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_flowpipe_modWRITEInstall flowpipe mod to organization workspace. via POST /org/{org_handle}/workspace/{workspace_handle}/flowpipe/mod. Install flowpipe mod to a organization workspace.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variableWRITECreate a setting for a flowpipe mod variable in an organization workspace via POST /org/{org_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_flowpipe_pipeline_by_pipeline_name_commandWRITERun organization workspace Flowpipe pipeline command via POST /org/{org_handle}/workspace/{workspace_handle}/flowpipe/pipeline/{pipeline_name}/command. Run a command on a pipeline in a workspace belonging to an organization.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_flowpipe_trigger_by_trigger_name_commandWRITERun organization workspace Flowpipe trigger command via POST /org/{org_handle}/workspace/{workspace_handle}/flowpipe/trigger/{trigger_name}/command. Run a command on a trigger in a workspace belonging to an organization.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_memberWRITECreate Org Workspace Member via POST /org/{org_handle}/workspace/{workspace_handle}/member. Add an individual as a member of a workspace in an organization.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_modWRITEInstall a mod to an organization workspace via POST /org/{org_handle}/workspace/{workspace_handle}/mod
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_mod_by_mod_alias_variableWRITECreate a setting for a mod variable in an organization workspace via POST /org/{org_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_notifierWRITECreate org workspace notifier via POST /org/{org_handle}/workspace/{workspace_handle}/notifier. Create a new notifier for an org workspace
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_notifier_by_notifier_name_commandWRITEPost org workspace notifier commands via POST /org/{org_handle}/workspace/{workspace_handle}/notifier/{notifier_name}/command. Post a command for a notifier for an orgs workspace
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_pipelineWRITECreate org workspace pipeline via POST /org/{org_handle}/workspace/{workspace_handle}/pipeline. Creates a new pipeline for a workspace of an organization.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_pipeline_by_pipeline_id_commandWRITERun org workspace pipeline command via POST /org/{org_handle}/workspace/{workspace_handle}/pipeline/{pipeline_id}/command. Run a command on a pipeline in a workspace belonging to an organization.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_process_by_process_id_commandWRITERun org workspace process command via POST /org/{org_handle}/workspace/{workspace_handle}/process/{process_id}/command. Run a command against an org workspace process.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_queryWRITEQuery org workspace via POST /org/{org_handle}/workspace/{workspace_handle}/query. Performs a query in an org workspace. Results are limited to 5000 rows or 30 seconds of query execution.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_query_data_by_extensionsWRITEQuery org workspace with extensions via POST /org/{org_handle}/workspace/{workspace_handle}/query/data.{extensions}. 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.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_schemaWRITEAttach a schema to an org workspace via POST /org/{org_handle}/workspace/{workspace_handle}/schema. Attach an identity-level connection schema to an org workspace.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_snapshotWRITECreate org workspace snapshot via POST /org/{org_handle}/workspace/{workspace_handle}/snapshot. Creates a new workspace snapshot for an org.
turbotpipes_post_org_by_org_handle_workspace_by_workspace_handle_triggerWRITECreate org workspace trigger via POST /org/{org_handle}/workspace/{workspace_handle}/trigger. Creates a new trigger for an org workspace.
turbotpipes_post_service_accountWRITECreate a tenant service account via POST /service_account. Create a new service account at the tenant level.
turbotpipes_post_service_account_by_service_account_identifier_tokenWRITECreate a tenant service account token via POST /service_account/{service_account_identifier}/token. Create a new token for a tenant-level service account.
turbotpipes_post_signupWRITEUser signup via POST /signup. New user signup.
turbotpipes_post_tenantWRITECreate tenant via POST /tenant. Creates a tenant.
turbotpipes_post_tenant_by_tenant_handle_avatarWRITENOT CALLABLE: Turbot Pipes accepts this avatar only as a multipart/form-data file upload, and the operation declares no JSON alternative. No approved Agentic Fabriq artifact transport covers unbounded binary bytes, so there is nowhere for the image to travel that is not an MCP argument. Upload the avatar in the Turbot Pipes console instead. (Create tenant avatar via POST /tenant/{tenant_handle}/avatar. Create custom avatar for a tenant.)
turbotpipes_post_tenant_by_tenant_handle_billing_payment_method_intentWRITECreate tenant Stripe billing intent via POST /tenant/{tenant_handle}/billing/payment_method/intent
turbotpipes_post_tenant_by_tenant_handle_billing_subscriptionWRITECreate a new subscription for the tenant. There can only be 1 active subscription per tenant. via POST /tenant/{tenant_handle}/billing/subscription
turbotpipes_post_tenant_by_tenant_handle_member_inviteWRITEInvite tenant member via POST /tenant/{tenant_handle}/member/invite. Invite member to a tenant.
turbotpipes_post_userWRITECreate user via POST /user. Creates a new user.
turbotpipes_post_user_by_user_handle_ai_keyWRITECreate user AI key via POST /user/{user_handle}/ai/key. Creates a new AI provider API key at the user level.
turbotpipes_post_user_by_user_handle_ai_key_by_provider_testWRITETest user AI key via POST /user/{user_handle}/ai/key/{provider}/test. 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.
turbotpipes_post_user_by_user_handle_avatarWRITENOT CALLABLE: Turbot Pipes accepts this avatar only as a multipart/form-data file upload, and the operation declares no JSON alternative. No approved Agentic Fabriq artifact transport covers unbounded binary bytes, so there is nowhere for the image to travel that is not an MCP argument. Upload the avatar in the Turbot Pipes console instead. (Create user avatar via POST /user/{user_handle}/avatar. Create custom avatar for a user.)
turbotpipes_post_user_by_user_handle_billing_payment_method_intentWRITECreate Stripe billing intent via POST /user/{user_handle}/billing/payment_method/intent
turbotpipes_post_user_by_user_handle_billing_subscriptionWRITECreate 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? via POST /user/{user_handle}/billing/subscription
turbotpipes_post_user_by_user_handle_connectionWRITECreate user connection via POST /user/{user_handle}/connection. Creates a new connection for a user.
turbotpipes_post_user_by_user_handle_connection_by_connection_handle_testWRITETest user connection via POST /user/{user_handle}/connection/{connection_handle}/test. Test the config for a user connection to check for basic connectivity.
turbotpipes_post_user_by_user_handle_integrationWRITECreate user integration via POST /user/{user_handle}/integration. Creates a new integration for a user. A user can only create a Github integration.
turbotpipes_post_user_by_user_handle_integration_by_integration_handle_commandWRITERun user integration command via POST /user/{user_handle}/integration/{integration_handle}/command. Run a command for a user integration
turbotpipes_post_user_by_user_handle_integration_by_integration_handle_testWRITETest user integration via POST /user/{user_handle}/integration/{integration_handle}/test. Test the config for a user integration to check for basic connectivity before you create it.
turbotpipes_post_user_by_user_handle_notifierWRITECreate user notifier via POST /user/{user_handle}/notifier. Create a new notifier for a user
turbotpipes_post_user_by_user_handle_passwordWRITECreate user password via POST /user/{user_handle}/password. Create or rotate user password.
turbotpipes_post_user_by_user_handle_tokenWRITECreate token via POST /user/{user_handle}/token. Creates a new token for the specified user. The limit is 2 per user.
turbotpipes_post_user_by_user_handle_workspaceWRITECreate user workspace via POST /user/{user_handle}/workspace. Creates a new workspace for a user.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_aggregatorWRITECreate an aggregator for a user workspace via POST /user/{user_handle}/workspace/{workspace_handle}/aggregator. Creates an aggregator for a workspace of a user.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_ai_chatWRITEChat in user workspace via POST /user/{user_handle}/workspace/{workspace_handle}/ai/chat. Sends a chat message to the AI agent in a user workspace. Creates a new conversation if conversation_id is not provided.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_commandWRITERun user workspace command via POST /user/{user_handle}/workspace/{workspace_handle}/command. Run a command in the workspace. Valid commands are: reboot.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_connWRITECreate user workspace connection association via POST /user/{user_handle}/workspace/{workspace_handle}/conn. Associate a connection with the workspace. A workspace can have multiple association.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_connectionWRITECreate a connection for a user workspace via POST /user/{user_handle}/workspace/{workspace_handle}/connection. Allows to create a connection on a workspace for a user.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_connection_by_connection_handle_testWRITETest user workspace connection via POST /user/{user_handle}/workspace/{workspace_handle}/connection/{connection_handle}/test. Test the config for a connection configured on a user workspace to check for basic connectivity.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_connection_folderWRITECreate user workspace connection folder via POST /user/{user_handle}/workspace/{workspace_handle}/connection_folder. Creates a new connection folder in a workspace of a user.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_datatankWRITECreate user workspace Datatank via POST /user/{user_handle}/workspace/{workspace_handle}/datatank. Creates a new user workspace tank.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_tableWRITECreate user workspace Datatank table via POST /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table. Creates a new user workspace tank table.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_datatank_by_datatank_handle_table_by_datatank_table_name_part_by_datatank_part_id_commandWRITERun user workspace Datatank table partition command. Valid commands are: refresh. via POST /user/{user_handle}/workspace/{workspace_handle}/datatank/{datatank_handle}/table/{datatank_table_name}/part/{datatank_part_id}/command
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_flowpipe_form_by_step_execution_id_by_random_id_submitWRITEPost user workspace flowpipe form response via POST /user/{user_handle}/workspace/{workspace_handle}/flowpipe/form/{step_execution_id}/{random_id}/submit. Submit response to a Flowpipe input step form for a user workspace
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_flowpipe_inputWRITECreate user workspace flowpipe input via POST /user/{user_handle}/workspace/{workspace_handle}/flowpipe/input. Create a Flowpipe input for a user workspace
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_flowpipe_modWRITEInstall flowpipe mod to a user's workspace via POST /user/{user_handle}/workspace/{workspace_handle}/flowpipe/mod
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_flowpipe_mod_by_mod_alias_variableWRITECreate a setting for a flowpipe mod variable in a user workspace via POST /user/{user_handle}/workspace/{workspace_handle}/flowpipe/mod/{mod_alias}/variable
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_flowpipe_pipeline_by_pipeline_name_commandWRITERun user workspace Flowpipe pipeline command via POST /user/{user_handle}/workspace/{workspace_handle}/flowpipe/pipeline/{pipeline_name}/command. Run a command on a pipeline in a workspace belonging to a user.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_flowpipe_trigger_by_trigger_name_commandWRITERun user workspace Flowpipe trigger command via POST /user/{user_handle}/workspace/{workspace_handle}/flowpipe/trigger/{trigger_name}/command. Run a command on a trigger in a workspace belonging to a user.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_modWRITEInstall a mod to a user's workspace via POST /user/{user_handle}/workspace/{workspace_handle}/mod
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_mod_by_mod_alias_variableWRITECreate a setting for a mod variable in a user workspace via POST /user/{user_handle}/workspace/{workspace_handle}/mod/{mod_alias}/variable
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_notifierWRITECreate user workspace notifier via POST /user/{user_handle}/workspace/{workspace_handle}/notifier. Create a new notifier for a user workspace
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_notifier_by_notifier_name_commandWRITEPost user workspace notifier commands via POST /user/{user_handle}/workspace/{workspace_handle}/notifier/{notifier_name}/command. Post a command for a notifier for a users workspace
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_pipelineWRITECreate user workspace pipeline via POST /user/{user_handle}/workspace/{workspace_handle}/pipeline. Creates a new pipeline for a workspace of a user.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_pipeline_by_pipeline_id_commandWRITERun user workspace pipeline command via POST /user/{user_handle}/workspace/{workspace_handle}/pipeline/{pipeline_id}/command. Run a command on a pipeline in a workspace belonging to a user.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_process_by_process_id_commandWRITERun user workspace process command via POST /user/{user_handle}/workspace/{workspace_handle}/process/{process_id}/command. Run a command against a users workspace process.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_queryWRITEQuery user workspace via POST /user/{user_handle}/workspace/{workspace_handle}/query. Performs a query in a user workspace. Results are limited to 5000 rows or 30 seconds of query execution.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_query_data_by_extensionsWRITEQuery user workspace with extensions via POST /user/{user_handle}/workspace/{workspace_handle}/query/data.{extensions}. 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.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_schemaWRITEAttach a schema to a user workspace via POST /user/{user_handle}/workspace/{workspace_handle}/schema. Attach an identity-level connection schema to a user workspace.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_snapshotWRITECreate user workspace snapshot via POST /user/{user_handle}/workspace/{workspace_handle}/snapshot. Creates a new workspace snapshot for a user.
turbotpipes_post_user_by_user_handle_workspace_by_workspace_handle_triggerWRITECreate user workspace trigger via POST /user/{user_handle}/workspace/{workspace_handle}/trigger. Creates a new trigger for a user workspace.
Put Turbot Pipes behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.