Skip to content

Hiring dashboard

GET
/api/v1/hiring/dashboard

Get a summary of all hiring activity for the tenant.

Authorizations

Responses

200

Successful Response

Typed envelope for GET /dashboard.

object
data
required

Response body for the hiring activity dashboard.

Attributes: active_processes: List of active hiring process summaries. total_applicants: Total number of applicants across all processes. interviews_scheduled: Number of interviews currently scheduled. offers_pending: Number of pending offers.

object
active_processes

Active hiring process summaries

Array<object>
object
key
additional properties
any
interviews_scheduled

Number of interviews scheduled

integer
offers_pending

Number of pending offers

integer
total_applicants

Total applicants across all processes

integer
meta
required

Standard metadata attached to every API response.

object
request_id
required

Unique request identifier

string
timestamp
required

Server timestamp of the response

string format: date-time