---
title: "get configs which are in a project"
method: GET
path: "/api/v1/projects/{projectName}/configs"
tags: ["project"]
---

# get configs which are in a project

`GET /api/v1/projects/{projectName}/configs`

## Path parameters

- `projectName` string, required

## Query parameters

- `template` string

## Response `200`

OK

- V1ListConfigResponse
  - `configs` V1Config[], required
    - `ArgsEscaped` boolean
    - `AttachStderr` boolean
    - `AttachStdin` boolean
    - `AttachStdout` boolean
    - `Cmd` string[]
    - `Domainname` string
    - `Entrypoint` string[]
    - `Env` string[]
    - `ExposedPorts` object
    - `Healthcheck` V1HealthConfig
      - `Interval` integer
      - `Retries` integer
      - `StartPeriod` integer
      - `Test` string[]
      - `Timeout` integer
    - `Hostname` string
    - `Image` string
    - `Labels` object
    - `MacAddress` string
    - `NetworkDisabled` boolean
    - `OnBuild` string[]
    - `OpenStdin` boolean
    - `Shell` string[]
    - `StdinOnce` boolean
    - `StopSignal` string
    - `Tty` boolean
    - `User` string
    - `Volumes` object
    - `WorkingDir` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/kubevela/apis/kubevela-api-doc.md) · [All operations](https://skmtc.net/kubevela/apis/kubevela-api-doc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubevela/kubevela-api-doc/revisions/8e41615b25d5/schema)
