---
title: "Get the latest information for a product task"
method: GET
path: "/v1/products/tasks/{taskId}"
tags: ["Get Product Task Status (Synchronous API)"]
---

# Get the latest information for a product task

`GET /v1/products/tasks/{taskId}`

Get the latest product information for an asynchronous task. You can find the taskId in the response when you  send a request to create or update product.

## Path parameters

- `taskId` string, required

## Response `200`

Successful response.

- ProductAdminApiTaskDetails
  - `taskId` string — The task identifier received in the response when you create or update a product (synchronous API).
  - `receivedTime` string — The date and time when Global Commerce received the task.
  - `finishedTime` string — The date and time when the Global Commerce task finished.
  - `taskStatus` string — The status of the task.
  - `requestType` string — The request type for this task.
  - `products` ProductAdminApiTaskProducts[]
    - `productId` string — The product identifier.
    - `externalReferenceId` string — The external reference identifier.
    - `productType` string — The product type.
  - `errors` ProductAdminApiTaskErrors[] — The errors caused the task to fail.
    - `errorCode` string — The error code.
    - `description` string — The description of the error.
  - `deploymentErrors` ProductAdminApiTaskErrors[] — A list of one or more deployment errors. The errors did not cause the current task to fail. However, you should correct these errors before deployment. You cannot deploy products with deployment errors until all errors are fixed.
    - `errorCode` string — The error code.
    - `description` string — The description of the error.
  - `deploymentWarnings` ProductAdminApiTaskErrors[] — A list of one or more deployment warnings. You can still deploy products with warnings. However, we recommend that you fix all warnings before deploying the product because the product may not appear or function as expected.
    - `errorCode` string — The error code.
    - `description` string — The description of the error.

## Other responses

- `401` — * The API key is invalid if you are using HTTP Basic Authentication.
- `403` — * The token is invalid if you are using Bearer Token Authentication.
- `404` — * The task was not found.

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-admin-apis/revisions/a6efafc1669c/schema)
