UnifyAPI
← Back to catalog

usajobs.position_detail

mock data$0.001 / call

USAJOBS Position Detail

Get full detail for a specific federal job posting by control number (PositionID) — full description, qualifications, duties, benefits summary, application instructions, security clearance level, telework eligibility.

Jobs & Careersprovider: Usajobs#usajobs#jobs

Input schema

control_numberrequired

PositionID from a search result (digits-only string, e.g. "856924100"). Found in the MatchedObjectId field.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/usajobs.position_detail \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"control_number":"<control_number>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.