v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1342194234.5 KB
projects

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.

get/v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/messages

Path parameters

projectIdstring required

A project id.

locationstring required

The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.

jobIdstring required

The job to get messages about.

Query parameters

endTimestring

Return only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available).

minimumImportance'JOB_MESSAGE_IMPORTANCE_UNKNOWN' | 'JOB_MESSAGE_DEBUG' | 'JOB_MESSAGE_DETAILED' | 'JOB_MESSAGE_BASIC' | 'JOB_MESSAGE_WARNING' | 'JOB_MESSAGE_ERROR'

Filter to only get messages with importance >= level

pageSizeinteger

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.

pageTokenstring

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.

startTimestring

If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).

Response

Successful response