How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Infoworks Pipelines API

The Pipelines API from Infoworks — 22 operation(s) for pipelines.

Infoworks Pipelines API is one of 64 APIs that Infoworks publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Pipelines. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, API documentation, and an API reference.

This API exposes 30 operations across 22 paths. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, {protocol}://{host}:{port}/v3.

30 operations 22 paths 0 schemas 2 DELETE18 GET2 PATCH5 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://{host}:{port}/v3
Authentication
HTTP Bearer, HTTP Basic
Resource Areas
1

Authentication & Security 2

Infoworks Pipelines API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). It accepts HTTP basic authentication (BasicAuth).

Paths & Operations 30

Across 22 paths, the API surfaces 30 operations — 2 DELETE, 18 GET, 2 PATCH, 5 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Pipelines 30
GET
/admin/pipelines
Get all pipelines of all domains
getPipelinesOfAllDomains 5 params → 200400401403500
POST
/domains/{domain_id}//pipelines/{pipeline_id}/versions/{version_id}/set-active
Change the active version of the Pipeline
setPipelineVersionActive 8 params → 200400401403500
GET
/domains/{domain_id}/pipelines
Get all pipelines for domain with domainid
getDomainPipelines 7 params → 200400401403500
POST
/domains/{domain_id}/pipelines
create new pipeline for domain with domainid
createPipeline 2 params body → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}
Gets a pipeline with {pipelineid} in domain with {domainid}.
getPipeline 3 params → 200400401403500
DELETE
/domains/{domain_id}/pipelines/{pipeline_id}
Deletes a pipeline with {pipelineid} in domain with {domainid}.
deletePipeline 3 params → 200400401403500
PUT
/domains/{domain_id}/pipelines/{pipeline_id}
Updates a pipeline with {pipelineid} in domain with {domainid}.
updatePipeline 3 params body → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}/impacted-workflows
Gets list of workflows using pipeline with {pipelineid} in domain with {domainid}.
PipelineImpactedWorkflows 3 params → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}/analytics-models
Gets all pipeline analytics models for ML Engine with {pipelineid} in domain with {domainid}.
getPipelineAnalyticsModelForMLEngine 5 params → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions
Get list of all versions of Pipeline
getPipelineVersionList 8 params → 200400401403500
POST
/domains/{domain_id}/pipelines/{pipeline_id}/versions
Create a pipeline version
createPipelineVersion 3 params body → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{version_id}
Gets a pipelineVersion with pipelineversionid of pipeline with {pipelineid} in domain with {domainid}.
getPipelineVersion 4 params → 200400401403500
DELETE
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{version_id}
Deletes a pipelineVersion with pipelineversionid of pipeline with {pipelineid} in domain with {domainid}.
removePipelineVersion 4 params → 200400401403500
PATCH
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{version_id}
Update a pipelineVersion with pipelineversionid of pipeline with {pipelineid} in domain with {domainid}.
updatePipelineVersion 4 params body → 200400401403500
POST
/domains/{domain_id}/pipelines/{pipeline_id}/sql-import
import sql
importSql 4 params body → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}/config-migration
Exports the pipeline configuration
exportPipelineConfiguration 5 params → 200400401403500
POST
/domains/{domain_id}/pipelines/{pipeline_id}/config-migration
Imports the pipeline configuration
importPipelineConfiguration 4 params body → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{pipeline_version_id}/lineage
Gets lineage for Pipeline Column.
getPipelineColumnLineage 9 params → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{pipeline_version_id}/validate
Validate a pipeline
validatePipelineVersion 3 params → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{pipeline_version_id}/refresh-sample-data
Refresh sample data
pipelineRefreshSampleData 3 params → 200
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{pipeline_version_id}/nodes/{node_id}/schema
Get node schema
getPipelineNodeSchema 4 params → 200
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{pipeline_version_id}/nodes/{node_id}/data
Get node data
getPipelineNodeData 5 params → 200
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{pipeline_version_id}/nodes/{node_id}/query
Get node query
getPipelineNodeQuery 4 params → 200
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{pipeline_version_id}/nodes/{node_id}/sql-inspection
Get target SQL preview
getPipelineNodeSqlInspection 4 params → 200
GET
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{version_id}/pipeline-version-audits
Get Pipeline Version Audit Logs.
getPipelineVersionAuditLogs 4 params → 200400401403500
PATCH
/domains/{domain_id}/pipelines/{pipeline_id}/versions/{version_id}/pipeline-version-audits
Update Pipeline Version Audit Logs
Update Pipeline Version Audit Logs 5 params body → 200400401403500
GET
/domains/{domain_id}/pipelines/{pipeline_id}/pipeline-audits
Get Pipeline Version Audit Logs.
getPipelineAuditLogs 4 params → 200400401403500
GET
/domains/{domain_id}/accessible-tables-pipeline-sources
getTablesfromPipelineSources
getTablesfromPipelineSources 1 param → 200400401403500
PUT
/domains/{domain_id}/pipelines/{pipeline_id}/upload-sql-file-pipeline
File upload sql pipeline migration
file upload sql pipeline migration 2 params body → 200400401403500
PUT
/domains/{domain_id}/pipelines/{pipeline_id}/import-sql-mappings
Import sql pipeline migration
Import sql pipeline migration 3 params body → 200400401403500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infoworks-pipelines-api-openapi.yml Raw ↑

Other APIs Infoworks publishes across the network.

Infoworks Admin Configurations API
Infoworks Admin Metadata Backup API
Infoworks Admin Metadata Cleanup API
Infoworks Admin Schedules API
Infoworks Admin Subscribers API
Infoworks Admin Workflows API
Infoworks Audits API
Infoworks Billing Metering Data API
Infoworks Clear Cache API
Infoworks Configurations API
Infoworks Connections API
Infoworks Custom Audit Columns API
Where this information came from

This is an independent, third-party profile of Infoworks Pipelines API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.