Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

View pipeline details and history (CLI)

Focus mode
View pipeline details and history (CLI) - AWS CodePipeline

You can run the following commands to view details about your pipelines and pipeline executions:

  • list-pipelines command to view a summary of all of the pipelines associated with your AWS account.

  • get-pipeline command to review details of a single pipeline.

  • list-pipeline-executions to view summaries of the most recent executions for a pipeline.

  • get-pipeline-execution to view information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.

  • get-pipeline-state command to view pipeline, stage, and action status.

  • list-action-executions to view action execution details for a pipeline.

Topics
    1. Open a terminal (Linux, macOS, or Unix) or command prompt (Windows) and use the AWS CLI to run the list-pipelines command:

      aws codepipeline list-pipelines

      This command returns a list of all of the pipelines associated with your AWS account.

    2. To view details about a pipeline, run the get-pipeline command, specifying the unique name of the pipeline. For example, to view details about a pipeline named MyFirstPipeline, enter the following:

      aws codepipeline get-pipeline --name MyFirstPipeline

      This command returns the structure of the pipeline.

    PrivacySite termsCookie preferences
    © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.