Return Cloud Tasks metadata for a given task ID.
Includes counts (dispatch_count, response_count), timestamps, and the first/last attempt response status when available.
Documentation Index
Fetch the complete documentation index at: https://docs.nest.vet/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Cloud Tasks identifier (short task ID used in API paths).
Total number of times the task has been dispatched.
Total number of handler responses observed for this task.
UTC time when the task was created.
UTC time when the task is scheduled to run.
Per-dispatch timeout in seconds before Cloud Tasks considers the attempt failed.
Metadata for the first delivery attempt (if any).
Metadata for the most recent delivery attempt (if any).