---
title: "Retrieves jobs aggregated by customer with total counts and most recent job information."
method: GET
path: "/jobs/aggregated-overview"
tags: ["Job"]
---

# Retrieves jobs aggregated by customer with total counts and most recent job information.

`GET /jobs/aggregated-overview`

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string[]
- `owner_mail` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `last_job_date` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `last_job_name` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `logic` 'and' | 'or'

## Response `200`

OK

- QueryAggregatedJobsEndpointPagedResultOfOutput
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `items` QueryAggregatedJobsEndpointOutput[], required
    - `amount` integer, required — The total number of jobs for this customer.
    - `last7Days` integer, required — The number of jobs created in the last 7 days.
    - `lastJobDate` string, date-time, required — The date of the most recent job.
    - `lastJobName` string, required — The name of the most recent job.
    - `lastJobId` string, required — The ID of the most recent job.
    - `ownerMail` string, required — The customer's email address.
    - `organizationId` string, required — The id of the organization that owns the entity.
  - `totalPages` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/d779de93a5ee/schema)
