---
title: "GET /v1b3/projects/{projectId}/jobs/{jobId}/messages"
method: GET
path: "/v1b3/projects/{projectId}/jobs/{jobId}/messages"
tags: ["projects"]
---

# GET /v1b3/projects/{projectId}/jobs/{jobId}/messages

`GET /v1b3/projects/{projectId}/jobs/{jobId}/messages`

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

- `projectId` string, required
- `jobId` string, required

## Query parameters

- `endTime` string
- `location` string
- `minimumImportance` 'JOB_MESSAGE_IMPORTANCE_UNKNOWN' | 'JOB_MESSAGE_DEBUG' | 'JOB_MESSAGE_DETAILED' | 'JOB_MESSAGE_BASIC' | 'JOB_MESSAGE_WARNING' | 'JOB_MESSAGE_ERROR'
- `pageSize` integer
- `pageToken` string
- `startTime` string

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dataflow.md) · [All operations](https://skmtc.net/google/apis/dataflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dataflow/revisions/f065de7a0dba/schema)
