---
title: "Get All Jobs"
method: GET
path: "/organizations/{organization_id}/accounts/{account_id}/jobs"
tags: ["Jobs"]
---

# Get All Jobs

`GET /organizations/{organization_id}/accounts/{account_id}/jobs`

Returns the list of jobs associated to the given account

## Path parameters

- `organization_id` string, required
- `account_id` string, required

## Response `200`

200 response

- GetOrganizationsAccountsJobsResponse
  - `account_id` string
  - `action` string
  - `created_at` string, date-time
  - `cron` string
  - `cron_location` string
  - `event_at` string, date-time
  - `event_type` string
  - `halt` string
  - `id` string
  - `object_id` integer
  - `organization_id` string
  - `policy` string
  - `restorepolicy` string
  - `schedule` string
  - `seq` integer
  - `tasks` object[]
    - `resource_name` string
  - `total_fail` integer
  - `total_success` integer
  - `total_tasks` integer
  - `type` string
  - `updated_at` string, date-time

## Other responses

- `201` — 201 response
- `401` — 401 response
- `403` — 403 response
- `404` — 404 response

---

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