---
title: "Retrieve Portfolio Project Info"
method: GET
path: "/{program_id}/portfolio/{project_id}/v1"
tags: ["Portfolio Project"]
---

# Retrieve Portfolio Project Info

`GET /{program_id}/portfolio/{project_id}/v1`

Get information about a portfolio project.

## Path parameters

- `project_id` string, required

## Parameters

- `#/paths/~1program~1%7Bprogram_id%7D~1portfolio~1v1/post/parameters/0` — unresolved $ref

## Response `200`

Successfully retrieved the portfolio project info.

- object
  - `name` string
  - `call_to_action` string
  - `description` string
  - `service_offerings` string[]
  - `cost` string
  - `duration` string
  - `completion_year` integer
  - `completion_month` integer
  - `id` string
  - `published` boolean

## Other responses

- `400` — unresolved $ref

---

[API](https://skmtc.net/yelp/apis/businesses.md) · [All operations](https://skmtc.net/yelp/apis/businesses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yelp/businesses/revisions/d3f744f55ed7/schema)
