---
title: "Get analytics jobs history for give connection"
method: GET
path: "/schedule/api/v3/jobs/analytics"
tags: ["scheduler"]
---

# Get analytics jobs history for give connection

`GET /schedule/api/v3/jobs/analytics`

## Query parameters

- `job_status` string[], required
- `type` string[], required
- `sort_by` string, required
- `cursor` integer, required
- `per_page` integer, required
- `startTime` integer
- `endTime` integer

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgDescribeApiGetAnalyticsJobsHistoryResponse[]
  - `date_time` string
  - `job_id` integer
  - `job_status` 'CREATED' | 'IN_PROGRESS' | 'COMPLETED_WITH_FAILURE' | 'COMPLETED' | 'CANCELED'
  - `type` string

---

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