Get analytics for a job listing
Returns view counts, application funnel data, and daily trend metrics for an individual job listing. Requires scope: `analytics:read`
Returns view counts, application funnel data, and daily trend metrics for an individual job listing.
Requires scope: analytics:read
Authorization
ApiKeyAuth API key issued by Jobiflow. Pass it in the X-API-Key request header.
Create keys via the company dashboard (Settings → API Keys) or via POST /settings/api-keys.
In: header
Path Parameters
UUID of the job listing.
uuidQuery Parameters
Number of days to include in the daily trend breakdown. Defaults to 30.
30int321 <= value <= 365Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/public/v1/job-listings/497f6eca-6276-4993-bfeb-53cbbbba6f08/analytics"{
"property1": null,
"property2": null
}{
"status": 401,
"error": "UNAUTHORIZED",
"message": "Invalid or missing API key",
"timestamp": "2026-05-17T12:00:00Z",
"path": "/public/v1/job-listings"
}{
"status": 403,
"error": "FORBIDDEN",
"message": "Scope 'jobs:write' is required",
"timestamp": "2026-05-17T12:00:00Z",
"path": "/public/v1/job-listings"
}{
"status": 404,
"error": "NOT_FOUND",
"message": "Job listing not found",
"timestamp": "2026-05-17T12:00:00Z",
"path": "/public/v1/job-listings/00000000-0000-0000-0000-000000000000"
}Archive a job listing PATCH
Moves a `CLOSED` or `ACTIVE` listing to `ARCHIVED` status. Archived listings are hidden from the public but retained for reporting. Requires scope: `jobs:write`
Get hiring pipeline overview GET
Returns aggregate metrics across all your company's active job listings: total applications, pipeline breakdown, average time-to-hire, and more. Requires scope: `analytics:read`