---
title: "Get \"Create Model from Google Cloud Data Source\" Job Status"
method: GET
path: "/v1/documents/cloud/googleCloud/{jobReferenceId}/status"
tags: ["Cloud"]
---

# Get "Create Model from Google Cloud Data Source" Job Status

`GET /v1/documents/cloud/googleCloud/{jobReferenceId}/status`

Get the status of a model creation request started by Create Model from Google Cloud Data Source.

## Path parameters

- `jobReferenceId` string, required — Unique identifier for an asynchronous job

## Response `200`

OK. Returns the job status.

- GoogleCloudModelJobStatusResponse
  - `jobId` string, required — Unique identifier for an asynchronous job
  - `status` 'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED', required — Status of an asynchronous job
  - `response` union — Job result (present when status is completed or failed)
    - GoogleCloudModelJobResponse
      - `viewURL` string, uri, required — URL to view the created document
      - `editURL` string, uri, required — URL to edit the created document
      - `documentId` string, uuid, required — ID of the created document
      - `dataSources` string[], required — List of Google Cloud data source IDs used in the model
    - 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)
