---
title: "Program Info"
method: GET
path: "/v1/programs/info/{program_ids}"
tags: ["Partner Support"]
---

# Program Info

`GET /v1/programs/info/{program_ids}`

Given a list of Yelp program ids, this API returns detailed information about the advertising programs.

## Path parameters

- `program_ids` string, required

## Response `200`

Successfully fetched the advertising program information.

- object
  - `errors` array[], required — List of errors
    - object[]
      - `field` string — The program id
      - `id` string — The error id
      - `description` string
  - `programs` object[], required — List of programs
    - `program_type` string
    - `partner_business_id` string
    - `end_date` string, date
    - `program_status` string
    - `available_features` string[]
    - `program_id` string
    - `program_pause_status` string
    - `active_features` string[]
    - `program_metrics` object
      - `currency` string
      - `ad_cost` integer
      - `billed_clicks` integer
      - `is_autobid` boolean
      - `billed_impressions` integer
      - `budget` integer
      - `fee_period` string
      - `max_bid` integer
    - `future_budget_changes` unknown[]
      - unknown
    - `yelp_business_id` string
    - `start_date` string, date
    - `has_promo` 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)
