---
title: "Verify Jenkins pipeline availability"
method: POST
path: "/pipelines/{id}/verify"
tags: ["pipelines"]
---

# Verify Jenkins pipeline availability

`POST /pipelines/{id}/verify`

## Path parameters

- `id` string, required

## Response `200`

OK

- InternalInterfacesHttpVerifyPipelineResponse
  - `data` object
    - `job_name` string
    - `job_url` string
    - `pipeline` InternalInterfacesHttpPipelineResponse
      - `created_at` string
      - `credential_ref` string
      - `default_branch` string
      - `description` string
      - `id` string
      - `job_full_name` string
      - `job_name` string
      - `job_url` string
      - `last_synced_at` string
      - `last_verified_at` string
      - `provider` string
      - `status` string
      - `updated_at` string
    - `verified` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/opsre/apis/gos-release-api.md) · [All operations](https://skmtc.net/opsre/apis/gos-release-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opsre/gos-release-api/versions/fc9f6fb06a50/schema)
