Skip to main content
GET
Get Databricks Metric View preview status

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required
previewId
string
required

Response

200 - application/json
dataSourceName
string
required
deploymentId
integer
required
previewId
string
required
progress
object
required
resultAvailable
boolean
required
startedAt
string
required
Pattern: \d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d.\d+Z?
status
enum<string>
required
Available options:
QUEUED,
RUNNING,
COMPLETED,
FAILED,
CANCELLED
updatedAt
string
required
Pattern: \d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d.\d+Z?
error
string | null