Request the job status. To request the status of a job, we recommend using projects.locations.jobs.messages.list with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using projects.jobs.messages.list is not recommended, as you can only request the status of jobs that are running in us-central1.
Path parameters
A project id.
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
The job to get messages about.
Query parameters
Return only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available).
Filter to only get messages with importance >= level
If specified, determines the maximum number of messages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.
If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).
Response
Successful response