Skip to main content
GET
/
companies
/
{company_id}
/
jobs
List job postings for a company
curl --request GET \
  --url https://api.getpg.ai/public-api/v1/companies/{company_id}/jobs \
  --header 'x-api-key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.getpg.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your API key for authentication. Get your API key from the PG:AI dashboard under Settings > API Keys.

Path Parameters

company_id
string
required

Company UUID

Query Parameters

live
enum<string>

Live refresh

Available options:
true,
false
page
integer
default:1

Page number

per_page
integer
default:25

Page size. Default 25, maximum 50 on all list endpoints. Omit to use the default; increase up to 50 only if you need larger pages.

Response

Success

Response data