Get Jobs
Jobs
Get Jobs
List jobs for your organization with pagination, search, and filtering
GET
Get Jobs
Use this endpoint when you need to mirror your job board into another system, power a search page, or run scheduled exports.Documentation Index
Fetch the complete documentation index at: https://kardow.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Common Filters
Match against the job title, description, and company name.
Comma-separated job types such as
full-time,contract.Comma-separated locations such as
Remote,New York.Comma-separated category UUIDs.
Set to
true to return only remote jobs.Page number.
Number of records per page, up to
100.Examples
List the latest jobs
cURL
Search for a phrase
cURL
Fetch only remote full-time jobs
cURL
Combine search, location, and pagination
cURL
JavaScript example
Python example
Response Shape
Matching jobs.
Pagination summary with the current page, page size, total items, total pages, and whether another page is available.
Echoes the filters Kardow applied to the query.
Example response
Authorizations
API key for authentication. Get yours from Settings > API Keys in the Kardow dashboard.
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100Comma-separated job types.
Example:
"full-time,contract"
Comma-separated locations.
Example:
"Remote,New York"
Comma-separated category UUIDs.
Example:
"123e4567-e89b-12d3-a456-426614174000,123e4567-e89b-12d3-a456-426614174001"