list_pipeline_job_historys
Retrieve execution history for a specific pipeline task to monitor deployment records and track workflow progress.
Instructions
[Pipeline Management] Get the execution history of a pipeline task. Retrieve all execution records for a specific task in a pipeline.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| pipelineId | Yes | Pipeline ID | |
| category | Yes | Task category, currently only supports DEPLOY | |
| identifier | Yes | Task identifier | |
| perPage | No | Number of items per page, default 10, max 30 | |
| page | No | Page number, default 1 |