Help Center/ CodeArts Pipeline/ API Reference/ API/ GitCode Pipeline/ Querying the GitCode Pipeline Operator
Updated on 2025-09-08 GMT+08:00

Querying the GitCode Pipeline Operator

Function

This API is used to query the GitCode pipeline operator.

Calling Method

For details, see Calling APIs.

URI

POST /v6/{domain_id}/api/pac/pipelines/actions/actors

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

domain_id

Yes

String

Definition:

Tenant ID.

Constraints:

N/A

Value range:

The value consists of 32 characters, including digits and letters.

Default value:

N/A

Request Parameters

Table 2 Request body parameters

Parameter

Mandatory

Type

Description

https_url

Yes

String

Definition:

Address of the code source repository.

Constraints:

N/A

Value range:

N/A

Default value:

N/A

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

actors

Array of strings

Definition:

List of users who trigger the pipeline.

Value range:

N/A

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

OK

Error Codes

See Error Codes.