← Tools Reference

Fivetran

Fivetran integration (Data, Developer Tools). Imported from open-connector.

Credentials form6 toolshttps://api.fivetran.com
GET
fivetran_list_transformation_projects
List transformation projects accessible to the configured Fivetran API key.

/v1/transformation-projects

2 parameters
ParamTypeRequiredDescription
cursorstringoptionalOpaque cursor returned as nextCursor by a previous Fivetran list action.
limitintegeroptionalNumber of records to return. Fivetran accepts values from 1 through 1000 and de…
GET
fivetran_get_transformation_project
Retrieve detailed information for one Fivetran transformation project.

/v1/transformation-projects/{projectId}

1 parameter
ParamTypeRequiredDescription
projectIdstringrequiredUnique Fivetran transformation project identifier.
GET
fivetran_list_log_services
List external log services accessible within the configured Fivetran account.

/v1/external-logging

2 parameters
ParamTypeRequiredDescription
cursorstringoptionalOpaque cursor returned as nextCursor by a previous Fivetran list action.
limitintegeroptionalNumber of records to return. Fivetran accepts values from 1 through 1000 and de…
GET
fivetran_get_log_service
Retrieve detailed information for one group-level Fivetran external log service.

/v1/external-logging/{logId}

1 parameter
ParamTypeRequiredDescription
logIdstringrequiredUnique Fivetran log service identifier.
GET
fivetran_list_hybrid_deployment_agents
List Fivetran hybrid deployment agents with their connection usage, optionally filtered by group.

/v1/hybrid-deployment-agents

3 parameters
ParamTypeRequiredDescription
cursorstringoptionalOpaque cursor returned as nextCursor by a previous Fivetran list action.
limitintegeroptionalNumber of records to return. Fivetran accepts values from 1 through 1000 and de…
groupIdstringoptionalReturn agents associated with this Fivetran group only.
GET
fivetran_get_hybrid_deployment_agent
Retrieve details and current connection usage for one Fivetran hybrid deployment agent.

/v1/hybrid-deployment-agents/{agentId}

1 parameter
ParamTypeRequiredDescription
agentIdstringrequiredUnique Fivetran hybrid deployment agent identifier.