---
title: "List job postings for a company"
method: GET
path: "/companies/{company_id}/jobs"
tags: ["companies"]
---

# List job postings for a company

`GET /companies/{company_id}/jobs`

Job postings scoped to a company. Supports ?live=true for refresh.

## Path parameters

- `company_id` string, required

## Query parameters

- `live` 'true' | 'false'
- `page` integer
- `per_page` integer

## Response `200`

Success

- object — Response data

## Other responses

- `401` — Unauthorized
- `500` — Unexpected error

---

[API](https://skmtc.net/getpg/apis/pg-ai-public-api.md) · [All operations](https://skmtc.net/getpg/apis/pg-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpg/pg-ai-public-api/revisions/cc47d013c073/schema)
