Search job postings
Search a public Workday career board and return normalized job summaries with pagination and stable IDs.
Capability ID
workday.jobs.search
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
applied_facets
object
optional
Applied facets supplied for this request.
board_url
string
required
Public URL for Board.
Example
https://intel.wd1.myworkdayjobs.com/en-US/External
include_details
boolean
optional
Include details supplied for this request.
limit
integer
optional
Maximum number of results to return.
Example
10
max_pages
integer
optional
Max pages supplied for this request.
Example
2
query
string
optional
Search query.
Example
software engineer
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.