Help Center/ CodeArts Pipeline/ API Reference/ API/ Pipeline Management/ Obtaining Pipeline Versions in Batches
Updated on 2025-09-08 GMT+08:00

Obtaining Pipeline Versions in Batches

Function

This API is used to obtain pipeline versions in batches.

Calling Method

For details, see Calling APIs.

URI

POST /v5/{project_id}/api/pipelines/pipelines-version

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID.

Request Parameters

Table 2 Request body parameters

Parameter

Mandatory

Type

Description

[items]

No

Array of PipelineIdVO objects

Pipeline ID list.

Table 3 PipelineIdVO

Parameter

Mandatory

Type

Description

pipelineId

No

String

Pipeline ID.

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

pipelineId

pipelineId object

Pipeline version details.

Table 5 pipelineId

Parameter

Type

Description

pipelineId

String

Pipeline ID.

manifestVersion

String

Pipeline version.

Example Requests

{
  "-" : "string"
}

Example Responses

None

Status Codes

Status Code

Description

200

OK

Error Codes

See Error Codes.