---
title: "Get \"Update AWS Data Source\" Job Status"
method: GET
path: "/v1/dataSources/aws/{awsDataSourceId}/{jobReferenceId}/status"
tags: ["Cloud"]
---

# Get "Update AWS Data Source" Job Status

`GET /v1/dataSources/aws/{awsDataSourceId}/{jobReferenceId}/status`

Get the status of a data source update request started by Update AWS Data Source or Update AWS Data Source from File.

## Path parameters

- `awsDataSourceId` string, required — AWS data source ID
- `jobReferenceId` string, required — Unique identifier for an asynchronous job

## Response `200`

OK. Returns the job status.

- AwsDataSourceJobStatusResponse
  - `jobId` string, required — Unique identifier for an asynchronous job
  - `status` 'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED', required — Status of an asynchronous job
  - `response` union
    - AwsDataSourceJobResponse
      - `name` string, required — The name of the AWS data source affected by the job
      - `dataSourceId` string, required — AWS data source ID
      - `message` string, required
    - JobErrorResponse
      - `message` string, required — Error message describing what went wrong

## Other responses

- `400` — Bad Request. Occurs when the job reference ID is malformatted.
- `403` — Forbidden. Occurs when the job does not exist or the user does not have access to it.

---

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