List the positions live on a career page
Authentication
AuthorizationBearer
API key created in company settings, sent as Authorization: Bearer <key>.
Path parameters
id
The career page’s ID (its referral link ID, as returned by GET /career-pages).
Query parameters
take
Page size, max 100 (default 50).
cursor
Position ID to resume pagination from (from a previous nextCursor).
Response
Positions currently visible on this career page — published, not paused/expired, and enabled on the page. enableApplication/enableVouch reflect any per-page override.
data
nextCursor
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error