---
title: "Describe remote pipeline repository"
method: GET
path: "/pipelines/info"
tags: ["pipelines"]
---

# Describe remote pipeline repository

`GET /pipelines/info`

Retrieves the details of a remote Nextflow pipeline Git repository. Append the repository name or full URL with `?name`.

## Query parameters

- `name` string
- `revision` string
- `workspaceId` integer
- `mainScript` string

## Response `200`

OK

- DescribePipelineInfoResponse
  - `pipelineInfo` PipelineInfo
    - `cloneUrl` string
    - `commitId` string, nullable
    - `configFiles` string[]
    - `manifest` WfManifest
      - `author` string
      - `defaultBranch` string
      - `description` string
      - `gitmodules` string
      - `homePage` string
      - `icon` string
      - `mainScript` string
      - `name` string
      - `nextflowVersion` string
      - `version` string
    - `profiles` string[]
    - `projectName` string
    - `provider` string
    - `repositoryUrl` string
    - `revisionName` string, nullable
    - `revisions` string[]
    - `simpleName` string
    - `warnings` string[]
    - `workDirs` string[]

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/13316c9fe5ff/schema)
