Skip to main content
GET
/
jobs
Get all jobs
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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key to access the API

Query Parameters

page
integer

Page number

limit
integer

Number of items per page

keyword
string

Keyword to search for

Response

Successful response

Response for getting all jobs

status
boolean

Status of the response

Example:

true

message
string

Message of the response

Example:

"Jobs fetched successfully"

data
Job · object[]

List of jobs