Statements (query/v1alpha1)

Query Async Job Status

Returns status updates containing the explicit operational lifecycle states of an active background query.

get/query/v1alpha1/jobs/{statement_id}/status

Path parameters

statement_idstring required

The target unique identifier of the background operational query process.

Response

State evaluated successfully.

Example response

{
  "status": {
    "phase": "RUNNING"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.