Cloud
Get "Create Model from Google Cloud Data Source" Job Status
Get the status of a model creation request started by Create Model from Google Cloud Data Source.
get/v1/documents/cloud/googleCloud/{jobReferenceId}/status
Path parameters
jobReferenceIdstring required
Unique identifier for an asynchronous job
Example:jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454
Response
OK. Returns the job status.
Example response
{
"jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454",
"status": "SUCCEEDED",
"response": {
"viewURL": "https://lucid.app/documents/view/8e7b19ec-27ff-40e3-beb8-03f51b1661b2",
"editURL": "https://lucid.app/documents/edit/8e7b19ec-27ff-40e3-beb8-03f51b1661b2",
"documentId": "8e7b19ec-27ff-40e3-beb8-03f51b1661b2",
"dataSources": [
"googlecloudds_56789"
]
}
}