[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-01-03 UTC."],[[["This webpage details how to look up a single pipeline using a GET request to the Google Cloud Data Pipelines API."],["The request requires a pipeline name, formatted as `projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID`, passed as a path parameter in the URL."],["The HTTP request body should be empty, and if successful, the response will contain the specified pipeline's details."],["Accessing the API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `datapipelines.pipelines.get` IAM permission."],["Errors such as \"NOT_FOUND\" or \"FORBIDDEN\" will be returned if the pipeline does not exist or if the caller lacks necessary permissions."]]],[]]