Skip to main content
GET
/
jobs
List job postings (workspace)
curl --request GET \
  --url https://api.getpg.ai/public-api/v1/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.

Query Parameters

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.

q
string

Search query

job_title
string

Title filter

country_code
string

Country code

Response

Success

Response data