Skip to main content
POST
Test an added BigQuery connection, streamed

Authorizations

Authorization
string
header
required

Organization API key (sl_…).

Headers

x-tenant-id
string
required

The organization ID the request is scoped to.

Path Parameters

bigquery_connection_id
string
required

Response

A stream of Server-Sent Events.

One check transitioning through its lifecycle, as it happens.

id
enum<string>
required

Identifies which check this is.

Available options:
connectivity,
project_access,
regions,
jobs,
billing_export,
pricing_export,
bucket_write,
organization
label
string
required

Short human-readable name for the check.

status
enum<string>
required

The check's current state.

Available options:
running,
passed,
failed,
skipped
event
string
default:check
Allowed value: "check"
message
string | null

What to change if the check has failed, or why it was skipped. Null otherwise.

Link to the setup documentation covering what the check found. Null when no page addresses it specifically.