Skip to main content

FlowHunt

Project description

flowhunt

FlowHunt API

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 2.0.0
  • Package version: 3.19.1
  • Generator version: 7.14.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/QualityUnit/flowhunt-python-sdk.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/QualityUnit/flowhunt-python-sdk.git)

Then import the package:

import flowhunt

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import flowhunt

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import flowhunt
from flowhunt.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.flowhunt.io
# See configuration.py for a list of all supported configuration parameters.
configuration = flowhunt.Configuration(
    host = "https://api.flowhunt.io"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: APIKeyHeader
configuration.api_key['APIKeyHeader'] = os.environ["API_KEY"]

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['APIKeyHeader'] = 'Bearer'

# Configure Bearer authorization: HTTPBearer
configuration = flowhunt.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with flowhunt.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = flowhunt.AIProjectsLibraryApi(api_client)
    template_id = 'template_id_example' # str | 
    workspace_id = 'workspace_id_example' # str | 

    try:
        # Get Ai Projects Template
        api_response = api_instance.get_ai_projects_template(template_id, workspace_id)
        print("The response of AIProjectsLibraryApi->get_ai_projects_template:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AIProjectsLibraryApi->get_ai_projects_template: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.flowhunt.io

Class Method HTTP request Description
AIProjectsLibraryApi get_ai_projects_template GET /v2/ai_projects_library/templates/{template_id} Get Ai Projects Template
AIProjectsLibraryApi list_ai_projects_templates GET /v2/ai_projects_library/templates List Ai Projects Templates
AIStudioLibraryApi get_ai_studio_template GET /v2/ai_studio_library/templates/{template_id} Get Ai Studio Template
AIStudioLibraryApi list_ai_studio_templates GET /v2/ai_studio_library/templates List Ai Studio Templates
AgentGridsApi create_agent_grid POST /v2/agent_grids/ Create a Flow Table
AgentGridsApi delete_agent_grid DELETE /v2/agent_grids/{agent_grid_id} Delete a Flow Table
AgentGridsApi delete_agent_grid_row DELETE /v2/agent_grids/{agent_grid_id}/rows/{row_id} Delete a row
AgentGridsApi get_agent_grid GET /v2/agent_grids/{agent_grid_id} Get a Flow Table
AgentGridsApi get_agent_grid_preview GET /v2/agent_grids/{agent_grid_id}/preview Get Flow Table preview
AgentGridsApi get_import_status GET /v2/agent_grids/{agent_grid_id}/import-status/{import_id} Get import status
AgentGridsApi import_agent_grid_csv POST /v2/agent_grids/{agent_grid_id}/import-csv Import CSV
AgentGridsApi insert_row POST /v2/agent_grids/{agent_grid_id}/rows Insert a row
AgentGridsApi insert_rows_bulk POST /v2/agent_grids/{agent_grid_id}/rows/bulk Bulk insert rows
AgentGridsApi list_agent_grids GET /v2/agent_grids/ List all Flow Tables
AgentGridsApi search_agent_grids POST /v2/agent_grids/search Search Flow Tables
AgentGridsApi search_rows POST /v2/agent_grids/{agent_grid_id}/search Search rows
AgentTeamProjectsApi cancel_chat POST /v2/projects/{project_id}/chat/{session_id}/cancel Cancel Chat
AgentTeamProjectsApi create_project POST /v2/projects/create Create Project
AgentTeamProjectsApi delete_agent_team_project DELETE /v2/projects/{project_id} Delete Agent Team Project
AgentTeamProjectsApi generate_suggestions POST /v2/projects/{project_id}/suggestions/generate Generate Suggestions
AgentTeamProjectsApi generate_title POST /v2/projects/{project_id}/chat/{session_id}/generate-title Generate Title
AgentTeamProjectsApi get_project GET /v2/projects/{project_id} Get Project
AgentTeamProjectsApi get_suggestions GET /v2/projects/{project_id}/suggestions Get Suggestions
AgentTeamProjectsApi hitl_respond POST /v2/projects/{project_id}/chat/{session_id}/hitl-respond Hitl Respond
AgentTeamProjectsApi poll_chat POST /v2/projects/{project_id}/chat/{session_id}/events/{from_timestamp} Poll Chat
AgentTeamProjectsApi poll_generate_agent_config POST /v2/projects/generate-agent-config/{session_id}/events/{from_timestamp} Poll Generate Agent Config
AgentTeamProjectsApi search_projects POST /v2/projects/ Search Projects
AgentTeamProjectsApi start_chat POST /v2/projects/{project_id}/chat Start Chat
AgentTeamProjectsApi start_generate_agent_config POST /v2/projects/generate-agent-config Start Generate Agent Config
AgentTeamProjectsApi test_channel_connection POST /v2/projects/channels/test Test Channel Connection
AgentTeamProjectsApi update_project PUT /v2/projects/{project_id} Update Project
AirtableApi get_airtable_bases GET /v2/integrations/airtable/ Get Airtable Bases
AirtableApi get_airtable_tables GET /v2/integrations/airtable/bases/{base_id}/tables Get Airtable Tables
ApiKeysApi bulk_delete_api_keys POST /v2/api_keys/delete Bulk Delete Api Keys
ApiKeysApi bulk_update_api_keys PUT /v2/api_keys/update Bulk Update Api Keys
ApiKeysApi create_api_key POST /v2/api_keys/create Create Api Key
ApiKeysApi delete_api_key DELETE /v2/api_keys/{api_key_id} Delete Api Key
ApiKeysApi search_api_key POST /v2/api_keys/search Search Api Key
ApiKeysApi update_api_key PUT /v2/api_keys/{api_key_id} Update Api Key
AsanaApi get_asana_project_tasks GET /v2/integrations/asana/{integration_id}/projects/{project_gid}/tasks Get Asana Project Tasks
AsanaApi get_asana_projects GET /v2/integrations/asana/{integration_id}/projects Get Asana Projects
AsanaApi get_asana_users GET /v2/integrations/asana/{integration_id}/users Get Asana Users
AsanaApi get_asana_workspaces GET /v2/integrations/asana/ Get Asana Workspaces
AtlassianApi delete_jira_webhook DELETE /v2/integrations/atlassian/jira/webhooks/{webhook_id} Delete Jira Webhook
AtlassianApi get_confluence_pages GET /v2/integrations/atlassian/confluence/spaces/{space_key}/pages Get Confluence Pages
AtlassianApi get_confluence_spaces GET /v2/integrations/atlassian/confluence/spaces Get Confluence Spaces
AtlassianApi get_jira_assignees GET /v2/integrations/atlassian/jira/projects/{project_key}/assignees Get Jira Assignees
AtlassianApi get_jira_issues GET /v2/integrations/atlassian/jira/projects/{project_key}/issues Get Jira Issues
AtlassianApi get_jira_projects GET /v2/integrations/atlassian/jira/projects Get Jira Projects
AtlassianApi get_jira_transitions GET /v2/integrations/atlassian/jira/issues/{issue_key}/transitions Get Jira Transitions
AtlassianApi list_jira_webhooks GET /v2/integrations/atlassian/jira/webhooks List Jira Webhooks
ChatbotsApi bulk_delete_chatbots POST /v2/chatbots/delete Bulk Delete Chatbots
ChatbotsApi bulk_update_chatbots PUT /v2/chatbots/update Bulk Update Chatbots
ChatbotsApi create_chatbot POST /v2/chatbots/create Create Chatbot
ChatbotsApi delete_chatbot DELETE /v2/chatbots/{chatbot_id} Delete Chatbot
ChatbotsApi get_chatbot GET /v2/chatbots/{chatbot_id} Get Chatbot
ChatbotsApi search_chatbots POST /v2/chatbots/ Search Chatbots
ChatbotsApi update_chatbot PUT /v2/chatbots/{chatbot_id} Update Chatbot
ClickUpApi get_clickup_spaces GET /v2/integrations/clickup/{integration_id}/spaces Get Clickup Spaces
ClickUpApi get_clickup_workspaces GET /v2/integrations/clickup/ Get Clickup Workspaces
CreditsApi get_credit_balance GET /v2/credits/balance Get Credit Balance
CreditsApi get_daily_chart_data POST /v2/credits/daily/chart Get Daily Chart Data
CreditsApi get_workspace_credit_balance GET /v2/credits/workspace_balance Get Workspace Credit Balance
CreditsApi search_credit_transactions POST /v2/credits/search Search Credit Transactions
CreditsApi search_daily_credit_transactions POST /v2/credits/search_daily Search Daily Credit Transactions
CustomModelsApi bulk_delete_custom_models POST /v2/custom-models/delete Bulk Delete Custom Models
CustomModelsApi create_custom_model POST /v2/custom-models/create Create Custom Model
CustomModelsApi delete_custom_model DELETE /v2/custom-models/{custom_model_id} Delete Custom Model
CustomModelsApi get_available_models GET /v2/custom-models/available Get Available Models
CustomModelsApi list_ollama_models POST /v2/custom-models/list-ollama-models List Ollama Models
CustomModelsApi search_custom_models POST /v2/custom-models/search Search Custom Models
CustomModelsApi update_custom_model PUT /v2/custom-models/{custom_model_id} Update Custom Model
DocumentsApi bulk_delete_document_categories POST /v2/documents/categories/delete Bulk Delete Document Categories
DocumentsApi bulk_delete_documents POST /v2/documents/delete Bulk Delete Documents
DocumentsApi bulk_delete_faqs POST /v2/documents/faqs/delete Bulk Delete Faqs
DocumentsApi bulk_update_documents PUT /v2/documents/update Bulk Update Documents
DocumentsApi bulk_update_faqs PUT /v2/documents/faqs/update Bulk Update Faqs
DocumentsApi create_document_category POST /v2/documents/categories/create Create Document Category
DocumentsApi create_faq POST /v2/documents/faqs/create Create Faq
DocumentsApi delete_document DELETE /v2/documents/{doc_id} Delete Document
DocumentsApi delete_document_category DELETE /v2/documents/categories/{cat_id} Delete Document Category
DocumentsApi delete_faq DELETE /v2/documents/faqs/{faq_id} Delete Faq
DocumentsApi download_binary_document GET /v2/documents/download/binary/{doc_id} Download Binary Document
DocumentsApi download_text_document GET /v2/documents/download/text/{doc_id} Download Text Document
DocumentsApi import_faq POST /v2/documents/faqs/import Import Faq
DocumentsApi search_document_categories POST /v2/documents/categories/search Search Document Categories
DocumentsApi search_documents POST /v2/documents/search Search Documents
DocumentsApi search_faqs POST /v2/documents/faqs/search Search Faqs
DocumentsApi update_document PUT /v2/documents/{doc_id} Update Document
DocumentsApi update_document_category PUT /v2/documents/categories/{cat_id} Update Document Category
DocumentsApi update_faq PUT /v2/documents/faqs/{faq_id} Update Faq
DocumentsApi upload_from_url_document POST /v2/documents/upload-from-url/{cat_id} Upload From Url Document
DocumentsApi upload_memory_document POST /v2/documents/upload/{cat_id} Upload Memory Document
FineTuningsApi create_image_ft POST /v2/photo_ai/images/ Create Image Ft
FineTuningsApi delete_file_ft DELETE /v2/photo_ai/files/{file_key} Delete File Ft
FineTuningsApi delete_image_ft DELETE /v2/photo_ai/images/{ft_id} Delete Image Ft
FineTuningsApi generate_image_prompt POST /v2/photo_ai/inference/images/generate-prompt Generate Image Prompt
FineTuningsApi generate_images POST /v2/photo_ai/inference/images Generate Images
FineTuningsApi get_file_ft GET /v2/photo_ai/files/{file_key} Get File Ft
FineTuningsApi get_inference_results GET /v2/photo_ai/inference/results/{inference_id} Get Inference Results
FineTuningsApi handle_replicate_webhook POST /v2/photo_ai/webhooks/replicate Handle Replicate Webhook
FineTuningsApi search_image_fts POST /v2/photo_ai/images/search Search Image Fts
FineTuningsApi search_inference_history POST /v2/photo_ai/inference/history Search Inference History
FineTuningsApi update_image_ft PUT /v2/photo_ai/images/{ft_id} Update Image Ft
FineTuningsApi upload_image_ft POST /v2/photo_ai/files/{ft_type}/upload Upload Image Ft
FlowAssistantV3Api create_v3_flow_assistant_session POST /v3/flow-assistants/create Create V3 Flow Assistant Session
FlowAssistantV3Api invoke_v3_flow_assistant_response POST /v3/flow-assistants/{session_id}/invoke Invoke V3 Flow Assistant Response
FlowAssistantV3Api poll_v3_flow_assistant_response POST /v3/flow-assistants/{session_id}/invocation_response/{from_timestamp} Poll V3 Flow Assistant Response
FlowBatchApi add_rows POST /v2/flows/{flow_id}/batch/{batch_run_id}/rows Add Rows
FlowBatchApi add_rows_0 POST /v2/flows/{flow_id}/batch/{batch_run_id}/rows Add Rows
FlowBatchApi create_batch_run POST /v2/flows/{flow_id}/batch Create Batch Run
FlowBatchApi create_batch_run_0 POST /v2/flows/{flow_id}/batch Create Batch Run
FlowBatchApi delete_batch_run DELETE /v2/flows/{flow_id}/batch/{batch_run_id} Delete Batch Run
FlowBatchApi delete_batch_run_0 DELETE /v2/flows/{flow_id}/batch/{batch_run_id} Delete Batch Run
FlowBatchApi delete_row DELETE /v2/flows/{flow_id}/batch/{batch_run_id}/rows/{row_id} Delete Row
FlowBatchApi delete_row_0 DELETE /v2/flows/{flow_id}/batch/{batch_run_id}/rows/{row_id} Delete Row
FlowBatchApi execute_batch POST /v2/flows/{flow_id}/batch/{batch_run_id}/execute Execute Batch
FlowBatchApi execute_batch_0 POST /v2/flows/{flow_id}/batch/{batch_run_id}/execute Execute Batch
FlowBatchApi execute_filtered POST /v2/flows/{flow_id}/batch/{batch_run_id}/execute-filtered Execute Filtered
FlowBatchApi execute_filtered_0 POST /v2/flows/{flow_id}/batch/{batch_run_id}/execute-filtered Execute Filtered
FlowBatchApi execute_row POST /v2/flows/{flow_id}/batch/{batch_run_id}/rows/{row_id}/execute Execute Row
FlowBatchApi execute_row_0 POST /v2/flows/{flow_id}/batch/{batch_run_id}/rows/{row_id}/execute Execute Row
FlowBatchApi export_csv GET /v2/flows/{flow_id}/batch/{batch_run_id}/export-csv Export Csv
FlowBatchApi export_csv_0 GET /v2/flows/{flow_id}/batch/{batch_run_id}/export-csv Export Csv
FlowBatchApi get_batch_run GET /v2/flows/{flow_id}/batch/{batch_run_id} Get Batch Run
FlowBatchApi get_batch_run_0 GET /v2/flows/{flow_id}/batch/{batch_run_id} Get Batch Run
FlowBatchApi get_export_zip_status GET /v2/flows/{flow_id}/batch/{batch_run_id}/export-zip/{task_id} Get Export Zip Status
FlowBatchApi get_export_zip_status_0 GET /v2/flows/{flow_id}/batch/{batch_run_id}/export-zip/{task_id} Get Export Zip Status
FlowBatchApi import_csv POST /v2/flows/{flow_id}/batch/{batch_run_id}/import-csv Import Csv
FlowBatchApi import_csv_0 POST /v2/flows/{flow_id}/batch/{batch_run_id}/import-csv Import Csv
FlowBatchApi list_batch_runs GET /v2/flows/{flow_id}/batch List Batch Runs
FlowBatchApi list_batch_runs_0 GET /v2/flows/{flow_id}/batch List Batch Runs
FlowBatchApi search_batch_run POST /v2/flows/{flow_id}/batch/{batch_run_id}/search Search Batch Run
FlowBatchApi search_batch_run_0 POST /v2/flows/{flow_id}/batch/{batch_run_id}/search Search Batch Run
FlowBatchApi start_export_zip POST /v2/flows/{flow_id}/batch/{batch_run_id}/export-zip Start Export Zip
FlowBatchApi start_export_zip_0 POST /v2/flows/{flow_id}/batch/{batch_run_id}/export-zip Start Export Zip
FlowBatchApi stop_all_rows POST /v2/flows/{flow_id}/batch/{batch_run_id}/stop-all Stop All Rows
FlowBatchApi stop_all_rows_0 POST /v2/flows/{flow_id}/batch/{batch_run_id}/stop-all Stop All Rows
FlowBatchApi stop_row POST /v2/flows/{flow_id}/batch/{batch_run_id}/rows/{row_id}/stop Stop Row
FlowBatchApi stop_row_0 POST /v2/flows/{flow_id}/batch/{batch_run_id}/rows/{row_id}/stop Stop Row
FlowBatchApi update_batch_run PUT /v2/flows/{flow_id}/batch/{batch_run_id} Update Batch Run
FlowBatchApi update_batch_run_0 PUT /v2/flows/{flow_id}/batch/{batch_run_id} Update Batch Run
FlowBatchApi update_row PUT /v2/flows/{flow_id}/batch/{batch_run_id}/rows/{row_id} Update Row
FlowBatchApi update_row_0 PUT /v2/flows/{flow_id}/batch/{batch_run_id}/rows/{row_id} Update Row
FlowMessagesApi search_flow_messages POST /v2/chatbots/search/{session_id} Search Flow Messages
FlowSessionsApi delete_chatbot_session_view DELETE /v2/chatbots/sessions/{session_id} Delete Chatbot Session View
FlowSessionsApi get_chart_feedback POST /v2/chatbots/sessions/charts Get Chart Feedback
FlowSessionsApi get_chart_session_duration POST /v2/chatbots/sessions/chart_session_duration Get Chart Session Duration
FlowSessionsApi get_chatbot_session_view GET /v2/chatbots/sessions/{session_id} Get Chatbot Session View
FlowSessionsApi get_tool_calls_chart_feedback POST /v2/chatbots/sessions/chart_tool_calls Get Tool Calls Chart Feedback
FlowSessionsApi search_chatbot_sessions_view POST /v2/chatbots/sessions/search Search Chatbot Sessions View
FlowSessionsApi search_flow_event POST /v2/chatbots/sessions/search_event Search Flow Event
FlowSessionsApi update_chatbot_session_view PUT /v2/chatbots/sessions/{session_id} Update Chatbot Session View
FlowWebhooksApi execute_third_party_webhook POST /v2/flows/webhooks/third_party_integrations/{trigger_type} Execute Third Party Webhook
FlowWebhooksApi execute_webhook POST /v2/flows/webhooks/{chatbot_id} Execute Webhook
FlowWebhooksApi execute_webhook_from_flow POST /v2/flows/webhooks/from_flow/{flow_id} Execute Webhook From Flow
FlowWebhooksApi execute_webhook_trigger_get GET /v2/flows/webhooks/trigger/{webhook_id} Execute Webhook Trigger Get
FlowWebhooksApi execute_webhook_trigger_post POST /v2/flows/webhooks/trigger/{webhook_id} Execute Webhook Trigger Post
FlowWebhooksApi get_installation_metadata GET /v2/flows/webhooks/third_party_integrations/installation_metadata Get Installation Metadata
FlowsApi bulk_delete_flows POST /v2/flows/delete Bulk Delete Flows
FlowsApi bulk_update_flows POST /v2/flows/update Bulk Update Flows
FlowsApi cancel_flow_session POST /v2/flows/sessions/{session_id}/cancel Cancel Flow Session
FlowsApi create_chatbot_session POST /v2/flows/sessions/create Create Chatbot Session
FlowsApi create_flow POST /v2/flows/create Create Flow
FlowsApi create_flow_category POST /v2/flows/categories/create Create Flow Category
FlowsApi create_flow_cron POST /v2/flows/crons/create Create Flow Cron
FlowsApi create_flow_session POST /v2/flows/sessions/from_flow/create Create Flow Session
FlowsApi create_message_feedback POST /v2/flows/sessions/{session_id}/feedback Create Message Feedback
FlowsApi delete_attachment DELETE /v2/flows/sessions/{session_id}/attachments/{file_id} Delete Attachment
FlowsApi delete_flow DELETE /v2/flows/{flow_id} Delete Flow
FlowsApi delete_flow_category DELETE /v2/flows/categories/{cat_id} Delete Flow Category
FlowsApi delete_flow_cron DELETE /v2/flows/crons/{flow_id}/{cron_id} Delete Flow Cron
FlowsApi download_attachment GET /v2/flows/sessions/{session_id}/attachments/{file_id} Download attachment
FlowsApi execute_flow_cron POST /v2/flows/crons/{flow_id}/{cron_id}/execute Execute Flow Cron
FlowsApi fire_chat_hook POST /v2/flows/sessions/{session_id}/hook Fire Chat Hook
FlowsApi generate_commit_message POST /v2/flows/{flow_id}/generate-commit-msg Generate Commit Message
FlowsApi get GET /v2/flows/{flow_id} Get
FlowsApi get_all_components GET /v2/flows/components/all Get All Components
FlowsApi get_artefact_content GET /v2/flows/sessions/{session_id}/artefacts/{artefact_id} Get artefact content
FlowsApi get_attachments GET /v2/flows/sessions/{session_id}/attachments Get Attachments
FlowsApi get_flow_versions GET /v2/flows/{flow_id}/version_history Get Flow Versions
FlowsApi get_invoked_flow_results GET /v2/flows/{flow_id}/{task_id} Get Invoked Flow Results
FlowsApi get_public_flow GET /v2/flows/public/{flow_id} Get Public Flow
FlowsApi get_trigger_types POST /v2/flows/{flow_id}/triggers Get Trigger Types
FlowsApi invoke_flow POST /v2/flows/{flow_id}/invoke Invoke Flow
FlowsApi invoke_flow_response POST /v2/flows/sessions/{session_id}/invoke Invoke Flow Response
FlowsApi invoke_flow_singleton POST /v2/flows/{flow_id}/invoke_singleton Invoke Flow Singleton
FlowsApi poll_flow_response POST /v2/flows/sessions/{session_id}/invocation_response/{from_timestamp} Poll Flow Response
FlowsApi publish_flow POST /v2/flows/{flow_id}/publish Publish Flow
FlowsApi restore_flow_version POST /v2/flows/{flow_id}/version_history/{branch}/restore Restore Flow Version
FlowsApi resume_hook POST /v2/flows/sessions/{session_id}/resume-hook Resume Hook
FlowsApi search POST /v2/flows/ Search
FlowsApi search_all POST /v2/flows/all Search All
FlowsApi search_flow_categories POST /v2/flows/categories/search Search Flow Categories
FlowsApi search_flow_crons POST /v2/flows/crons/search Search Flow Crons
FlowsApi update_flow PUT /v2/flows/{flow_id} Update Flow
FlowsApi update_flow_category PUT /v2/flows/categories/{cat_id} Update Flow Category
FlowsApi update_flow_cron PUT /v2/flows/crons/{flow_id}/{cron_id} Update Flow Cron
FlowsApi update_session_variables PATCH /v2/flows/sessions/{session_id}/variables Update Session Variables
FlowsApi upload_attachments POST /v2/flows/sessions/{session_id}/attachments Upload Attachments
GatewayApi resolve_integration_gateway_token GET /v2/integrations/integrate/gateway/{token} Resolve an integration gateway token
GitHubApi get_repos GET /v2/integrations/github/repos Get Repos
GitLabApi get_branches GET /v2/integrations/gitlab/branches Get Branches
GitLabApi get_projects GET /v2/integrations/gitlab/projects Get Projects
GoogleApi get_allowed_directories GET /v2/integrations/google/allowed_directories Get Allowed Directories
GoogleApi get_calendars GET /v2/integrations/google/calendar Get Calendars
GoogleApi get_drive_folders GET /v2/integrations/google/drive_folders Get Drive Folders
GoogleApi get_picker_token GET /v2/integrations/google/picker_token Get Picker Token
GoogleApi get_sheets GET /v2/integrations/google/sheets/{document_id} Get Sheets
GoogleApi update_allowed_directories PUT /v2/integrations/google/allowed_directories Update Allowed Directories
GoogleAdsApi add_keyword_to_group POST /v2/integrations/google_ads/keyword/add_to_group Add Keyword To Group
GoogleAdsApi analyze_not_assigned_keywords POST /v2/integrations/google_ads/analyze_not_assigned_keywords Analyze Not Assigned Keywords
GoogleAdsApi get_google_ads_campaigns POST /v2/integrations/google_ads/campaigns Get Google Ads Campaigns
GoogleAdsApi get_google_ads_customers POST /v2/integrations/google_ads/customers Get Google Ads Customers
GoogleAdsApi get_google_ads_groups POST /v2/integrations/google_ads/groups Get Google Ads Groups
GoogleAdsApi get_recommendations POST /v2/integrations/google_ads/recommendations/ Get Recommendations
GoogleAdsApi import_google_ads_campaigns POST /v2/integrations/google_ads/campaigns/import Import Google Ads Campaigns
GoogleAdsApi import_google_ads_customers POST /v2/integrations/google_ads/customers/import Import Google Ads Customers
GoogleAdsApi import_google_ads_groups POST /v2/integrations/google_ads/groups/import Import Google Ads Groups
GoogleAdsApi remove_keyword_from_group POST /v2/integrations/google_ads/keyword/remove_from_group Remove Keyword From Group
GoogleAdsApi update_google_ads_campaign PUT /v2/integrations/google_ads/campaigns/{customer_id}/{campaign_id} Update Google Ads Campaign
GoogleAdsApi update_google_ads_customer_update PUT /v2/integrations/google_ads/customers/{customer_id} Update Google Ads Customer Update
GoogleAdsApi update_google_ads_group PUT /v2/integrations/google_ads/groups/{customer_id}/{campaign_id}/{group_id} Update Google Ads Group
HubSpotApi get_actors GET /v2/integrations/hubspot/actors/ Get Actors
ImagesApi convert_image POST /v2/images/convert Convert Image
ImagesApi get_screenshot POST /v2/images/screenshot Get Screenshot
ImagesApi optimize_image POST /v2/images/optimize Optimize Image
InstagramApi get_profile_information GET /v2/integrations/instagram/profile_information Get Profile Information
IntegrationsApi admin_ui POST /v2/integrations/zendesk_channel/admin_ui Admin Ui
IntegrationsApi channelback POST /v2/integrations/zendesk_channel/channelback Channelback
IntegrationsApi create_integration POST /v2/integrations/{slug}/integrate Create Integration
IntegrationsApi customer_data_request POST /v2/integrations/shopify/webhooks/customers/data_request Customer Data Request
IntegrationsApi customer_redact POST /v2/integrations/shopify/webhooks/customers/redact Customer Redact
IntegrationsApi delete_integration DELETE /v2/integrations/{slug}/{integration_id} Delete Integration
IntegrationsApi delete_jira_webhook DELETE /v2/integrations/atlassian/jira/webhooks/{webhook_id} Delete Jira Webhook
IntegrationsApi events_callback POST /v2/integrations/zendesk_channel/events Events Callback
IntegrationsApi get_actors GET /v2/integrations/hubspot/actors/ Get Actors
IntegrationsApi get_airtable_bases GET /v2/integrations/airtable/ Get Airtable Bases
IntegrationsApi get_airtable_tables GET /v2/integrations/airtable/bases/{base_id}/tables Get Airtable Tables
IntegrationsApi get_all_integrations GET /v2/integrations/all Get All Integrations
IntegrationsApi get_allowed_directories GET /v2/integrations/google/allowed_directories Get Allowed Directories
IntegrationsApi get_asana_project_tasks GET /v2/integrations/asana/{integration_id}/projects/{project_gid}/tasks Get Asana Project Tasks
IntegrationsApi get_asana_projects GET /v2/integrations/asana/{integration_id}/projects Get Asana Projects
IntegrationsApi get_asana_users GET /v2/integrations/asana/{integration_id}/users Get Asana Users
IntegrationsApi get_asana_workspaces GET /v2/integrations/asana/ Get Asana Workspaces
IntegrationsApi get_branches GET /v2/integrations/gitlab/branches Get Branches
IntegrationsApi get_calendars GET /v2/integrations/google/calendar Get Calendars
IntegrationsApi get_clickup_spaces GET /v2/integrations/clickup/{integration_id}/spaces Get Clickup Spaces
IntegrationsApi get_clickup_workspaces GET /v2/integrations/clickup/ Get Clickup Workspaces
IntegrationsApi get_confluence_pages GET /v2/integrations/atlassian/confluence/spaces/{space_key}/pages Get Confluence Pages
IntegrationsApi get_confluence_spaces GET /v2/integrations/atlassian/confluence/spaces Get Confluence Spaces
IntegrationsApi get_drive_folders GET /v2/integrations/google/drive_folders Get Drive Folders
IntegrationsApi get_hubspot_custom_channel_connect GET /v2/integrations/hubspot_custom_channel_connect Get Hubspot Custom Channel Connect
IntegrationsApi get_integration GET /v2/integrations/{slug}/{integration_id} Get Integration
IntegrationsApi get_jira_assignees GET /v2/integrations/atlassian/jira/projects/{project_key}/assignees Get Jira Assignees
IntegrationsApi get_jira_issues GET /v2/integrations/atlassian/jira/projects/{project_key}/issues Get Jira Issues
IntegrationsApi get_jira_projects GET /v2/integrations/atlassian/jira/projects Get Jira Projects
IntegrationsApi get_jira_transitions GET /v2/integrations/atlassian/jira/issues/{issue_key}/transitions Get Jira Transitions
IntegrationsApi get_members GET /v2/integrations/wix/members Get Members
IntegrationsApi get_picker_token GET /v2/integrations/google/picker_token Get Picker Token
IntegrationsApi get_powerbi_workspaces GET /v2/integrations/powerbi/workspaces Get Powerbi Workspaces
IntegrationsApi get_profile_information GET /v2/integrations/instagram/profile_information Get Profile Information
IntegrationsApi get_projects GET /v2/integrations/gitlab/projects Get Projects
IntegrationsApi get_repos GET /v2/integrations/github/repos Get Repos
IntegrationsApi get_sheets GET /v2/integrations/google/sheets/{document_id} Get Sheets
IntegrationsApi get_shopify GET /v2/integrations/shopify/ Get Shopify
IntegrationsApi get_slack_channels GET /v2/integrations/slack/{slack_team_id}/channels Get Slack Channels
IntegrationsApi get_slack_workspaces GET /v2/integrations/slack/ Get Slack Workspaces
IntegrationsApi get_wordpress_post_categories GET /v2/integrations/wordpress/{integration_id}/categories Get Wordpress Post Categories
IntegrationsApi get_wordpress_post_tags GET /v2/integrations/wordpress/{integration_id}/tags Get Wordpress Post Tags
IntegrationsApi get_wordpress_sites GET /v2/integrations/wordpress/sites Get Wordpress Sites
IntegrationsApi integration_callback GET /v2/integrations/{slug}/callback Integration Callback
IntegrationsApi list_jira_webhooks GET /v2/integrations/atlassian/jira/webhooks List Jira Webhooks
IntegrationsApi list_zendesk_kb_categories GET /v2/integrations/zendesk/kb/categories List Zendesk Kb Categories
IntegrationsApi list_zendesk_kb_labels GET /v2/integrations/zendesk/kb/labels List Zendesk Kb Labels
IntegrationsApi list_zendesk_kb_sections GET /v2/integrations/zendesk/kb/sections List Zendesk Kb Sections
IntegrationsApi manifest GET /v2/integrations/zendesk_channel/manifest.json Manifest
IntegrationsApi messaging_webhook POST /v2/integrations/zendesk_channel/messaging_webhook Messaging Webhook
IntegrationsApi messaging_webhook_head HEAD /v2/integrations/zendesk_channel/messaging_webhook Messaging Webhook Head
IntegrationsApi resolve_integration_gateway_token GET /v2/integrations/integrate/gateway/{token} Resolve an integration gateway token
IntegrationsApi search_integrations POST /v2/integrations/{slug} Search Integrations
IntegrationsApi shop_redact POST /v2/integrations/shopify/webhooks/shop/redact Shop Redact
IntegrationsApi subscription_cancel POST /v2/integrations/shopify/webhooks/billing/subscription_cancel Subscription Cancel
IntegrationsApi subscription_update POST /v2/integrations/shopify/webhooks/billing/subscription_update Subscription Update
IntegrationsApi update_admin_consent POST /v2/integrations/microsoft_entra_id/admin_consent Update Admin Consent
IntegrationsApi update_allowed_directories PUT /v2/integrations/google/allowed_directories Update Allowed Directories
LogsApi search_logs POST /v2/logs/search Search logs
MCPConnectorsApi create_mcp_connector POST /v2/mcp_connectors/create Create Mcp Connector
MCPConnectorsApi delete_mcp_connector DELETE /v2/mcp_connectors/{connector_id} Delete Mcp Connector
MCPConnectorsApi get_mcp_connector GET /v2/mcp_connectors/{connector_id} Get Mcp Connector
MCPConnectorsApi search_mcp_connectors POST /v2/mcp_connectors/search Search Mcp Connectors
MCPConnectorsApi test_mcp_connector POST /v2/mcp_connectors/{connector_id}/test Test Mcp Connector
MCPConnectorsApi update_mcp_connector PUT /v2/mcp_connectors/{connector_id} Update Mcp Connector
MCPServersApi bulk_delete_mcp_servers POST /v2/mcp_servers/delete Bulk Delete Mcp Servers
MCPServersApi create_mcp_server POST /v2/mcp_servers/create Create Mcp Server
MCPServersApi delete_mcp_server DELETE /v2/mcp_servers/{mcp_server_id} Delete Mcp Server
MCPServersApi get_all_mcp_subservers GET /v2/mcp_servers/all Get All Mcp Subservers
MCPServersApi get_mcp_server GET /v2/mcp_servers/{mcp_server_id} Get Mcp Server
MCPServersApi search_mcp_servers POST /v2/mcp_servers/ Search Mcp Servers
MCPServersApi update_mcp_server PUT /v2/mcp_servers/{mcp_server_id} Update Mcp Server
MeApi complete_user_onboarding PATCH /v2/users/me/onboarding Complete User Onboarding
MeApi get_user_onboarding GET /v2/users/me/onboarding Get User Onboarding
MediaApi get_transcript POST /v2/media/transcript Get Transcript
MediaApi get_transcript_result POST /v2/media/transcript_status Get Transcript Result
MediaApi get_youtube_transcript POST /v2/media/youtube/transcript Get Youtube Transcript
MemoryApi create_node POST /v2/memory/node/create Create Node
MemoryApi delete_node DELETE /v2/memory/node/{node_id} Delete Node
MemoryApi get_node POST /v2/memory/node/{node_id} Get Node
MemoryApi get_offloaded_content POST /v2/memory/node/{node_id}/offload/{offload_id} Get Offloaded Content
MemoryApi process_documents POST /v2/memory/process-documents Process Documents
MemoryApi search_memory_categories POST /v2/memory/search Search Memory Categories
MemoryApi search_memory_node_name POST /v2/memory/search_node_name Search Memory Node Name
MemoryApi search_memory_node_path POST /v2/memory/search_node_path Search Memory Node Path
MemoryApi update_node PUT /v2/memory/node/{node_id} Update Node
MemoryApi upload_memory_node_document POST /v2/memory/upload/{cat_id} Upload Memory Node Document
MicrosoftOutlookApi update_admin_consent POST /v2/integrations/microsoft_entra_id/admin_consent Update Admin Consent
ObservabilityDriverApi activate_langfuse_observability_driver POST /v2/observability_driver/langfuse Activate Langfuse Observability Driver
ObservabilityDriverApi delete_observability_driver DELETE /v2/observability_driver/{driver_type} Delete Observability Driver
ObservabilityDriverApi get_observability_driver GET /v2/observability_driver/{driver_type} Get Observability Driver
ObservabilityDriverApi get_observability_driver_workspace POST /v2/observability_driver/ Get Observability Driver Workspace
ObservabilityDriverApi update_langfuse_observability_driver PUT /v2/observability_driver/langfuse Update Langfuse Observability Driver
PhotoAIApi explore GET /v2/photo_ai/public/explore Explore
PhotoAIApi get_effects GET /v2/photo_ai/public/effects Get Effects
PhotoAIApi get_models GET /v2/photo_ai/public/models Get Models
PhotoAIApi get_styles GET /v2/photo_ai/public/styles Get Styles
PhotoAIApi get_templates GET /v2/photo_ai/public/templates Get Templates
PowerBIApi get_powerbi_workspaces GET /v2/integrations/powerbi/workspaces Get Powerbi Workspaces
ProjectInboxApi archive POST /v2/projects/{project_id}/inbox/{entry_id}/archive Archive
ProjectInboxApi delete_entry DELETE /v2/projects/{project_id}/inbox/{entry_id} Delete Entry
ProjectInboxApi get_entry GET /v2/projects/{project_id}/inbox/{entry_id} Get Entry
ProjectInboxApi mark_all_read POST /v2/projects/{project_id}/inbox/mark-all-read Mark All Read
ProjectInboxApi mark_read POST /v2/projects/{project_id}/inbox/{entry_id}/read Mark Read
ProjectInboxApi search_project_inbox POST /v2/projects/{project_id}/inbox/ Search Project Inbox
ProjectInboxApi unread_count GET /v2/projects/{project_id}/inbox/unread-count Unread Count
ProjectIssueTagsApi create_project_issue_tag POST /v2/projects/{project_id}/tags/create Create Project Issue Tag
ProjectIssueTagsApi delete_project_issue_tag DELETE /v2/projects/{project_id}/tags/{tag_id} Delete Project Issue Tag
ProjectIssueTagsApi get_project_issue_tag GET /v2/projects/{project_id}/tags/{tag_id} Get Project Issue Tag
ProjectIssueTagsApi search_project_issue_tags POST /v2/projects/{project_id}/tags/ Search Project Issue Tags
ProjectIssueTagsApi update_project_issue_tag PUT /v2/projects/{project_id}/tags/{tag_id} Update Project Issue Tag
ProjectIssuesApi add_user_comment POST /v2/projects/{project_id}/issues/{issue_id}/comments Add User Comment
ProjectIssuesApi cancel_all_issues POST /v2/projects/{project_id}/issues/cancel-all Cancel All Issues
ProjectIssuesApi cancel_issue POST /v2/projects/{project_id}/issues/{issue_id}/cancel Cancel Issue
ProjectIssuesApi create_project_issue POST /v2/projects/{project_id}/issues/create Create Project Issue
ProjectIssuesApi delete_issue DELETE /v2/projects/{project_id}/issues/{issue_id} Delete Issue
ProjectIssuesApi get_project_issue GET /v2/projects/{project_id}/issues/{issue_id} Get Project Issue
ProjectIssuesApi search_project_issues POST /v2/projects/{project_id}/issues/ Search Project Issues
ProjectIssuesApi update_project_issue PUT /v2/projects/{project_id}/issues/{issue_id} Update Project Issue
PromptsApi create_prompt POST /v2/prompts/create Create Prompt
PromptsApi create_prompt_category POST /v2/prompts/categories/create Create Prompt Category
PromptsApi delete_prompt DELETE /v2/prompts/{prompt_id} Delete Prompt
PromptsApi delete_prompt_category DELETE /v2/prompts/categories/{cat_id} Delete Prompt Category
PromptsApi optimize_prompt POST /v2/prompts/optimize Optimize Prompt
PromptsApi search_prompt_categories POST /v2/prompts/categories/search Search Prompt Categories
PromptsApi search_prompts POST /v2/prompts/search Search Prompts
PromptsApi update_prompt PUT /v2/prompts/{prompt_id} Update Prompt
PromptsApi update_prompt_category PUT /v2/prompts/categories/{cat_id} Update Prompt Category
SERPApi search_cluster_query POST /v2/serp/clusters/keywords Search Cluster Query
SERPApi serp_cluster_add_queries POST /v2/serp/clusters/{customer_id}/{campaign_id}/{group_id}/add_keywords Serp Cluster Add Queries
SERPApi serp_cluster_delete_campaign DELETE /v2/serp/clusters/{customer_id}/{campaign_id} Serp Cluster Delete Campaign
SERPApi serp_cluster_delete_customer DELETE /v2/serp/clusters/{customer_id} Serp Cluster Delete Customer
SERPApi serp_cluster_delete_group DELETE /v2/serp/clusters/{customer_id}/{campaign_id}/{group_id} Serp Cluster Delete Group
SERPApi serp_cluster_delete_group_queries DELETE /v2/serp/clusters/{customer_id}/{campaign_id}/{group_id}/delete_queries Serp Cluster Delete Group Queries
SERPApi serp_cluster_get_graph_nodes POST /v2/serp/clusters/graph_nodes Serp Cluster Get Graph Nodes
SERPApi serp_cluster_get_matching_groups_to_query POST /v2/serp/clusters/recommended_groups Serp Cluster Get Matching Groups To Query
SERPApi serp_cluster_get_related_keywords_to_query POST /v2/serp/clusters/related_keywords Serp Cluster Get Related Keywords To Query
SERPApi serp_cluster_split_to_sub_clusters POST /v2/serp/clusters/split_sub_clusters Serp Cluster Split To Sub Clusters
SERPApi serp_search POST /v2/serp/serp/search Serp Search
SERPApi serp_volumes POST /v2/serp/serp/volumes Serp Volumes
SERPApi serp_volumes_pingback GET /v2/serp/serp/volumes/pingback/{id}/{tag} Serp Volumes Pingback
SchedulesApi bulk_delete_schedules POST /v2/schedules/delete Bulk Delete Schedules
SchedulesApi bulk_run_schedules POST /v2/schedules/run Bulk Run Schedules
SchedulesApi bulk_update_schedules PUT /v2/schedules/update Bulk Update Schedules
SchedulesApi create_schedules POST /v2/schedules/create Create Schedules
SchedulesApi delete_schedule DELETE /v2/schedules/{schedule_id} Delete Schedule
SchedulesApi delete_schedule_url DELETE /v2/schedules/{schedule_id}/urls/{domain_id}/{url_id} Delete Schedule Url
SchedulesApi get_schedule GET /v2/schedules/{schedule_id} Get Schedule
SchedulesApi get_schedule_url_details GET /v2/schedules/{schedule_id}/urls/{domain_id}/{url_id} Get Schedule Url Details
SchedulesApi get_schedules POST /v2/schedules/ Get Schedules
SchedulesApi run_schedule POST /v2/schedules/run/{schedule_id} Run Schedule
SchedulesApi search_schedule_urls POST /v2/schedules/urls/ Search Schedule Urls
SchedulesApi update_schedule PUT /v2/schedules/{schedule_id} Update Schedule
SemanticSearchApi get_similar_docs_by_doc_id POST /v2/similarities/document/live Get Similar Docs By Doc Id
SemanticSearchApi get_similar_docs_by_query POST /v2/similarities/query/live Get Similar Docs By Query
SemanticSearchApi schedule_similar_docs_by_doc_id POST /v2/similarities/document Schedule Similar Docs By Doc Id
SemanticSearchApi schedule_similar_docs_by_query POST /v2/similarities/query Schedule Similar Docs By Query
ShopifyApi customer_data_request POST /v2/integrations/shopify/webhooks/customers/data_request Customer Data Request
ShopifyApi customer_redact POST /v2/integrations/shopify/webhooks/customers/redact Customer Redact
ShopifyApi get_shopify GET /v2/integrations/shopify/ Get Shopify
ShopifyApi shop_redact POST /v2/integrations/shopify/webhooks/shop/redact Shop Redact
ShopifyApi subscription_cancel POST /v2/integrations/shopify/webhooks/billing/subscription_cancel Subscription Cancel
ShopifyApi subscription_update POST /v2/integrations/shopify/webhooks/billing/subscription_update Subscription Update
SlackApi get_slack_channels GET /v2/integrations/slack/{slack_team_id}/channels Get Slack Channels
SlackApi get_slack_workspaces GET /v2/integrations/slack/ Get Slack Workspaces
TagsApi create_tag POST /v2/tags/create Create Tag
TagsApi delete_tag DELETE /v2/tags/{tag_id} Delete Tag
TagsApi search_tags POST /v2/tags/search Search Tags
TagsApi update_tag PUT /v2/tags/{tag_id} Update Tag
TrackingApi search_events POST /v2/tracking/events Search Events
TrackingApi search_links POST /v2/tracking/links Search Links
TrackingApi search_sources POST /v2/tracking/sources Search Sources
TrackingApi track_click POST /v2/tracking/clk Track Click
TrackingApi track_event POST /v2/tracking/evnt Track Event
TrackingApi track_link POST /v2/tracking/lnk Track Link
WebAuthApi get_user GET /v2/auth/me Get User
WixApi get_members GET /v2/integrations/wix/members Get Members
WordPressApi get_wordpress_post_categories GET /v2/integrations/wordpress/{integration_id}/categories Get Wordpress Post Categories
WordPressApi get_wordpress_post_tags GET /v2/integrations/wordpress/{integration_id}/tags Get Wordpress Post Tags
WordPressApi get_wordpress_sites GET /v2/integrations/wordpress/sites Get Wordpress Sites
WorkspacesApi add_workspace_user POST /v2/workspaces/{workspace_id}/add-member Add Workspace User
WorkspacesApi create_workspace POST /v2/workspaces/create Create Workspace
WorkspacesApi delete_workspace DELETE /v2/workspaces/{workspace_id} Delete Workspace
WorkspacesApi delete_workspace_user DELETE /v2/workspaces/{workspace_id}/{user_id} Delete Workspace User
WorkspacesApi get_workspace POST /v2/workspaces/{workspace_id} Get Workspace
WorkspacesApi search_my_workspaces POST /v2/workspaces/me/my_workspaces Search My Workspaces
WorkspacesApi search_workspace_users POST /v2/workspaces/{workspace_id}/users Search Workspace Users
WorkspacesApi transfer_workspace_ownership POST /v2/workspaces/{workspace_id}/transfer-ownership/{new_owner_user_id} Transfer Workspace Ownership
WorkspacesApi update_workspace PUT /v2/workspaces/{workspace_id} Update Workspace
WorkspacesApi update_workspace_auto_recharge PUT /v2/workspaces/{workspace_id}/auto-recharge Update Workspace Auto Recharge
WorkspacesApi update_workspace_credit_alert_threshold PUT /v2/workspaces/{workspace_id}/credit-alert-threshold Update Workspace Credit Alert Threshold
WorkspacesApi update_workspace_credit_limit PUT /v2/workspaces/{workspace_id}/credit-limit Update Workspace Credit Limit
WorkspacesApi update_workspace_user PUT /v2/workspaces/{workspace_id}/{user_id} Update Workspace User
ZendeskApi list_zendesk_kb_categories GET /v2/integrations/zendesk/kb/categories List Zendesk Kb Categories
ZendeskApi list_zendesk_kb_labels GET /v2/integrations/zendesk/kb/labels List Zendesk Kb Labels
ZendeskApi list_zendesk_kb_sections GET /v2/integrations/zendesk/kb/sections List Zendesk Kb Sections
ZendeskChannelApi admin_ui POST /v2/integrations/zendesk_channel/admin_ui Admin Ui
ZendeskChannelApi channelback POST /v2/integrations/zendesk_channel/channelback Channelback
ZendeskChannelApi events_callback POST /v2/integrations/zendesk_channel/events Events Callback
ZendeskChannelApi manifest GET /v2/integrations/zendesk_channel/manifest.json Manifest
ZendeskChannelApi messaging_webhook POST /v2/integrations/zendesk_channel/messaging_webhook Messaging Webhook
ZendeskChannelApi messaging_webhook_head HEAD /v2/integrations/zendesk_channel/messaging_webhook Messaging Webhook Head
DefaultApi delete_branding DELETE /v2/settings/branding Delete Branding
DefaultApi get_branding GET /v2/settings/branding Get Branding
DefaultApi get_public_branding GET /v2/settings/branding/public Get Public Branding
DefaultApi update_branding PUT /v2/settings/branding Update Branding
V3Api check_migration_readiness GET /v3/flows/{flow_id}/migration-readiness Check Migration Readiness
V3Api create_v3_flow_assistant_session POST /v3/flow-assistants/create Create V3 Flow Assistant Session
V3Api fire_session_closed POST /v3/flows/{flow_id}/sessions/{session_id}/fire-session-closed Fire Session Closed
V3Api get_all_components_v3 GET /v3/flows/components/all Get All Components V3
V3Api get_tool GET /v3/tools/{step_name} Get Tool
V3Api get_v3_components GET /v3/flows/components/v3 Get V3 Components
V3Api invoke_v3_flow_assistant_response POST /v3/flow-assistants/{session_id}/invoke Invoke V3 Flow Assistant Response
V3Api list_tools GET /v3/tools List Tools
V3Api migrate_flow_to_v3 POST /v3/flows/{flow_id}/migrate-to-v3 Migrate Flow To V3
V3Api poll_v3_flow_assistant_response POST /v3/flow-assistants/{session_id}/invocation_response/{from_timestamp} Poll V3 Flow Assistant Response
V3Api validate_component POST /v3/flows/components/{component_id}/validate Validate Component
V3Api validate_flow POST /v3/flows/validate Validate Flow

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

APIKeyHeader

  • Type: API key
  • API key parameter name: Api-Key
  • Location: HTTP header

HTTPBearer

  • Type: Bearer authentication

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flowhunt-3.19.1.tar.gz (420.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flowhunt-3.19.1-py3-none-any.whl (945.6 kB view details)

Uploaded Python 3

File details

Details for the file flowhunt-3.19.1.tar.gz.

File metadata

  • Download URL: flowhunt-3.19.1.tar.gz
  • Upload date:
  • Size: 420.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for flowhunt-3.19.1.tar.gz
Algorithm Hash digest
SHA256 564b68a70f056557019e1aee879ab840a296c5c842b4c297bfecbc5a65c92136
MD5 8110d899880b67d9d149bfcab1fdd625
BLAKE2b-256 3e1d0f9cc4f4b7734cfb8be0d3794045c0583f39f88b8ed89cd06181d696e603

See more details on using hashes here.

Provenance

The following attestation bundles were made for flowhunt-3.19.1.tar.gz:

Publisher: auto-release.yml on QualityUnit/flowhunt-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flowhunt-3.19.1-py3-none-any.whl.

File metadata

  • Download URL: flowhunt-3.19.1-py3-none-any.whl
  • Upload date:
  • Size: 945.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for flowhunt-3.19.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c32d3bb7993415a9b310ebb464667e2f1dbe04838bdc7f67187bc51a1199c329
MD5 9bb5b9513cf5869508355a20f23fbb24
BLAKE2b-256 92f6e262ccd43f1cb50ce8480e69735ea1e46148526c0872d2b0484a3a686c2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for flowhunt-3.19.1-py3-none-any.whl:

Publisher: auto-release.yml on QualityUnit/flowhunt-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page