All Products
Search
Document Center

Platform For AI:List of operations by function

Last Updated:Sep 15, 2025
This product(PAIFlow/2021-02-02) OpenAPI adopts ROA Signature style. See signature details in Description of the signature mechanism. We have packaged SDKs for common programming languages for developers. Developers can directly call the OpenAPI of this product by downloading the SDK without paying attention to the technical details. If the existing SDK cannot meet the usage requirements, you can connect through the signature mechanism. It will take about 5 working days. Therefore, it is recommended to join our DingTalk service group (78410016550) and sign under the guidance of experts.
Before using the API, you need to prepare your identity account and access key (AccessKey) to effectively access the API through client tools (SDK, CLI, etc.). For details see getAccessKey.

Workflow Tasks

APITitleDescription
CreatePipelineRunCreatePipelineRunCreates a pipeline job.
DeletePipelineRunDeletePipelineRunDeletes a pipeline job.
StartPipelineRunStartPipelineRunStarts a pipeline job.
UpdatePipelineRunUpdatePipelineRunUpdates a pipeline job. You can update only the name of a pipeline job.
GetPipelineRunGetPipelineRunQueries the information about a pipeline job.
ListPipelineRunNodeLogsListPipelineRunNodeLogsObtains the node logs of a pipeline job.
GetPipelineRunNodeGetPipelineRunNodeQueries information about a node. A pipeline job contains a variety of nodes.
ListPipelineRunNodeOutputsListPipelineRunNodeOutputsQueries the outputs of a pipeline node.
ListPipelineRunNodeStatusListPipelineRunNodeStatusQueries the running status of a pipeline node.
ListPipelineRunsStatusListPipelineRunsStatusQueries the statuses of multiple pipeline jobs or nodes at a time.
ListPipelineRunsListPipelineRunsQueries a list of pipeline jobs. Filtering, sorting, and pagination are supported for this API operation.
TerminatePipelineRunTerminatePipelineRunTerminates a pipeline job.
RerunPipelineRunRerunPipelineRunRe-runs a pipeline job.

Workflow

APITitleDescription
CreatePipelineCreatePipelineCreates a pipeline. A pipeline consists of a series of nodes that form a directed acyclic graph (DAG), which defines the machine learning process.
DeletePipelineDeletePipelineDeletes a pipeline.
UpdatePipelineUpdatePipelineUpdates the definition of a pipeline.
GetPipelineGetPipelineQueries the information about a pipeline.
ListPipelinesListPipelinesQueries a list of pipelines.