Skip to main content
GET
Get Task Status

Path Parameters

task_id
string
required

Response

Successful Response

task_id
string
required

Cloud Tasks identifier (short task ID used in API paths).

dispatch_count
integer
required

Total number of times the task has been dispatched.

response_count
integer
required

Total number of handler responses observed for this task.

create_time
string<date-time> | null

UTC time when the task was created.

schedule_time
string<date-time> | null

UTC time when the task is scheduled to run.

dispatch_deadline_seconds
integer | null

Per-dispatch timeout in seconds before Cloud Tasks considers the attempt failed.

first_attempt
TaskAttemptInfo · object | null

Metadata for the first delivery attempt (if any).

last_attempt
TaskAttemptInfo · object | null

Metadata for the most recent delivery attempt (if any).