Retrieve all jobs via this endpoint.
cURL
curl --request GET \ --url https://public.api.micro1.ai/jobs \ --header 'x-api-key: <api-key>'
{ "status": true, "message": "Jobs fetched successfully", "data": [ { "job_id": "123e4567-e89b-12d3-a456-426614174000", "job_title": "Full Stack Engineer", "job_description": "We are looking for a Full Stack Engineer to join our team", "job_code": "M0000001", "ats_job_id": "JOB123TEST", "interview_id": "123e4567-e89b-12d3-a456-426614174000", "job_apply_url": "https://jobs.micro1.ai/post/123e4567-e89b-12d3-a456-426614174000", "job_status": "open", "date_created": "2021-01-01 00:00:00", "date_modified": "2021-01-01 00:00:00" } ] }
API key to access the API
Page number
Number of items per page
Keyword to search for
Successful response
Response for getting all jobs
Status of the response
true
Message of the response
"Jobs fetched successfully"
List of jobs
Show child attributes
ID of the job
"123e4567-e89b-12d3-a456-426614174000"
Title of the job
"Full Stack Engineer"
Description of the job
"We are looking for a Full Stack Engineer to join our team"
Code of the job
"M0000001"
ID of the job in the ATS
"JOB123TEST"
ID of the micro1 AI interview associated with the job
URL to apply for the job
"https://jobs.micro1.ai/post/123e4567-e89b-12d3-a456-426614174000"
Status of the job
open
closed
"open"
Date created of the job
"2021-01-01 00:00:00"
Date modified of the job