Retrieves the current status and result of an asynchronous operation.
Bearer token for authentication
Unique identifier of the async operation
A successful response.
AsyncOperationResult represents the state and output of an asynchronous operation.
{
"output": "output",
"error_message": "error_message",
"finished_at": "2000-01-23T04:56:07.000Z",
"project_id": "project_id",
"kind": "kind",
"resource_type": "resource_type",
"created_at": "2000-01-23T04:56:07.000Z",
"started_at": "2000-01-23T04:56:07.000Z",
"resource_id": "resource_id",
"id": "id",
"project_version_id": "project_version_id",
"status": "ASYNC_OPERATION_STATUS_UNSPECIFIED"
}