v1
latestOpenAPI 3.0.02026-08-061280285.2 KBJob APIs
Returns detailed information about a job's pipeline
get/api/external/job/pipeline
Query parameters
job_idinteger
Headers
RF-Api-Keystring
Response
Returns detailed information about a job's pipeline
{"stackTrail":"paths:/api/external/job/pipeline:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"detail":[],"summary":[{"count":0,"id":1,"name":"Sourced"},{"count":0,"id":2,"name":"Applied"},{"count":0,"id":3,"name":"Company Submission"},{"count":0,"id":4,"name":"On-site Interview"},{"count":0,"id":5,"name":"Disqualified"},{"count":0,"id":6,"name":"Offer"},{"count":0,"id":7,"name":"Hired"}]}}
Example response
{
"detail": [],
"summary": [
{
"count": 0,
"id": 1,
"name": "Sourced"
},
{
"count": 0,
"id": 2,
"name": "Applied"
},
{
"count": 0,
"id": 3,
"name": "Company Submission"
},
{
"count": 0,
"id": 4,
"name": "On-site Interview"
},
{
"count": 0,
"id": 5,
"name": "Disqualified"
},
{
"count": 0,
"id": 6,
"name": "Offer"
},
{
"count": 0,
"id": 7,
"name": "Hired"
}
]
}