---
title: "Get information about a job excluding attempt info and logs"
method: POST
path: "/v1/jobs/get_light"
tags: ["jobs"]
---

# Get information about a job excluding attempt info and logs

`POST /v1/jobs/get_light`

## Request body

- JobIdRequestBody
  - `id` integer, required

## Response `200`

Successful operation

- JobInfoLightRead
  - `job` JobRead, required
    - `configId` string, required
    - `configType` 'check_connection_source' | 'check_connection_destination' | 'discover_schema' | 'get_spec' | 'sync' | 'reset_connection', required
    - `createdAt` integer, required
    - `id` integer, required
    - `resetConfig` ResetConfig — contains information about how a reset was configured. only populated if the job was a reset.
      - `streamsToReset` StreamDescriptor[]
        - `name` string, required
        - `namespace` string
    - `startedAt` integer
    - `status` 'pending' | 'running' | 'incomplete' | 'failed' | 'succeeded' | 'cancelled', required
    - `updatedAt` integer, required

## Other responses

- `404` — Object with given id was not found.
- `422` — Input failed validation

---

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